Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Epoch is set to the twitter snowflake epoch of Nov 04 2010 01:42:54 UTC in milliseconds // You may customize this to set a different epoch for your application. Epoch int64 = 1288834974657 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdGenerator ¶
type IdGenerator struct {
// contains filtered or unexported fields
}
func MakeGenerator ¶
func MakeGenerator(node string) *IdGenerator
func (*IdGenerator) NextId ¶
func (w *IdGenerator) NextId() int64
Click to show internal directories.
Click to hide internal directories.