Versions in this module Expand all Collapse all v0 v0.1.13 May 31, 2016 v0.1.12 May 27, 2016 Changes in this version + const DefaultHostname + const DefaultRepoPrefix + const DefaultTag + const LegacyDefaultHostname + func IsNameOnly(ref Named) bool + func ValidateIDV1(id string) error + type Canonical interface + Digest func() digest.Digest + func WithDigest(name Named, digest digest.Digest) (Canonical, error) + type Named interface + FullName func() string + Hostname func() string + Name func() string + RemoteName func() string + String func() string + func ParseNamed(s string) (Named, error) + func WithDefaultTag(ref Named) Named + func WithName(name string) (Named, error) + type NamedTagged interface + Tag func() string + func WithTag(name Named, tag string) (NamedTagged, error)