command

package
v0.0.0-...-714b968 Latest Latest
Warning

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

Go to latest
Published: May 1, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Table

type Table struct {
	Headers []string
	Rows    [][]string
}

func NewTable

func NewTable(data interface{}, fields ...string) *Table

func (*Table) AddRow

func (t *Table) AddRow(values ...string)

func (*Table) Renderer

func (t *Table) Renderer()

type TableWriter

type TableWriter interface {
	Render()
}

Jump to

Keyboard shortcuts

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