consolidate and parallelize api/server access check prologues
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7fcc6d11a4
commit
e49aee61c1
9 changed files with 123 additions and 123 deletions
|
@ -41,3 +41,6 @@ pub(super) use state_ids::*;
|
|||
pub(super) use user::*;
|
||||
pub(super) use version::*;
|
||||
pub(super) use well_known::*;
|
||||
|
||||
mod utils;
|
||||
use utils::AccessCheck;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue