Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( pluginStore store.PluginStore, ) *Controller
func ProvideController ¶
func ProvideController(pluginStore store.PluginStore) *Controller
func (*Controller) List ¶
func (c *Controller) List( ctx context.Context, filter types.ListQueryFilter, ) ([]*types.Plugin, int64, error)
List lists all the global plugins. Since this just lists the schema of plugins, it does not require any specific authorization. Plugins are available globally so they are not associated with any space.
Click to show internal directories.
Click to hide internal directories.