Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetVersion ¶
func SetVersion(v string)
Types ¶
type CheckResultFull ¶
type CheckResultFull struct {
Input string `json:"input"`
Valid bool `json:"valid"`
Checks []string `json:"checks_run"`
Passed []string `json:"checks_passed"`
Version uint `json:"version"`
}
func (CheckResultFull) String ¶ added in v0.0.10
func (c CheckResultFull) String() string
type CheckSettings ¶
type ReportFormat ¶
type ReportFormat string
const ( RFFull ReportFormat = "full" RFStats ReportFormat = "stats" )
type ReportSettings ¶
type ReportStats ¶
Click to show internal directories.
Click to hide internal directories.