MCPcopy Index your code
hub / github.com/pterm/pterm / Render

Method Render

interface_renderable_printer.go:7–7  ·  view source on GitHub ↗

Render the XXX to the terminal.

()

Source from the content-addressed store, hash-verified

5type RenderPrinter interface {
6 // Render the XXX to the terminal.
7 Render() error
8
9 // Srender returns the rendered string of XXX.
10 Srender() (string, error)

Implementers 7

BulletListPrinterbulletlist_printer.go
TablePrintertable_printer.go
BarChartPrinterbarchart.go
TreePrintertree_printer.go
BigTextPrinterbigtext_printer.go
PanelPrinterpanel_printer.go
HeatmapPrinterheatmap_printer.go

Calls

no outgoing calls