Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugTUI ¶
type DebugTUI struct {
*tview.Application
LogView *tview.TextView
}
DebugTUI is the main TUI application.
func (*DebugTUI) GetLogWriter ¶
GetLogWriter returns an io.Writer that streams log data into the log view.
type FeatureList ¶
type FeatureList []Feature
func GetFeatureList ¶
func GetFeatureList() *FeatureList
GetFeatureList returns a pointer to the global feature list.
func (*FeatureList) Add ¶
func (list *FeatureList) Add(feature Feature) *FeatureList
AddFeature adds a feature to the global feature list.
func (*FeatureList) Set ¶
func (list *FeatureList) Set(newList []Feature) *FeatureList
SetFeatureList sets the global feature list to a new feature list.
Click to show internal directories.
Click to hide internal directories.