Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryImage ¶
type RegistryImage struct {
// contains filtered or unexported fields
}
type RegistryImages ¶
type RegistryImages struct { RegistryImages []RegistryImage // contains filtered or unexported fields }
func (RegistryImages) Len ¶
func (ris RegistryImages) Len() int
func (RegistryImages) Less ¶
func (ris RegistryImages) Less(i, j int) bool
func (RegistryImages) LessByAlpha ¶
func (ris RegistryImages) LessByAlpha(i, j int) bool
func (RegistryImages) LessByInt ¶
func (ris RegistryImages) LessByInt(i, j int) bool
func (RegistryImages) LessByVersion ¶
func (ris RegistryImages) LessByVersion(i, j int) bool
func (RegistryImages) Swap ¶
func (ri RegistryImages) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.