1
0
mirror of synced 2025-11-06 03:20:55 +08:00
Files
SnowFlake-IdGenerator/ZeOthers/Vlang/source/contract/ISnowWorker.v
2021-04-01 13:29:57 +08:00

5 lines
62 B
V

module contract
pub interface ISnowWorker {
next_id() u64
}