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