Documentation
¶
Index ¶
Constants ¶
View Source
const (
NodeMax = 1<<nodeBits - 1 // 1023
)
View Source
const (
NodeMax53 = 1<<nodeBits53 - 1 // 1023
)
Variables ¶
View Source
var Epoch uint64 = 1684812000000
Functions ¶
This section is empty.
Types ¶
type Snowflake53 ¶
type Snowflake53 struct {
// contains filtered or unexported fields
}
func New53 ¶
func New53(cluster, node, clusterBits uint64) (*Snowflake53, error)
func (*Snowflake53) Next ¶
func (sf *Snowflake53) Next() uint64
Click to show internal directories.
Click to hide internal directories.