Skip to main content

static_tr_plugin/domain/
mod.rs

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