Expand description
Wire types of the daemon-control routes on the local API, shared by the daemon (which answers them) and the tray UI (which reads them).
See docs/local-api.md#daemon-control for the routes.
Structs§
- Config
Rejection - Why
PUT /daemon/configrefused a config. - Daemon
Status GET /daemon/status: everything the tray UI shows except the logs.- Editable
Config - The operator-editable part of the config: what the Config page shows and
PUT /daemon/configaccepts. Credentials and registration state are never part of it. - Error
Body - An error answer: a stable code plus a human message.
- JobWire
- One job on the wire: running or finished, whatever its source.
- Logs
Page GET /daemon/logs?after=<seq>.- Model
Entry - One
GET /modelsentry, as the tray UI reads it. - Model
Source Brief - The engine part of a catalogue model’s source, as
GET /modelslists it.
Enums§
- JobStatus
- Where a job is in its life.
Constants§
- MIN_
AUTO_ UPDATE_ INTERVAL_ SECS - Shortest auto-update interval accepted, in seconds. The release feed is GitHub’s API; polling it faster than once a minute buys nothing.