Type Alias tide_disco::AppServerState
source · pub type AppServerState = ServerState<AppState>;
Aliased Type§
struct AppServerState {
pub health_status: Arc<RwLock<HealthStatus>>,
pub app_state: Value,
pub router: Arc<Router<usize>>,
}
Fields§
§health_status: Arc<RwLock<HealthStatus>>
§app_state: Value
§router: Arc<Router<usize>>