Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputFormat ¶
type OutputFormat struct { // JsonPath specifies a subpath of the output to extract data from JsonPath string }
TODO(jacobkiefer): Extend for other output formats.
func ParseOutputFormat ¶
func ParseOutputFormat(outputFormat string) (*OutputFormat, error)
Click to show internal directories.
Click to hide internal directories.