Documentation
¶
Overview ¶
Package web serves the interactive code-graph visualisation UI.
The server exposes:
GET / → embedded single-page HTML/JS application
GET /api/graph → JSON: {nodes, edges} for the force-directed graph
GET /api/stats → JSON: {files, entities, dependencies, relations}
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 wraps an Indexer and serves the web UI.
Click to show internal directories.
Click to hide internal directories.