Documentation
¶
Index ¶
- Variables
- func FilteredPlugins(filter func(model.Plugin) bool) ([]model.Plugin, error)
- func FilteredPluginsByType(pluginType model.PluginType, filter func(model.Plugin) bool) ([]model.Plugin, error)
- func GetPlugins() ([]model.Plugin, error)
- func SeekForPlugins(pluginType model.PluginType) ([]model.Plugin, error)
- type SeekRequest
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger log.Logger
Message logger interface
Functions ¶
func FilteredPluginsByType ¶
func SeekForPlugins ¶
func SeekForPlugins(pluginType model.PluginType) ([]model.Plugin, error)
Types ¶
type SeekRequest ¶
Interface that describe a Request in the Deploy Manager Plugin Explorer
Click to show internal directories.
Click to hide internal directories.