package stringid

import "github.com/dotcloud/docker/pkg/stringid"

Index

Functions

func GenerateRandomID

func GenerateRandomID() string

GenerateRandomID returns an unique id

func IsShortID

func IsShortID(id string) bool

Determine if an arbitrary string *looks like* a short ID.

func TruncateID

func TruncateID(id string) string

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

stringid.go

Version
v1.8.0-rc2
Published
Aug 4, 2015
Platform
js/wasm
Imports
5 packages
Last checked
13 seconds ago

Tools for package owners.