Documentation
¶
Overview ¶
Package server exposes the engine, run manager and store over a loopback JSON API plus an SSE live-event stream. It is the backend the Tauri desktop UI (Phase 3) talks to; in Phase 2 it is driven entirely by curl/EventSource.
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 wires the HTTP routes to the manager and store.
Click to show internal directories.
Click to hide internal directories.