Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrHelp = errors.New("flag: help requested")
ErrHelp is the error returned if the flag -help is invoked but no such flag is defined.
View Source
var ErrRetry = errors.New("flag: retry")
ErrRetry is the error returned if you need to try letter by letter
Functions ¶
This section is empty.
Types ¶
type FlagSet ¶
type FlagSet struct {
// contains filtered or unexported fields
}
type Unit ¶
type Unit struct { *unit.UnitFile RunFlags map[string]string RunImage string RunCommand []string Network map[string]string Macros map[string]string Env map[string]string }
func (*Unit) FirstValue ¶
func (*Unit) ValidateAll ¶
func (*Unit) ValidateExecStart ¶
func (*Unit) ValidateExecStartPost ¶
func (*Unit) ValidateExecStartPre ¶
func (*Unit) ValidateKeys ¶
Click to show internal directories.
Click to hide internal directories.