web

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2026 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetDiagRequest added in v0.2.1

type NetDiagRequest struct {
	Action    string `json:"action"`               // "dns" | "port" | "ping"
	Target    string `json:"target"`               // domain (dns) or host (port/ping)
	Port      int    `json:"port,omitempty"`       // port/ping action
	Server    string `json:"server,omitempty"`     // optional DNS server (dns action)
	TimeoutMs int    `json:"timeout_ms,omitempty"` // per-probe timeout (port/ping)
	Count     int    `json:"count,omitempty"`      // ping probe count
	Mode      string `json:"mode,omitempty"`       // ping mode: tcp | icmp
}

NetDiagRequest is the JSON body for POST /api/v1/net/diag.

type Options added in v0.1.3

type Options struct {
	AuthToken string
}

Options configures the web dashboard server.

type Server

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

Server is the HTTP server for the web dashboard.

func NewServer

func NewServer(addr string, c *collector.Collector, opts Options) *Server

NewServer creates a new web server listening on addr (e.g. "127.0.0.1:20021").

func (*Server) Shutdown

func (s *Server) Shutdown(ctx context.Context) error

Shutdown gracefully stops the server.

func (*Server) Start

func (s *Server) Start() error

Start starts the HTTP server. Blocks until the server exits.

type WSHub

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

WSHub manages WebSocket client connections.

Jump to

Keyboard shortcuts

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