output

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const (
	OutputFormatTable = "table"
	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
	Headers []string
}

Context contains parameters for formatting data.

type FormatContext

type FormatContext interface {
	Out() io.Writer
	Color() bool
	OutputFormat() string
}

Jump to

Keyboard shortcuts

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