Documentation
¶
Overview ¶
Package daemon owns the daemon's process lifecycle: socket listener, graceful shutdown, signal handling, and recovery of orphan containers. The RPC handlers live in internal/daemon/server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package discovery parses each stack's per-service podman-compose.yaml files and exposes the result as a structured model (services, targets, infra, volumes, networks, dependency graph).
|
Package discovery parses each stack's per-service podman-compose.yaml files and exposes the result as a structured model (services, targets, infra, volumes, networks, dependency graph). |
|
Package env owns the daemon's environment-variable handling: port allocation (with refcounting), value synthesis (HOST / URL for allocated ports), cross-service propagation, and operator un-prefix.
|
Package env owns the daemon's environment-variable handling: port allocation (with refcounting), value synthesis (HOST / URL for allocated ports), cross-service propagation, and operator un-prefix. |
|
Package logs owns the daemon-side log storage and streaming hub.
|
Package logs owns the daemon-side log storage and streaming hub. |
|
Package reinstall implements the daemon's reinstall-handoff checkpoint.
|
Package reinstall implements the daemon's reinstall-handoff checkpoint. |
|
Package runner supervises the lifecycle of the daemon's run targets: it starts them, tracks their phase and health, streams their logs, and tears them down.
|
Package runner supervises the lifecycle of the daemon's run targets: it starts them, tracks their phase and health, streams their logs, and tears them down. |
|
Package server implements the daemon-side handler for the anovel.v1.CoreService connect-rpc API.
|
Package server implements the daemon-side handler for the anovel.v1.CoreService connect-rpc API. |
|
Package volumes owns the daemon-side volume operations: list, backup, restore, clear — all service-scoped.
|
Package volumes owns the daemon-side volume operations: list, backup, restore, clear — all service-scoped. |
Click to show internal directories.
Click to hide internal directories.