commands

package
v0.0.0-...-07b211d Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0, Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

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

Check is

func NewCheck

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

NewCheck is

func (*Check) Execute

func (c *Check) Execute() error

Execute is

type ImageMetadata

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

ImageMetadata is

type In

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

In is

func NewIn

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

NewIn is

func (*In) Execute

func (i *In) Execute() error

Execute is

type Out

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

Out is

func NewOut

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

NewOut is

func (*Out) Execute

func (o *Out) Execute() error

Execute is

type TagVersion

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

TagVersion is

type TagVersions

type TagVersions []TagVersion

TagVersions is

func (TagVersions) Len

func (vs TagVersions) Len() int

Len is

func (TagVersions) Less

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

Less is

func (TagVersions) Swap

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

Swap is

Jump to

Keyboard shortcuts

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