Add allow-prefix amendment helper to execpolicy

This commit is contained in:
kevin zhao
2025-11-20 17:15:51 -05:00
parent 54e6e4ac32
commit 1273f94f18
4 changed files with 148 additions and 0 deletions

View File

@@ -1,9 +1,12 @@
pub mod amend;
pub mod decision;
pub mod error;
pub mod parser;
pub mod policy;
pub mod rule;
pub use amend::AmendError;
pub use amend::append_allow_prefix_rule;
pub use decision::Decision;
pub use error::Error;
pub use error::Result;