refactor(common): move Policy types from types.rs into policy.rs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use authforge_common::types::{Credential, Method, PendingFlag, Policy, Transport};
|
||||
use authforge_common::policy::Policy;
|
||||
use authforge_common::types::{Credential, Method, PendingFlag, Transport};
|
||||
use std::collections::HashMap;
|
||||
use tokio::sync::RwLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user