Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface {
QueueUpdateDraw(func()) *tview.Application
}
type DataSource ¶
type LogViewer ¶
func (*LogViewer) ToggleWrap ¶
func (v *LogViewer) ToggleWrap()
type Table ¶
type Table struct { *tview.Table DataSource }
func NewTable ¶
func NewTable(source DataSource) *Table
type UI ¶
func New ¶
func New(list *worklist.WorkList, cfg configuration.Configuration) *UI
Click to show internal directories.
Click to hide internal directories.