mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
6 lines
86 B
Go
6 lines
86 B
Go
package uuid
|
|
|
|
type UuidGenerator interface {
|
|
GenerateUuid(uuidType UuidType) int64
|
|
}
|