Documentation
¶
Overview ¶
Package idgen wraps the UUID generator so that it can be stubbed in tests. It lives under `internal` because callers should not rely on its exact behaviour or API – they should treat identifiers as opaque strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewFunc = func() string { return uuid.New().String() }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.