snowflake

package
v1.0.1006 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Make

func Make(workerid int64) (int64, error)

生产雪花 ID

Types

type Snowflake

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

*

  • 雪花算法 *
  • @create 2022-2-12
  • @author deatil

func New

func New(workerid int64) (*Snowflake, error)

构造函数

func (*Snowflake) Generate

func (this *Snowflake) Generate() int64

生产雪花 ID

Jump to

Keyboard shortcuts

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