core

package
v0.0.0-...-fc9a958 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutputHandler

type OutputHandler interface {
	PrintString(string)
	PrintObject(fmt.Stringer)
	PrintTable([]Tabler)
}

func NewOutputStdout

func NewOutputStdout() OutputHandler

type Tabler

type Tabler interface {
	TableHeader() table.Row
	TableData() table.Row
}

type TerminalObject

type TerminalObject interface {
	fmt.Stringer
	Tabler
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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