Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomBase32 ¶
func RandomBase32() string
Types ¶
type ULIDGenerator ¶
type ULIDGenerator struct {
// contains filtered or unexported fields
}
A concurrency-safe source of monotonic ULIDs. See <https://github.com/ulid/spec>.
func NewULIDGenerator ¶
func NewULIDGenerator(ctx context.Context) *ULIDGenerator
Click to show internal directories.
Click to hide internal directories.