ui

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BannerResponse

type BannerResponse struct {
	Enabled     bool   `json:"enabled"`
	Dismissible bool   `json:"dismissible"`
	Variant     string `json:"variant"`
	Message     string `json:"message"`
	ID          string `json:"id"`
}

type Handler

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

func NewHandler

func NewHandler(config *config.Config) *Handler

func (*Handler) Routes

func (h *Handler) Routes() []common.Route

type UIConfigResponse

type UIConfigResponse struct {
	Banner BannerResponse `json:"banner"`
}

Jump to

Keyboard shortcuts

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