Documentation
¶
Overview ¶
Package output writes scan output to a file or, when no path is given, to stdout. Writer wraps the destination (handling creation and closing), and MergeJSONResults combines multiple API JSON responses into a single JSON object.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeJSONResults ¶
MergeJSONResults combines multiple JSON responses from the API into a single JSON object
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer handles writing results to console or file
func (*Writer) WriteFormat ¶
WriteFormat writes formatted content
Click to show internal directories.
Click to hide internal directories.