Documentation
¶
Overview ¶
pkg/output/json.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HumanPrinter ¶
type HumanPrinter struct{}
func (HumanPrinter) Print ¶
func (HumanPrinter) Print(raw []byte) error
type JSONPrinter ¶
type JSONPrinter struct{}
func (JSONPrinter) Print ¶
func (JSONPrinter) Print(b []byte) error
type PrettyPrinter ¶
type PrettyPrinter struct{}
func (PrettyPrinter) Print ¶
func (PrettyPrinter) Print(raw []byte) error
type YAMLPrinter ¶
type YAMLPrinter struct{}
func (YAMLPrinter) Print ¶
func (YAMLPrinter) Print(b []byte) error
Click to show internal directories.
Click to hide internal directories.