output

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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

type OutputOptions struct {
	Format     string
	JsonPretty bool
}