src.nth.io/

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 17:42:46 -0500
committerLuke Hoersten <[email protected]>2026-07-28 17:42:46 -0500
commit4129dcaeceab060d9f1cac599e9e29cab0f44fd7 (patch)
tree9916763a324bd81649a5198a4df9bf4aa7e97058 /README.md
parent29943e536f2be420a9d4042cd26d7b7eddf71438 (diff)
Split the controller operations into a submodule
controller.rs had grown to ~1400 lines gluing the one-shot stack harness and persistent-identity lifecycle to the four on-wire operations. Move the operations (commission, sync, inspect, decommission, plus connect and the timeout helper) into controller/ops.rs; the harness, identity/fabric bootstrap, KV store, and locking stay in controller/mod.rs. ops.rs sees the parent module private items via use super::*, so no visibility changes were needed, and pub use ops::* keeps the existing controller::* paths. No behavior change. 36 unit tests, clippy clean.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions