Documentation
¶
Index ¶
- func CsvOutput(data []byte, options OutputOptions) error
- func JsonOutput(data []byte, options OutputOptions) error
- func Output(byteData []byte, options OutputOptions) error
- func XmlOutput(data []byte, options OutputOptions) error
- func YamlOutput(data []byte, options OutputOptions) error
- type OutputOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CsvOutput ¶ added in v1.14.0
func CsvOutput(data []byte, options OutputOptions) error
func JsonOutput ¶
func JsonOutput(data []byte, options OutputOptions) error
func Output ¶
func Output(byteData []byte, options OutputOptions) error
func XmlOutput ¶ added in v1.14.0
func XmlOutput(data []byte, options OutputOptions) error
func YamlOutput ¶
func YamlOutput(data []byte, options OutputOptions) error
Types ¶
type OutputOptions ¶
Click to show internal directories.
Click to hide internal directories.