huskies: merge 1144 story Gateway trampoline-restart: detached helper survives the gateway's own death
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
//! Business logic lives in `service::gateway`, HTTP handlers in `http::gateway`.
|
||||
//! This file contains only the `run` entrypoint and `build_gateway_route` wiring.
|
||||
|
||||
/// Gateway rebuild — builds the new binary and launches the detached trampoline.
|
||||
pub mod rebuild;
|
||||
|
||||
use crate::http::gateway::*;
|
||||
use crate::rebuild::ShutdownReason;
|
||||
use crate::service::gateway::{self, GatewayState};
|
||||
|
||||
Reference in New Issue
Block a user