1
0
mirror of synced 2026-04-15 21:08:39 +08:00
Files
SnowFlake-IdGenerator/ZeOthers/Vlang/source/contract/ISnowWorker.v
2021-03-27 22:07:52 +08:00

5 lines
62 B
V

module contract
pub interface ISnowWorker {
next_id() u64
}