Documentation
¶
Index ¶
- type Plugin
- func (p *Plugin) BasePath() string
- func (p *Plugin) DatastoreEntries() []plugin.DatastoreEntry
- func (p *Plugin) Description() string
- func (p *Plugin) Init(_ context.Context, cfg plugin.Config) error
- func (p *Plugin) Migrations() []plugin.Migration
- func (p *Plugin) Name() string
- func (p *Plugin) RegisterRoutes(router chi.Router) error
- func (p *Plugin) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
*plugin.PluginBase
// contains filtered or unexported fields
}
func (*Plugin) DatastoreEntries ¶
func (p *Plugin) DatastoreEntries() []plugin.DatastoreEntry
func (*Plugin) Description ¶
func (*Plugin) Migrations ¶
Click to show internal directories.
Click to hide internal directories.