mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add comments, code refactor
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package uuid
|
||||
|
||||
// UuidGenerator is common uuid generator interface
|
||||
type UuidGenerator interface {
|
||||
GenerateUuid(uuidType UuidType) int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user