Documentation ¶
Overview ¶
scribe module implementation for MIG.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScribeElements ¶
type ScribeElements struct { Results []scribelib.TestResult `json:"results"` // Results of evaluation. HumanOutput bool `json:"humanoutput"` // Requested human output mode. JSONOutput bool `json:"jsonoutput"` // Requested JSON output mode. }
Click to show internal directories.
Click to hide internal directories.