Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructTable ¶
type StructTable struct { *tablewriter.Table // contains filtered or unexported fields }
func NewStructTable ¶
func NewStructTable(writer io.Writer, typ interface{}) (*StructTable, error)
func (*StructTable) Append ¶
func (t *StructTable) Append(data interface{})
func (*StructTable) AppendBulk ¶
func (t *StructTable) AppendBulk(data interface{})
Click to show internal directories.
Click to hide internal directories.