Documentation
¶
Overview ¶
Package server is the HTTP/web frontend. Like the CLI, it is a thin adapter over the shared engine, so any connector (CI, webhook, UI) can drive the same analysis over HTTP.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server exposes the engine over HTTP.
func (*Server) MountStore ¶
MountStore opens a persistent scan-result store at dir and registers its query API (inventory, blast-radius, trends) on the server. Called by `dsecrat serve --store DIR`; without it the server is stateless.
Click to show internal directories.
Click to hide internal directories.