Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Names = names.Components Verb = verbs.Check )
Functions ¶
func NewAction ¶
func NewAction(opts *output.Options) processing.ProcessChain
func NewCommand ¶
NewCommand creates a new ctf command.
func OutputFactory ¶
func OutputFactory(fmt processing.MappingFunction, wide ...string) output.OutputFactory
Types ¶
type CheckResult ¶
type Command ¶
type Command struct { utils.BaseCommand Refs []string }
type Entry ¶
type Entry struct { Status string `json:"status"` ComponentVersion common.NameVersion `json:"componentVersion"` Results *CheckResult `json:",inline"` // does not work Error error `json:"error,omitempty"` }
func (Entry) MarshalJSON ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.