1
0
mirror of synced 2026-04-05 02:58:41 +08:00

auto commit

This commit is contained in:
yitter
2021-04-02 22:22:55 +08:00
parent e494b91cae
commit 84d1d67dcb
22 changed files with 95 additions and 314 deletions

View File

@@ -0,0 +1,11 @@
/*
* 版权属于yitter(yitter@126.com)
* 代码编辑guoyahao
* 代码修订yitter
* 开源地址https://gitee.com/yitter/idgenerator
*/
package idgen
type ISnowWorker interface {
NextId() uint64
}