auto commit
This commit is contained in:
11
Go/source/idgen/ISnowWorker.go
Normal file
11
Go/source/idgen/ISnowWorker.go
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* 版权属于:yitter(yitter@126.com)
|
||||
* 代码编辑:guoyahao
|
||||
* 代码修订:yitter
|
||||
* 开源地址:https://gitee.com/yitter/idgenerator
|
||||
*/
|
||||
package idgen
|
||||
|
||||
type ISnowWorker interface {
|
||||
NextId() uint64
|
||||
}
|
||||
Reference in New Issue
Block a user