pub async fn get_drift(
__arg0: State<Arc<AppState>>,
params: Query<ServiceDriftRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>
pub async fn get_drift(
__arg0: State<Arc<AppState>>,
params: Query<ServiceDriftRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>