Documentation ¶
Index ¶
Constants ¶
View Source
const ( STATUS_PASSED = "passed" STATUS_FAILED = "failed" STATUS_SKIPPED = "skipped" )
View Source
const NAME = "check"
Variables ¶
View Source
var ( StatusOption = options.NewStringMapOptionType("checkStatus", out.Sprintf("status value for check (%s)", strings.Join(utils.StringMapKeys(status), ", "))) MessageOption = options.NewStringMapOptionType("checkMessage", "message for check") )
Functions ¶
Types ¶
type Value ¶
type Value struct { runtime.ObjectTypedObject `json:",inline"` Checks map[string]Status `json:"checks"` }
type ValueSet ¶
type ValueSet struct {
ppi.ValueSetBase
}
func (ValueSet) ComposeSpecification ¶
func (ValueSet) Options ¶
func (v ValueSet) Options() []options.OptionType
func (ValueSet) ValidateSpecification ¶
func (v ValueSet) ValidateSpecification(p ppi.Plugin, spec runtime.TypedObject) (*ppi.ValueSetInfo, error)
Click to show internal directories.
Click to hide internal directories.