server

package
v0.3.8 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.3.0

type Config struct {
	TLSCert    string
	TLSKey     string
	LogFormat  string
	LogLevel   string
	Domains    []string
	Port       int
	AutoTLS    bool
	Metrics    bool
	Validation bool
}

Config holds configuration for creating a Server.

type Server

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

Server is our web server that runs the network mirror.

func New

func New(cfg *Config) (*Server, error)

New returns a new server configured from cfg.

func (*Server) Start

func (s *Server) Start() error

Start starts the listener of the server.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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