Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryKSUID ¶
type FactoryKSUID struct{}
FactoryKSUID is the Factory implementation using segmentio's KSUID.
func NewFactoryKSUID ¶
func NewFactoryKSUID() FactoryKSUID
func (FactoryKSUID) NewIdentifier ¶
func (f FactoryKSUID) NewIdentifier() (string, error)
type FactoryUUID ¶
type FactoryUUID struct{}
FactoryUUID is the Factory implementation using UUID v7.
func NewFactoryUUID ¶
func NewFactoryUUID() FactoryUUID
func (FactoryUUID) NewIdentifier ¶
func (f FactoryUUID) NewIdentifier() (string, error)
Click to show internal directories.
Click to hide internal directories.