commands

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check added in v1.0.0

type Check struct {
	// contains filtered or unexported fields
}

func NewCheck

func NewCheck(
	stdin io.Reader,
	stderr io.Writer,
	stdout io.Writer,
	args []string,
) *Check

func (*Check) Execute added in v1.0.0

func (c *Check) Execute() error

type ImageMetadata

type ImageMetadata struct {
	Env  []string `json:"env"`
	User string   `json:"user"`
}

type In added in v1.0.0

type In struct {
	// contains filtered or unexported fields
}

func NewIn

func NewIn(
	stdin io.Reader,
	stderr io.Writer,
	stdout io.Writer,
	args []string,
) *In

func (*In) Execute added in v1.0.0

func (i *In) Execute() error

type Out added in v1.0.0

type Out struct {
	// contains filtered or unexported fields
}

func NewOut

func NewOut(
	stdin io.Reader,
	stderr io.Writer,
	stdout io.Writer,
	args []string,
) *Out

func (*Out) Execute added in v1.0.0

func (o *Out) Execute() error

type TagVersion added in v1.0.0

type TagVersion struct {
	TagName string
	Digest  string
	Version *semver.Version
}

type TagVersions added in v1.0.0

type TagVersions []TagVersion

func (TagVersions) Len added in v1.0.0

func (vs TagVersions) Len() int

func (TagVersions) Less added in v1.0.0

func (vs TagVersions) Less(i, j int) bool

func (TagVersions) Swap added in v1.0.0

func (vs TagVersions) Swap(i, j int)

Jump to

Keyboard shortcuts

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