snowflake

package
v0.0.0-...-5f67f9a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Snowflake

type Snowflake struct {
	sync.Mutex // 锁
	// contains filtered or unexported fields
}

func InitSnowFlake

func InitSnowFlake(dataCenterId int64) *Snowflake

InitSnowFlake @Description: 初始化一个snowflake实例 @param dataCenterId @return *Snowflake

func (*Snowflake) NextVal

func (s *Snowflake) NextVal() int64

NextVal @Description: 获取snowflake数 @receiver s @return int64

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL