Documentation ¶ Index ¶ type Message type QPlugin Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Message ¶ type Message interface { } type QPlugin ¶ type QPlugin interface { // Starts consumes bcast channels, config and attributes of a Plugin and runs a loop GetInfo() (typ, pkg, name string) CfgStringOr(path, alt string) string GetLogOnlyPlugs() []string } QPlugin Source Files ¶ View all Source files message.goplugin.go Click to show internal directories. Click to hide internal directories.