Documentation ¶ Index ¶ func Log(msg string) type Settings func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *config.Config) *Settings type Widget func NewWidget(app *tview.Application, settings *Settings) *Widget func (widget *Widget) Refresh() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Log ¶ func Log(msg string) Types ¶ type Settings ¶ added in v0.9.2 type Settings struct { // contains filtered or unexported fields } func NewSettingsFromYAML ¶ added in v0.9.2 func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *config.Config) *Settings type Widget ¶ type Widget struct { wtf.TextWidget // contains filtered or unexported fields } func NewWidget ¶ func NewWidget(app *tview.Application, settings *Settings) *Widget func (*Widget) Refresh ¶ func (widget *Widget) Refresh() Refresh updates the onscreen contents of the widget Source Files ¶ View all Source files log.gosettings.go Click to show internal directories. Click to hide internal directories.