diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-10 13:10:52 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-10 13:10:52 -0600 |
| commit | ff30574117a996df332e23d1fb6f65259b316b5b (patch) | |
| tree | 8105765403000ae2a792ba4af5946f3928c6ec04 /src/lib.rs | |
| parent | 7f253078df95ea0ec725ccbd000f11723697b64d (diff) | |
refactor: move functions to repository type
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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, }; |
