uniqueid

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator interface {
	NextId() string
}

Generator gets the next unique identifier at given generator context.

func NextBaseGenerator added in v0.0.15

func NextBaseGenerator(name string) Generator

NextBaseGenerator creates a new generator that gets the random entries in a format: RANDOM_BYTES-CONTEXT_NAME-CURRENT_ID

func NextGenerator

func NextGenerator(name string) Generator

NextGenerator gets the next generator with given package name context.

func NextNoPrefixGenerator added in v0.0.10

func NextNoPrefixGenerator(name string) Generator

Jump to

Keyboard shortcuts

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