package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Aug 23, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package snowflake provides a unique ID generation based on Twitter Snowflake algorithm.
type Snowflake struct {
}
Snowflake represents a Snowflake generator with a unique node.
New creates a new Snowflake generator with a unique node.
Gen generates a new Snowflake ID as a string.
Name returns the name of the generator.
Size returns the bit size of the generated Snowflake ID.
Validate checks if the provided ID is a valid Snowflake ID.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.