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
NextBaseGenerator creates a new generator that gets the random entries in a format: RANDOM_BYTES-CONTEXT_NAME-CURRENT_ID
func NextGenerator ¶
NextGenerator gets the next generator with given package name context.
func NextNoPrefixGenerator ¶ added in v0.0.10
Click to show internal directories.
Click to hide internal directories.