tables

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SortByFunction

func SortByFunction(len int, swap func(int, int), less func(int, int) bool)

Types

type Table

type Table struct {
	// contains filtered or unexported fields
}

Table renders tables to stdout

func (*Table) AddColumn

func (t *Table) AddColumn(name string, getter interface{})

AddColumn registers an available column for formatting

func (*Table) Render

func (t *Table) Render(items interface{}, out io.Writer, columnNames ...string) error

Render writes the items in a table, to out

type TableColumn

type TableColumn struct {
	Name   string
	Getter reflect.Value
}

Jump to

Keyboard shortcuts

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