Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOpts ¶
type ListOpts struct {
TypeFilter string
}
ListOpts defines options for listing plugins.
type Storer ¶
type Storer interface {
Init() error
Create(ctx context.Context, plugin *models.Plugin) error
Get(ctx context.Context, name string) (*models.Plugin, error)
Delete(ctx context.Context, name string) error
List(ctx context.Context, opts ListOpts) ([]*models.Plugin, error)
}
Storer can store information about the plugins that were created.
Click to show internal directories.
Click to hide internal directories.