summaryrefslogtreecommitdiff
path: root/src/authorization/server.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-16 13:08:24 -0600
committermo khan <mo@mokhan.ca>2025-07-16 13:08:24 -0600
commit7db4022711af526ed7606fef65d3ffa0017e8b25 (patch)
treeda356c0566c56fccb8024b9859936d03e192036c /src/authorization/server.rs
parent7bb8655a150599ce4e5c45bf9f1eb5420345e55e (diff)
chore: use bug to generate envoy types
Diffstat (limited to 'src/authorization/server.rs')
-rw-r--r--src/authorization/server.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/server.rs b/src/authorization/server.rs
index 0847c101..8546e00f 100644
--- a/src/authorization/server.rs
+++ b/src/authorization/server.rs
@@ -1,5 +1,5 @@
use super::check_service::CheckService;
-use envoy_types::ext_authz::v3::pb::AuthorizationServer;
+use crate::rpc::envoy::service::auth::v3::authorization_server::AuthorizationServer;
use std::sync::Arc;
pub struct Server {