package
0.1.0
Repository: https://github.com/jetify-com/typeid-go.git
Documentation: pkg.go.dev

# Functions

From returns a new TypeID of the given type using the provided suffix.
FromString parses a TypeID from the given string.
FromUUID returns a new TypeID of the given type using the provided UUID.
FromUUIDBytes returns a new TypeID of the given type using the provided UUID bytes.
Must panics if the given error is non-nil, otherwise it returns the given TypeID.
New returns a new TypeID with a random suffix and the given type.
Nil returns the null typeid of the given type.
No description provided by the author

# Interfaces

TypePrefix is an interface used to represent a statically checked type prefix.

# Type aliases

TypeID is a unique identifier with a given type as defined by the TypeID spec.