pluginmgr

package
v0.0.0-...-2b3799d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2017 License: Apache-2.0 Imports: 2 Imported by: 3

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

func Register

func Register()

Register makes this plugin available to the system.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL