web

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorRetry

type ErrorRetry struct {
	Error error
	Retry chan struct{}
}

type Server

type Server struct {
	LastError    atomic.Pointer[ErrorRetry]
	Db           db.DB
	FromRe       *regexp.Regexp
	ShutdownChan chan struct{}
	To           string
	Domain       string
	HttpPrefix   string
	QrSize       int
}

func (*Server) Serve

func (server *Server) Serve(listen string) error

Jump to

Keyboard shortcuts

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