Documentation
¶
Index ¶
Constants ¶
View Source
const ( JSON format = "json" YAML format = "yaml" )
Variables ¶
This section is empty.
Functions ¶
func IsValueInList ¶ added in v0.3.6
func ValidateSections ¶ added in v0.3.3
func WhitelistAttrs ¶ added in v0.3.3
Types ¶
type Command ¶
type Command struct {
Cmd *exec.Cmd
Stdout, Stderr bytes.Buffer
Err error
Status int
// contains filtered or unexported fields
}
func NewCommand ¶
type OutputConfig ¶ added in v0.3.6
type OutputConfig struct {
FormatOptions []string
}
Click to show internal directories.
Click to hide internal directories.