json

package
v0.2.69 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 License: MIT Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutputFormatter

type OutputFormatter struct {
	OutputIndividualRows bool
	OutputFile           string
	OutputFileTemplate   string
	OutputMultipleFiles  bool
	Table                *types.Table
	// contains filtered or unexported fields
}

func NewOutputFormatter

func NewOutputFormatter(options ...OutputFormatterOption) *OutputFormatter

func (*OutputFormatter) AddRow

func (f *OutputFormatter) AddRow(row types.Row)

func (*OutputFormatter) AddTableMiddleware

func (f *OutputFormatter) AddTableMiddleware(mw middlewares.TableMiddleware)

func (*OutputFormatter) AddTableMiddlewareAtIndex

func (f *OutputFormatter) AddTableMiddlewareAtIndex(i int, mw middlewares.TableMiddleware)

func (*OutputFormatter) AddTableMiddlewareInFront

func (f *OutputFormatter) AddTableMiddlewareInFront(mw middlewares.TableMiddleware)

func (*OutputFormatter) GetTable

func (f *OutputFormatter) GetTable() (*types.Table, error)

func (*OutputFormatter) Output

func (f *OutputFormatter) Output() (string, error)

func (*OutputFormatter) SetColumnOrder

func (f *OutputFormatter) SetColumnOrder(columns []types.FieldName)

type OutputFormatterOption

type OutputFormatterOption func(*OutputFormatter)

func WithOutputFile

func WithOutputFile(file string) OutputFormatterOption

func WithOutputFileTemplate

func WithOutputFileTemplate(outputFileTemplate string) OutputFormatterOption

func WithOutputIndividualRows

func WithOutputIndividualRows(outputIndividualRows bool) OutputFormatterOption

func WithOutputMultipleFiles

func WithOutputMultipleFiles(outputMultipleFiles bool) OutputFormatterOption

Jump to

Keyboard shortcuts

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