Documentation ¶ Index ¶ func LoadAll(startPlugins bool, vconfig *viper.Viper) func LoadPlugin(startPlugin bool, embeddedPlugin embeddedPlugin, settings api.Settings) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LoadAll ¶ func LoadAll(startPlugins bool, vconfig *viper.Viper) LoadAll loads all embedded plugins. The list of plugins to be loaded is hardcoded in the variable embeddedPlugins. The parameter startPlugins is a flag indicating if the embedded plugins should be started. func LoadPlugin ¶ func LoadPlugin(startPlugin bool, embeddedPlugin embeddedPlugin, settings api.Settings) error LoadPlugin will load a plugins settings into memory and start it if the startPlugin flag is true. Types ¶ This section is empty. Source Files ¶ View all Source files load.go Directories ¶ Show internal Expand all Path Synopsis coprocess template Click to show internal directories. Click to hide internal directories.