Documentation
¶
Overview ¶
Package pluginmgr is a plugin manager for hal that allows users to manage plugins from inside chat or over REST.
Index ¶
Constants ¶
View Source
const HELP = `` /* 365-byte string literal not displayed */
HELP text
View Source
const NAME = "pluginmgr"
NAME of the plugin
View Source
const PluginGroupTable = `` /* 233-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PluginGroup ¶
type PluginGroup []*PluginGroupRow
func GetPluginGroup ¶
func GetPluginGroup(group string) (PluginGroup, error)
type PluginGroupRow ¶
type PluginGroupRow struct { Group string `json:"group"` Plugin string `json:"plugin"` Timestamp time.Time `json:"timestamp"` }
func (*PluginGroupRow) Delete ¶
func (pgr *PluginGroupRow) Delete() error
func (*PluginGroupRow) Save ¶
func (pgr *PluginGroupRow) Save() error
Click to show internal directories.
Click to hide internal directories.