Documentation ¶ Index ¶ type UUID func FromStr(id string) UUID func FromUUID(id uuid.UUID) UUID func New() UUID func Nil() UUID func ParseStr(in string) (UUID, error) func (u UUID) IsNil() bool func (u UUID) S() string func (u *UUID) Scan(value any) error func (u UUID) String() string func (u UUID) ToUUID() uuid.UUID func (u UUID) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type UUID ¶ type UUID ulid.ULID //nolint:recvcheck func FromStr ¶ func FromStr(id string) UUID func FromUUID ¶ func FromUUID(id uuid.UUID) UUID func New ¶ func New() UUID func Nil ¶ func Nil() UUID func ParseStr ¶ func ParseStr(in string) (UUID, error) func (UUID) IsNil ¶ func (u UUID) IsNil() bool func (UUID) S ¶ func (u UUID) S() string func (*UUID) Scan ¶ func (u *UUID) Scan(value any) error Scan implements the Scanner interface. func (UUID) String ¶ func (u UUID) String() string func (UUID) ToUUID ¶ func (u UUID) ToUUID() uuid.UUID func (UUID) Value ¶ func (u UUID) Value() (driver.Value, error) Value implements the driver Valuer interface. Source Files ¶ View all Source files uuid_v6.go Click to show internal directories. Click to hide internal directories.