Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableContext ¶
type TableContext struct {
Username string
Sells bool
Buys bool
LinesOfLogs int
Sorting string
TicksSecond int
LastSells *Table
LastBuys *Table
Logs []string
}
func (*TableContext) PrepareTable ¶
func (tc *TableContext) PrepareTable() string
func (*TableContext) Run ¶
func (tc *TableContext) Run()
Click to show internal directories.
Click to hide internal directories.