web

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2025 License: AGPL-3.0 Imports: 33 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 Notification added in v1.5.0

type Notification struct {
	Category NotificationCategory
	Body     template.HTML
}

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"
)

Jump to

Keyboard shortcuts

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