pub(in server) async fn channel_status(
__arg0: State<Arc<AppState>>,
__arg1: Path<String>,
) -> Result<Json<ChannelStatusResponse>, StatusCode>Expand description
GET /v1/channels/{name} - 503 until verified snapshot primed; 404 if channel undeclared.