id

package
v1.87.5 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SonyFlakeGenerator = Generator(&sonyflakeGenerator{
		sonyflake.NewSonyflake(sonyflake.Settings{
			MachineID: lower16BitPrivateIP,
			StartTime: time.Date(2019, 4, 29, 0, 0, 0, 0, time.UTC),
		}),
	})
)

Functions

This section is empty.

Types

type Generator

type Generator interface {
	Next() (string, error)
}

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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