package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/mirantis/cli.git
Documentation: pkg.go.dev
# README
This package provides helper functions for dealing with string identifiers
# Functions
GenerateNonCryptoID generates unique id without using cryptographically secure sources of random.
GenerateRandomID returns a unique id.
IsShortID determines if an arbitrary string *looks like* a short ID.
TruncateID returns a shorthand version of a string identifier for convenience.
ValidateID checks whether an ID string is a valid image ID.