Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIsRelative = errors.New("a relative path was given")
ErrIsRelative is an error to be returned by functions that require an absolute path when a relative path has been passed to them
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct {
Channel string `short:"c" long:"channel" description:"Channel to be installed"`
Pullers int `short:"p" long:"pullers" description:"Maximum images being pulled at once" default:"4"`
PullRetries int `short:"r" long:"pull-retries" description:"Maximum number of attempts to pull an image" default:"5"`
}
Opts contains command line parameters for the 'update' command
Click to show internal directories.
Click to hide internal directories.