Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableWriter ¶
type TableWriter struct {
*tablewriter.Table
}
func NewWriter ¶
func NewWriter(options ...TableWriterOption) *TableWriter
func (*TableWriter) SetStructs ¶ added in v0.1.30
func (t *TableWriter) SetStructs(v interface{}) error
type TableWriterOption ¶
type TableWriterOption func(*TableWriterOptions)
func WithWriter ¶
func WithWriter(writer io.Writer) TableWriterOption
type TableWriterOptions ¶
type TableWriterOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.