ui

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2025 License: MIT Imports: 9 Imported by: 0

README

Work in progress!

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(g *echo.Group, prefix string, db *sql.DB)

NewHandler accepts a prefix and an echo.Group

Types

type Handler

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

func (*Handler) Failed

func (h *Handler) Failed(c echo.Context) error

func (*Handler) Running

func (h *Handler) Running(c echo.Context) error

func (*Handler) Succeeded

func (h *Handler) Succeeded(c echo.Context) error

func (*Handler) Task

func (h *Handler) Task(c echo.Context) error

func (*Handler) TaskCompleted

func (h *Handler) TaskCompleted(c echo.Context) error

func (*Handler) Upcoming

func (h *Handler) Upcoming(c echo.Context) error

type TemplateData

type TemplateData struct {
	Path    string
	Prefix  string
	Content any
}

Jump to

Keyboard shortcuts

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