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" )
Click to show internal directories.
Click to hide internal directories.