printutil

package
v0.2.13 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*table)

func FullDisplay

func FullDisplay() Option

type Table

type Table interface {
	Header(name string)
	Title(columns ...string)
	Row(values ...any)
	Object(obj any)
	NewLine(info ...string)
	Flush()
}

func NewTable

func NewTable(w io.Writer, opts ...Option) Table

Jump to

Keyboard shortcuts

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