Documentation
¶
Index ¶
- type CommandInfo
- type Host
- func (h *Host) Commands() []CommandInfo
- func (h *Host) DeletePlugin(id string) error
- func (h *Host) Enabled() bool
- func (h *Host) LastError() error
- func (h *Host) LoadAll() error
- func (h *Host) Plugins() []PluginInfo
- func (h *Host) RunCommand(ctx context.Context, fullID string) error
- func (h *Host) SetNotifyFunc(f func(string, bool))
- func (h *Host) Themes() []theme.Theme
- func (h *Host) Views() []ViewInfo
- func (h *Host) Watch(ctx context.Context, onChange func()) error
- type PluginInfo
- type ViewInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandInfo ¶
type Host ¶
type Host struct {
// contains filtered or unexported fields
}
func (*Host) Commands ¶
func (h *Host) Commands() []CommandInfo
func (*Host) DeletePlugin ¶
func (*Host) Plugins ¶
func (h *Host) Plugins() []PluginInfo
func (*Host) SetNotifyFunc ¶
type PluginInfo ¶
Click to show internal directories.
Click to hide internal directories.