mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support importing transaction by csv/tsv file via command line
This commit is contained in:
@@ -3,5 +3,5 @@ package uuid
|
||||
// UuidGenerator is common uuid generator interface
|
||||
type UuidGenerator interface {
|
||||
GenerateUuid(uuidType UuidType) int64
|
||||
GenerateUuids(uuidType UuidType, count uint8) []int64
|
||||
GenerateUuids(uuidType UuidType, count uint16) []int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user