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

randomid.go

Version
v0.13.0-beta3
Published
Jan 31, 2024
Platform
js/wasm
Imports
4 packages
Last checked
3 seconds ago

Tools for package owners.