Documentation
¶
Overview ¶
Package admincore provides a NativePlugin that declares the core admin UI pages (Dashboard, Editor, Executions, Logs, Events, Marketplace, Templates, Environments, Settings). Registering this plugin ensures the admin navigation is driven entirely by the plugin system with no static fallbacks.
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(_ *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{}
Plugin declares the built-in admin UI pages. It registers no HTTP routes because all core views are rendered entirely in the React frontend.
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.