server

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2026 License: MIT Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AuthEnabled       bool
	AuthIssuerURL     string
	AuthAudience      string
	AutoTLS           bool
	ContactEmail      string
	DemoMode          bool
	DemoResetInterval time.Duration
	Domains           []string
	LogFormat         string
	LogLevel          string
	Metrics           bool
	Port              int
	DataDir           string
	TLSCert           string
	TLSKey            string
	Validation        bool
	WorkerBatchSize   int
	WorkerInterval    time.Duration
}

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.

func (*Server) Stop

func (s *Server) Stop()

Stop stops the server.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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