mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-31 03:08:39 +00:00
flatten use hierarchy for api::Permissions
This commit is contained in:
parent
7ec6448db8
commit
5d73e4b8e8
@ -15,7 +15,9 @@ pub mod const_regex;
|
|||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod schema;
|
pub mod schema;
|
||||||
pub mod section_config;
|
pub mod section_config;
|
||||||
pub mod permission;
|
|
||||||
|
mod permission;
|
||||||
|
pub use permission::*;
|
||||||
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use const_regex::ConstRegexPattern;
|
pub use const_regex::ConstRegexPattern;
|
||||||
|
@ -11,7 +11,8 @@ use serde_json::Value;
|
|||||||
|
|
||||||
use crate::api::schema::{self, ObjectSchema, Schema};
|
use crate::api::schema::{self, ObjectSchema, Schema};
|
||||||
use crate::api::RpcEnvironment;
|
use crate::api::RpcEnvironment;
|
||||||
use super::permission::Permission;
|
|
||||||
|
use super::Permission;
|
||||||
|
|
||||||
/// A synchronous API handler gets a json Value as input and returns a json Value as output.
|
/// A synchronous API handler gets a json Value as input and returns a json Value as output.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user