Documentation ¶
Index ¶
- Constants
- func Round(d, r time.Duration) time.Duration
- type FooterWidget
- type HeaderWidget
- type MasterUI
- func (mui *MasterUI) CliConnection() plugin.CliConnection
- func (mui *MasterUI) CloseView(m masterUIInterface.Manager) error
- func (mui *MasterUI) CloseViewByName(viewName string) error
- func (mui *MasterUI) GetCurrentView(g *gocui.Gui) *gocui.View
- func (mui *MasterUI) GetRouter() *eventrouting.EventRouter
- func (mui *MasterUI) LayoutManager() masterUIInterface.LayoutManagerInterface
- func (mui *MasterUI) RefeshNow()
- func (mui *MasterUI) SetCurrentViewOnTop(g *gocui.Gui) error
- func (mui *MasterUI) Start()
Constants ¶
View Source
const WarmUpSeconds = 60
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FooterWidget ¶
type FooterWidget struct {
// contains filtered or unexported fields
}
func NewFooterWidget ¶
func NewFooterWidget(name string, height int) *FooterWidget
func (*FooterWidget) Name ¶
func (w *FooterWidget) Name() string
type HeaderWidget ¶
type HeaderWidget struct {
// contains filtered or unexported fields
}
func NewHeaderWidget ¶
func NewHeaderWidget(masterUI *MasterUI, name string, height int) *HeaderWidget
func (*HeaderWidget) Name ¶
func (w *HeaderWidget) Name() string
type MasterUI ¶
type MasterUI struct {
// contains filtered or unexported fields
}
func NewMasterUI ¶
func NewMasterUI(cliConnection plugin.CliConnection) *MasterUI
func (*MasterUI) CliConnection ¶
func (mui *MasterUI) CliConnection() plugin.CliConnection
func (*MasterUI) CloseViewByName ¶
func (*MasterUI) GetRouter ¶
func (mui *MasterUI) GetRouter() *eventrouting.EventRouter
func (*MasterUI) LayoutManager ¶
func (mui *MasterUI) LayoutManager() masterUIInterface.LayoutManagerInterface
Click to show internal directories.
Click to hide internal directories.