7 lines
103 B
Go

package snowflake_interf
type InterfaceSnowFlake interface {
GetId() int64
GetIdAsString() string
}