tablewriter

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package tablewriter provides a simple wrapper around the tablewriter library

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTableOrig

func NewTableOrig(stdout *os.File) *tablewriter.Table

Legacy function for compatibility - use olekukonko/tablewriter for fallback

Types

type Table

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

func NewTable

func NewTable(writer io.Writer) *Table

func (*Table) Append

func (t *Table) Append(row []string)

func (*Table) Header

func (t *Table) Header(headers []string)

func (*Table) Render

func (t *Table) Render() error

Jump to

Keyboard shortcuts

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