1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Move the GraphQL schema to its own crate

This commit is contained in:
Quentin Gliech
2022-11-04 19:22:33 +01:00
parent c13b0478e6
commit 13c7d2772f
9 changed files with 180 additions and 56 deletions

View File

@ -63,9 +63,11 @@ impl<B> OnResponse<Response<B>> for OnHttpResponse {
}
}
#[cfg(feature = "aws-sdk")]
#[derive(Debug, Clone, Copy, Default)]
pub struct OnAwsResponse;
#[cfg(feature = "aws-sdk")]
impl OnResponse<aws_smithy_http::operation::Response> for OnAwsResponse {
fn on_response(
&self,