Documentation
¶
Overview ¶
Package webui serves the client-side inspection UI (htmx + Alpine) over HTTP. Assets are embedded at build time; the server is expected to bind to a loopback address.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Addr string // listen address, e.g. 127.0.0.1:4040
Store inspect.Store // backing store
Replayer *inspect.Replayer // optional — if nil, replay is disabled
TunnelURL func() string // live lookup of the public tunnel URL
}
Config configures the UI server.
Click to show internal directories.
Click to hide internal directories.