tabwriter

package
v0.0.0-...-81e4d00 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer

type Writer interface {
	Render() error

	Append(args ...interface{})

	AppendAndFlush(args ...interface{}) error

	SetHeader(header []string)

	Write(buf []byte) (n int, err error)

	Reset()
}

func New

func New(out io.Writer) Writer

Jump to

Keyboard shortcuts

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