Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Tools []ToolStatus `json:"tools"`
Errors []ValidationError `json:"errors"`
Pass bool `json:"pass"`
}
func (Result) FormatJSON ¶
func (Result) FormatText ¶
type ToolStatus ¶
type ValidationError ¶
Click to show internal directories.
Click to hide internal directories.