web

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2026 License: AGPL-3.0 Imports: 41 Imported by: 0

Documentation

Overview

Package web provides web capabilities. Import this package to initialize the handlers and the templates.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartServer added in v0.7.0

func StartServer()

Types

type NotificationCategory added in v1.5.0

type NotificationCategory string
const (
	NotificationSuccess       NotificationCategory = "Success"
	NotificationFailure       NotificationCategory = "Failure"
	NotificationHostMismatch  NotificationCategory = "Host mismatch"
	NotificationClarification NotificationCategory = "Clarification"
	NotificationWrongProtocol NotificationCategory = "Wrong protocol"
)

type SystemNotification added in v1.6.0

type SystemNotification struct {
	Category NotificationCategory
	Body     template.HTML
}

Jump to

Keyboard shortcuts

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