tablewriter

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FPrintTable

func FPrintTable(out *os.File, headers []string, data [][]string)

func FPrintTableData

func FPrintTableData(out *os.File, data []TableWriter)

func PrintTable

func PrintTable(headers []string, data [][]string)

func PrintTableData

func PrintTableData(data []TableWriter)

Types

type TableWriter

type TableWriter interface {
	TableGetHeader() []string
	TableGetRow() []string
}

Jump to

Keyboard shortcuts

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