package
0.13.2
Repository: https://github.com/gridscale/gscloud.git
Documentation: pkg.go.dev

# Functions

New creates a Table instance with the specified header(s) provided.

# Variables

DefaultFirstColumnFormatter specifies the default Formatter for the first column cells.
DefaultHeaderFormatter specifies the default Formatter for the table header.
DefaultPadding specifies the number of spaces between columns in a table.
DefaultWidthFunc specifies the default WidthFunc for calculating column widths.
DefaultWriter specifies the output io.Writer for the Table.Print method.

# Interfaces

Table describes the interface for building up a tabular representation of data.

# Type aliases

Formatter functions expose a fmt.Sprintf signature that can be used to modify the display of the text in either the header or first column of a Table.
A WidthFunc calculates the width of a string.