formatting

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Name      string
	Template  *template.Template
	MaxLength int
}

func CustomColumn

func CustomColumn(name, tpl string) (*Column, error)

func NamedColumn

func NamedColumn(name, fieldName string) *Column

func NewColumn

func NewColumn(name string) *Column

func (*Column) FormatField

func (c *Column) FormatField(data interface{}) string

func (*Column) FormatFieldOrError

func (c *Column) FormatFieldOrError(data interface{}) (string, error)

type Table

type Table struct {
	Columns   []Column
	Rows      []interface{}
	Separator string
	// contains filtered or unexported fields
}

func NewTable

func NewTable(data interface{}, fields []string, headers []string) *Table

func (*Table) Format

func (t *Table) Format(color bool) string

Jump to

Keyboard shortcuts

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