2024-10-14 13:49:16 +08:00

6 lines
79 B
Go

package snowflake_interf
type InterfaceSnowFlake interface {
GetId() int64
}