Function get_drift

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