package
Version:
v0.0.0-...-714b968
Opens a new window with list of versions in this module.
Published: May 1, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Table struct {
Rows [][]string
}
func NewTable(data interface{}, fields ...string) *Table
func (t *Table) Renderer()
type TableWriter interface {
Render()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.