Documentation
¶
Overview ¶
Package cuuid provides a generator for condensed UUIDs. These are the base32 encoded version of the UUIDs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator implements an ID generator based on condensed UUIDs.
func (*Generator) GenerateID ¶
GenerateID generates a new ID.
Click to show internal directories.
Click to hide internal directories.