Documentation ¶
Overview ¶
Package stringid provides helper functions for dealing with string identifiers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsShortID
deprecated
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
deprecated
ValidateID checks whether an ID string is a valid, full-length image ID.
Deprecated: use github.com/docker/docker/image/v1.ValidateID instead. Will be removed in the next release.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.