diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 14:09:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 14:09:57 -0600 |
| commit | 034cb934375e789a54a22c34b37426ffe9affd4b (patch) | |
| tree | ed82d15f8c9dbad06b9932fc43acafae531b94f8 /src/authorization/authorizer.rs | |
| parent | aadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf (diff) | |
fix: revert back to envoy-types crate
Diffstat (limited to 'src/authorization/authorizer.rs')
| -rw-r--r-- | src/authorization/authorizer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/authorizer.rs b/src/authorization/authorizer.rs index 94e44e37..81588a31 100644 --- a/src/authorization/authorizer.rs +++ b/src/authorization/authorizer.rs @@ -1,4 +1,4 @@ -use crate::rpc::envoy::service::auth::v3::CheckRequest; +use envoy_types::pb::envoy::service::auth::v3::CheckRequest; pub trait Authorizer: std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static { fn authorize(&self, request: CheckRequest) -> bool; |
