refactor(actors): rename MessageRouter to FlowCoordinator

This commit is contained in:
hdbg
2026-03-21 13:10:18 +01:00
parent cd07ab7a78
commit 51674bb39c
8 changed files with 32 additions and 28 deletions

View File

@@ -55,7 +55,7 @@ impl<'a> AuthTransportAdapter<'a> {
ProtoAuthResult::ApprovalDenied
}
auth::Error::ApproveError(auth::ApproveError::Upstream(
crate::actors::router::ApprovalError::NoUserAgentsConnected,
crate::actors::flow_coordinator::ApprovalError::NoUserAgentsConnected,
)) => ProtoAuthResult::NoUserAgentsOnline,
auth::Error::ApproveError(auth::ApproveError::Internal)
| auth::Error::DatabasePoolUnavailable