Refactor id generator to it's own package
This commit is contained in:
5
id/generator.go
Normal file
5
id/generator.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package id
|
||||
|
||||
type Generator interface {
|
||||
NewId() string
|
||||
}
|
||||
Reference in New Issue
Block a user