admincore

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2026 License: MIT Imports: 3 Imported by: 0

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

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 (p *Plugin) Description() string

func (*Plugin) Name

func (p *Plugin) Name() string

func (*Plugin) OnDisable

func (p *Plugin) OnDisable(_ plugin.PluginContext) error

func (*Plugin) OnEnable

func (p *Plugin) OnEnable(_ plugin.PluginContext) error

func (*Plugin) RegisterRoutes

func (p *Plugin) RegisterRoutes(_ *http.ServeMux)

func (*Plugin) UIPages

func (p *Plugin) UIPages() []plugin.UIPageDef

UIPages returns the page definitions for all core admin views. Icon values are emoji matching the design tokens used in the React UI.

func (*Plugin) Version

func (p *Plugin) Version() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL