Skip to main content

tr_authz_plugin/domain/
mod.rs

1// Created: 2026-02-24 by Constructor Tech
2// Updated: 2026-04-29 by Constructor Tech
3
4pub mod client;
5pub mod service;
6
7#[cfg(test)]
8mod test_support;
9
10pub use service::Service;