printers

package
v0.1.16 Latest Latest
Warning

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

Go to latest
Published: May 29, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsHeaderble

func IsHeaderble(format string) bool

IsHeaderble _ table not supported yet

func Print

func Print(i *PrintInput) error

Types

type PrintInput

type PrintInput struct {
	Data    Printable
	Format  string
	NoColor bool
}

type Printable

type Printable interface {
	FlattenData() (*place.FlattenData, error)
	Headers() []string
	Rows() [][]string
}

Jump to

Keyboard shortcuts

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