internal

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Must

func Must(err error)

Types

type TableWriter

type TableWriter[T any] struct {
	// contains filtered or unexported fields
}

func NewTableWriter

func NewTableWriter[T any](columnHeaders []string, columnChooser func(item T) []string) TableWriter[T]

func (*TableWriter[T]) Flush

func (tw *TableWriter[T]) Flush() error

func (*TableWriter[T]) Write

func (tw *TableWriter[T]) Write(item T) error

func (*TableWriter[T]) WriteHeader

func (tw *TableWriter[T]) WriteHeader() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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