server

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

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

func NewServer

func NewServer(
	host string,
	port int,
	cookieBasedSession bool,
	secretsDir, frontendDir, templatesDir string,
	debug bool,
	lbPath string,
	lbAuth bool,
	lbEndpoints []url.URL,
) *Server

func NewServerFromFlags

func NewServerFromFlags() *Server

func (*Server) Start

func (s *Server) Start(appControllers ...controller.IController) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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