package
0.7.2
Repository: https://github.com/kubemq-hub/builder.git
Documentation: pkg.go.dev

# Functions

Join joins the list of the string with the delim provided.
New returns a new Table with default values.
NewRow returns a new Row and adds the data to the row.
PadLeft returns a new string of a specified length in which the beginning of the current string is padded with spaces or with a specified Unicode character.
PadRight returns a new string of a specified length in which the end of the current string is padded with spaces or with a specified Unicode character.
Resize resizes the string with the given length.
RuneWidth returns the actual width of the rune.
StringWidth returns the actual width of the string without colors.
Strip strips the string of all colors.
WrapString wraps the given string within lim width in characters.

# Variables

Separator is the default column seperator.

# Structs

Cell represents a column in a row.
Row represents a row in a table.
Table represents a decorator that renders the data in formatted in a table.