Structs§
- Control
State - Heartbeat
Driver - Heartbeat
Driver Args - Runner
Registry - Registry mapping capability strings to runner instances.
Enums§
Traits§
Functions§
- apply_
heartbeat_ token_ update - Apply heartbeat token refresh: if HeartbeatResponse carries a new access token, swap it into the provided TokenRef so subsequent storage requests use it.
- build_
storage_ for_ lease - Build storage ports (input/output) for a given lease by constructing a TokenRef from the lease’s access token and delegating to storage::build_ports.
- run_
cycle_ with_ dms - Run a single poll→run→complete/fail cycle using DMS client and the runner registry.
This is a minimal integration used by tests;
run_nodewiring remains separate. - run_
node - Run the node main loop. Networking and storage are wired in later prompts.
- run_
node_ with_ shutdown