package
1.2.23
Repository: https://github.com/multiversx/mx-chain-core-go.git
Documentation: pkg.go.dev

# Functions

CreateTableString creates an ASCII table having header as table header and a LineData slice as table rows It automatically resize itself based on the lengths of every cell.
Headline will build a headline message given a delimiter string timestamp parameter will be printed before the repeating delimiter.
NewLineData creates a new LineData object.

# Variables

ErrEmptySlices signals that empty slices has been provided.
ErrNilDataLines signals that a nil data lines slice has been provided.
ErrNilDisplayByteSliceHandler signals that a nil display byte slice handler has been provided.
ErrNilHeader signals that a nil header slice has been provided.
ErrNilLineDataInSlice signals that a nil line data element was found in slice.
ErrNilValuesOfLineDataInSlice signals that a line data element has nil values.

# Structs

LineData represents a displayable table line.