summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-10 13:10:52 -0600
committermo khan <mo@mokhan.ca>2025-07-10 13:10:52 -0600
commitff30574117a996df332e23d1fb6f65259b316b5b (patch)
tree8105765403000ae2a792ba4af5946f3928c6ec04 /src/lib.rs
parent7f253078df95ea0ec725ccbd000f11723697b64d (diff)
refactor: move functions to repository type
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cf570238..e70e64f7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,5 @@
pub mod authorization;
pub use authorization::{
- Authorizer, CedarAuthorizer, CedarEntity, CheckService, Server, generate_entities_from_api,
- write_entities_file,
+ Authorizer, CedarAuthorizer, CedarEntity, CheckService, EntitiesRepository, Server,
};