output

package
v0.0.0-...-8684de4 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OutputFormatDefault = "default"
	OutputFormatYAML    = "yaml"
	OutputFormatJSON    = "json"
)

Variables

This section is empty.

Functions

func Output

func Output(ctx *Context, data interface{}) error

Output writes a data slice in a specific format.

func SingleOutput

func SingleOutput(ctx *Context, data interface{}) error

SingleOutput writes single record in a specific format.

Types

type Context

type Context struct {
	Out    io.Writer
	Color  bool
	Format string
	Fields []string
}

Context contains parameters for formatting data.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL