Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultTag = "latest"
DefaultTag is the default tag for the case where no explicit tag is specified.
Variables ¶
This section is empty.
Functions ¶
func ValidateTagName ¶
ValidateTagName validates the name of a tag
Types ¶
type ErrTagInvalidFormat ¶
type ErrTagInvalidFormat struct {
// contains filtered or unexported fields
}
ErrTagInvalidFormat is an error type used when the tag name has invalid characters or is longer than allowed.
func (ErrTagInvalidFormat) Error ¶
func (e ErrTagInvalidFormat) Error() string
Click to show internal directories.
Click to hide internal directories.