ui

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UIHandler

type UIHandler struct {
	// contains filtered or unexported fields
}

UIHandler provides a web UI for cron job management. This is a placeholder implementation that needs to be completed.

func NewUIHandler

func NewUIHandler(extension *cronext.Extension, logger forge.Logger) *UIHandler

NewUIHandler creates a new UI handler. TODO: Implement full web UI with HTML templates and assets.

func (*UIHandler) Executions

func (h *UIHandler) Executions(ctx forge.Context) error

Executions lists all executions.

func (*UIHandler) Index

func (h *UIHandler) Index(ctx forge.Context) error

Index serves the main dashboard page.

func (*UIHandler) Jobs

func (h *UIHandler) Jobs(ctx forge.Context) error

Jobs lists all jobs.

func (*UIHandler) RegisterRoutes

func (h *UIHandler) RegisterRoutes(router forge.Router, prefix string)

RegisterRoutes registers UI routes.

Jump to

Keyboard shortcuts

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