File size: 57 Bytes
7b9f3e3
 
 
 
 
1
2
3
4
5
6
package id

type Generator interface {
	NewId() string
}