package stringid
import "github.com/docker/cli/components/engine/pkg/stringid"
Package stringid provides helper functions for dealing with string identifiers
Index ¶
- func GenerateNonCryptoID() string
- func GenerateRandomID() string
- func IsShortID(id string) bool
- func TruncateID(id string) string
- func ValidateID(id string) error
Functions ¶
func GenerateNonCryptoID ¶
func GenerateNonCryptoID() string
GenerateNonCryptoID generates unique id without using cryptographically secure sources of random. It helps you to save entropy.
func GenerateRandomID ¶
func GenerateRandomID() string
GenerateRandomID returns a unique id.
func IsShortID ¶
IsShortID determines if an arbitrary string *looks like* a short ID.
func TruncateID ¶
TruncateID returns a shorthand version of a string identifier for convenience. A collision with other shorthands is very unlikely, but possible. In case of a collision a lookup with TruncIndex.Get() will fail, and the caller will need to use a longer prefix, or the full-length Id.
func ValidateID ¶
ValidateID checks whether an ID string is a valid image ID.
Source Files ¶
- Version
- v17.11.0-ce-rc3+incompatible
- Published
- Nov 8, 2017
- Platform
- darwin/amd64
- Imports
- 11 packages
- Last checked
- 9 minutes ago –
Tools for package owners.