Documentation
¶
Overview ¶
Package ulid is a lightweight wrapper around the github.com/oklog/ulid package that provides some common functionality (like checking if a ULID is null or is zero) as well as a process-global, cryptographically random, monotonic, and thread-safe ulid generation mechanism that can be used from external packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Null = ulid.ULID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
Null ULID pre-allocated for easier checking.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.