Documentation
¶
Overview ¶
Package ulid provides a ULID (Universally Unique Lexicographically Sortable Identifier) implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ULID ¶
type ULID struct{}
ULID is a struct that implements the ident.Identifier interface.
func (ULID) GenerateString ¶
GenerateString generates a new ULID string.
func (ULID) ValidateString ¶
ValidateString checks if the given ID is a valid ULID.
Click to show internal directories.
Click to hide internal directories.