Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HOST host key HOST = "HOST" // USER key USER = "USER" // PASSWORD key PASSWORD = "PASSWORD" // SSLMODE key SSLMODE = "SSLMODE" // DBNAME key DBNAME = "DBNAME" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
Console outputter functionality for Standard output
func NewConsole ¶
NewConsole creates new Outputter of type Console
type JSON ¶
type JSON struct {
// contains filtered or unexported fields
}
JSON outputter functionality for JSON payload
type JUnit ¶
type JUnit struct { Filename string // contains filtered or unexported fields }
JUnit outputter functionality for JUnit output
type Outputter ¶
Outputter represents the output strategy for Control objects
func BuildOutputter ¶
BuildOutputter builds a new outputter
Click to show internal directories.
Click to hide internal directories.