1
0
mirror of synced 2026-04-03 01:58:41 +08:00

auto commit

This commit is contained in:
yitter
2021-04-05 21:21:39 +08:00
parent be0994641d
commit 2f4adc1a2e
13 changed files with 46 additions and 53 deletions

View File

@@ -7,5 +7,5 @@
package idgen
type ISnowWorker interface {
NextId() uint64
NextId() int64
}