Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
Printer handles formatted output of different types of data
func NewPrinter ¶
NewPrinter creates a new Printer instance with default stdout
func (*Printer) PrintBytes ¶
PrintBytes prints and formats bytes
func (*Printer) PrintRaw ¶
func (p *Printer) PrintRaw(toPrint json.RawMessage) error
PrintRaw prints raw JSON message without marshaling
func (*Printer) PrintString ¶
PrintString prints the raw string
Click to show internal directories.
Click to hide internal directories.