report

package
v0.2.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeterminePathType

func DeterminePathType(path string) string

Types

type Table

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

func NewTable

func NewTable(title string) *Table

NewTable creates a new Table with a title and header

func (*Table) AddFooter

func (t *Table) AddFooter(footer table.Row, configs ...table.RowConfig)

AddFooter adds a row to the table as footer

func (*Table) AddHeader

func (t *Table) AddHeader(header table.Row, configs ...table.RowConfig)

AddHeader adds a row to the table as header

func (*Table) AddRow

func (t *Table) AddRow(row table.Row)

AddRow adds a row to the table

func (*Table) Render

func (t *Table) Render()

Render renders the table

Jump to

Keyboard shortcuts

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