Versions in this module Expand all Collapse all v1 v1.0.0 May 11, 2020 Changes in this version + const DefaultHostname + const DefaultRepoPrefix + const DefaultTag + const LegacyDefaultHostname + func IsNameOnly(ref Named) bool + func ValidateID(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)