package identity
import "github.com/moby/buildkit/identity"
Index ¶
Functions ¶
func NewID ¶
func NewID() string
NewID generates a new identifier for use where random identifiers with low collision probability are required.
With the parameters in this package, the generated identifier will provide ~129 bits of entropy encoded with base36. Leading padding is added if the string is less 25 bytes. We do not intend to maintain this interface, so identifiers should be treated opaquely.
Source Files ¶
- Version
- v0.21.1 (latest)
- Published
- Apr 29, 2025
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 40 minutes ago –
Tools for package owners.