Skip to main content

static_authz_plugin/domain/
mod.rs

1//! Domain layer for the static `AuthZ` resolver plugin.
2
3mod client;
4pub mod service;
5
6pub use service::Service;