Skip to main content

hh_cli/permission/
mod.rs

1pub mod matcher;
2pub mod policy;
3
4pub use matcher::PermissionMatcher;
5pub use policy::Decision;