web

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: May 3, 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 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