Skip to content

Commit 829da2e

Browse files
committed
remove unused
1 parent 685e81c commit 829da2e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lambda-runtime/src/requests.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@ impl IntoRequest for NextEventRequest {
2424
}
2525
}
2626

27-
#[derive(Debug, Eq, PartialEq)]
28-
pub struct NextEventResponse<'a> {
29-
// lambda-runtime-aws-request-id
30-
pub request_id: &'a str,
31-
// lambda-runtime-deadline-ms
32-
pub deadline: u64,
33-
// lambda-runtime-invoked-function-arn
34-
pub arn: &'a str,
35-
// lambda-runtime-trace-id
36-
pub trace_id: &'a str,
37-
// the actual body,
38-
pub body: Vec<u8>,
39-
}
40-
4127
// /runtime/invocation/{AwsRequestId}/response
4228
pub(crate) struct EventCompletionRequest<'a, R, B, S, D, E>
4329
where

0 commit comments

Comments
 (0)