Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { Name string `json:"name"` DisplayName string `json:"displayName"` Description string `json:"description"` Home bool `json:"home"` Type string `json:"type"` Options map[string]interface{} `json:"options"` }
Plugin defines the structure for all plugins. All plugins must register with the configured name, display name, description and type. The optional options field can be used to use values from the plugin configuration in the frontend.
Click to show internal directories.
Click to hide internal directories.