Files
ezbookkeeping/pkg/uuid/uuid_generator.go
T
2020-10-17 22:19:07 +08:00

6 lines
86 B
Go

package uuid
type UuidGenerator interface {
GenerateUuid(uuidType UuidType) int64
}