Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store manages the plugin inventory in memory and on-disk
func (Store) Get ¶
func (ps Store) Get(name, capability string, _ int) (plugingetter.CompatPlugin, error)
Get returns a plugin matching the given name and capability.
func (Store) GetAllByCap ¶
func (ps Store) GetAllByCap(capability string) ([]plugingetter.CompatPlugin, error)
GetAllByCap returns a list of plugins matching the given capability.
Click to show internal directories.
Click to hide internal directories.