refactor: splitted controller and reconciler

This commit is contained in:
hdbg
2025-12-04 22:37:25 +01:00
parent bc37b58d80
commit c45e9305e5
10 changed files with 381 additions and 286 deletions

2
Cargo.lock generated
View File

@@ -1069,10 +1069,12 @@ dependencies = [
"futures",
"indicatif",
"miette",
"parking_lot",
"rand",
"serde",
"serde_json",
"serde_with",
"thiserror",
"tokio",
"toml",
"tracing",