thingprinter

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintJson

func PrintJson[a PrintableThing](writer io.Writer, columns []string, things []a) error

func PrintTable

func PrintTable[a PrintableThing](writer io.Writer, columns []string, things []a) error

Types

type PrintableMap

type PrintableMap map[string]interface{}

func (PrintableMap) AsJson

func (p PrintableMap) AsJson(columns []string) (json.RawMessage, error)

func (PrintableMap) AsTableRow

func (p PrintableMap) AsTableRow(columns []string) []string

type PrintableThing

type PrintableThing interface {
	AsTableRow(columns []string) []string
	AsJson(columns []string) (json.RawMessage, error)
}

Jump to

Keyboard shortcuts

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