Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVOutput ¶
type CSVOutput struct { Headers []string // contains filtered or unexported fields }
func NewCSVOutput ¶
type JSONOutput ¶
type JSONOutput struct {
// contains filtered or unexported fields
}
func NewJSONOutput ¶
func NewJSONOutput(conf *config.Config) *JSONOutput
func (*JSONOutput) Close ¶
func (out *JSONOutput) Close() error
Click to show internal directories.
Click to hide internal directories.