Documentation ¶
Index ¶
- func NewActionsPanel(ctx context.Context, parent page.ControlI) page.ControlI
- func NewEventsPanel(ctx context.Context, parent page.ControlI) page.ControlI
- func NewIntroPanel(ctx context.Context, parent page.ControlI) page.ControlI
- func NewWatcherPanel(ctx context.Context, parent page.ControlI) page.ControlI
- type ActionsPanel
- type EventsPanel
- type IntroPanel
- type WatcherPanel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewActionsPanel ¶ added in v0.22.0
func NewEventsPanel ¶ added in v0.21.0
func NewIntroPanel ¶ added in v0.21.0
Types ¶
type ActionsPanel ¶ added in v0.22.0
type ActionsPanel struct {
Panel
}
func (*ActionsPanel) DoAction ¶ added in v0.23.0
func (p *ActionsPanel) DoAction(ctx context.Context, a action.Params)
func (*ActionsPanel) DrawTemplate ¶ added in v0.22.0
type EventsPanel ¶ added in v0.21.0
type EventsPanel struct {
Panel
}
func (*EventsPanel) DrawTemplate ¶ added in v0.21.2
type IntroPanel ¶ added in v0.21.0
type IntroPanel struct {
Panel
}
func (*IntroPanel) DrawTemplate ¶ added in v0.21.0
type WatcherPanel ¶
type WatcherPanel struct {
Panel
}
func (*WatcherPanel) DrawTemplate ¶ added in v0.18.0
Click to show internal directories.
Click to hide internal directories.