Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeriveStableUUID ¶
func DeriveStableUUID(providers ...UUIDSeedProvider) (uuid.UUID, error)
DeriveStableUUID returns a deterministic UUID derived from the provided seed segments.
Types ¶
type UUIDSeedProvider ¶
type UUIDSeedProvider = func() string
UUIDSeedProvider surfaces a deterministic string segment that feeds the UUID derivation.
Click to show internal directories.
Click to hide internal directories.