Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PanelDeps ¶
type PanelDeps struct {
Store store.Store
Executor engine.Executor
Hub streaming.EventHub
Logger *slog.Logger
}
PanelDeps holds the dependencies for the panel server.
type PanelServer ¶
type PanelServer struct {
// contains filtered or unexported fields
}
PanelServer serves the web management panel.
func NewPanelServer ¶
func NewPanelServer(deps PanelDeps) *PanelServer
NewPanelServer creates a new PanelServer with parsed templates.
func (*PanelServer) Handler ¶
func (s *PanelServer) Handler() http.Handler
Handler returns the HTTP handler for the panel routes.
Click to show internal directories.
Click to hide internal directories.