-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
5 additions
and
299 deletions.
There are no files selected for viewing
38 changes: 0 additions & 38 deletions
38
crates/tree_availability/src/server/middleware/api_metrics_layer.rs
This file was deleted.
Oops, something went wrong.
223 changes: 0 additions & 223 deletions
223
crates/tree_availability/src/server/middleware/logging_layer.rs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
pub mod api_metrics_layer; | ||
pub mod logging_layer; | ||
pub mod remove_auth_layer; | ||
pub mod timeout_layer; | ||
|
14 changes: 0 additions & 14 deletions
14
crates/tree_availability/src/server/middleware/remove_auth_layer.rs
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
crates/tree_availability/src/server/middleware/timeout_layer.rs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
mod middleware; | ||
|
||
use std::sync::atomic::Ordering; | ||
use std::sync::Arc; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters