tags

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use: "tags",
	Run: system.Help,
}

Functions

func ByteCount

func ByteCount(b int64) string

Types

type Image

type Image struct {
	Tags         []*Tag
	Pushed       *time.Time
	Size         int64
	Architecture string
	Digest       string
}

func (*Image) Add

func (i *Image) Add(t *Tag)

func (*Image) TagNames

func (i *Image) TagNames() []string

type Tag

type Tag struct {
	Name    string
	Updated time.Time
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL