Documentation ¶
Index ¶
- Constants
- func NewWidget(cfg *config.Config, httpClient *client.HttpClient, app *tview.Application) block.Block
- type BootstrapBlock
- func (w *BootstrapBlock) BorderColor() tcell.Color
- func (w *BootstrapBlock) CommonSettings() *config.Common
- func (w *BootstrapBlock) Focusable() bool
- func (w *BootstrapBlock) Name() string
- func (w *BootstrapBlock) Refresh()
- func (w *BootstrapBlock) RefreshInterval() int
- func (w *BootstrapBlock) Render()
- func (w *BootstrapBlock) TextView() *tview.TextView
Constants ¶
View Source
const ( WidgetName = "bootstraplist" URL = "bootstrap/list" )
Variables ¶
This section is empty.
Functions ¶
func NewWidget ¶
func NewWidget(cfg *config.Config, httpClient *client.HttpClient, app *tview.Application) block.Block
Types ¶
type BootstrapBlock ¶
func (*BootstrapBlock) BorderColor ¶
func (w *BootstrapBlock) BorderColor() tcell.Color
func (*BootstrapBlock) CommonSettings ¶
func (w *BootstrapBlock) CommonSettings() *config.Common
func (*BootstrapBlock) Focusable ¶
func (w *BootstrapBlock) Focusable() bool
func (*BootstrapBlock) Name ¶
func (w *BootstrapBlock) Name() string
func (*BootstrapBlock) Refresh ¶
func (w *BootstrapBlock) Refresh()
func (*BootstrapBlock) RefreshInterval ¶
func (w *BootstrapBlock) RefreshInterval() int
func (*BootstrapBlock) Render ¶
func (w *BootstrapBlock) Render()
func (*BootstrapBlock) TextView ¶
func (w *BootstrapBlock) TextView() *tview.TextView
Click to show internal directories.
Click to hide internal directories.