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