1
0
mirror of synced 2026-03-01 00:07:56 +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
}