Documentation
¶
Index ¶
- type Plugin
- func (p *Plugin) Dependencies() []plugin.PluginDependency
- func (p *Plugin) Description() string
- func (p *Plugin) Name() string
- func (p *Plugin) OnDisable(_ plugin.PluginContext) error
- func (p *Plugin) OnEnable(_ plugin.PluginContext) error
- func (p *Plugin) RegisterRoutes(mux *http.ServeMux)
- func (p *Plugin) UIPages() []plugin.UIPageDef
- 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 {
// contains filtered or unexported fields
}
Plugin implements the store-browser native plugin, providing HTTP endpoints to browse database tables, execution events, and DLQ entries.
func New ¶
New creates a new store-browser plugin. Any of the parameters may be nil; handlers that depend on a nil dependency will return 503.
func (*Plugin) Dependencies ¶
func (p *Plugin) Dependencies() []plugin.PluginDependency
func (*Plugin) Description ¶
func (*Plugin) RegisterRoutes ¶
Click to show internal directories.
Click to hide internal directories.