Documentation ¶
Overview ¶
Common functions for plugins
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOfficialPluginList ¶
func GetOfficialPluginList() []string
Returns the list of official plugins
Types ¶
type OpaqueConfig ¶
type OpaqueConfig struct {
// contains filtered or unexported fields
}
func GetConfig ¶
func GetConfig(plugin string) (*OpaqueConfig, error)
func (OpaqueConfig) GetStringArray ¶
func (i OpaqueConfig) GetStringArray(key string) ([]string, error)
Click to show internal directories.
Click to hide internal directories.