package common
import "github.com/dotcloud/docker/pkg/common"
Index ¶
Functions ¶
func GenerateRandomID ¶
func GenerateRandomID() string
GenerateRandomID returns an unique id
func RandomString ¶
func RandomString() string
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 langer prefix, or the full-length Id.
Source Files ¶
- Version
- v1.6.0-rc6
- Published
- Apr 13, 2015
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 3 seconds ago –
Tools for package owners.