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