mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-07 07:38:59 +00:00
proxmox 0.10: adapt to moved ParameterSchema
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
e2e0339966
commit
d6874957e3
@ -26,7 +26,6 @@ use proxmox::api::{
|
|||||||
ApiHandler,
|
ApiHandler,
|
||||||
ApiMethod,
|
ApiMethod,
|
||||||
HttpError,
|
HttpError,
|
||||||
ParameterSchema,
|
|
||||||
Permission,
|
Permission,
|
||||||
RpcEnvironment,
|
RpcEnvironment,
|
||||||
RpcEnvironmentType,
|
RpcEnvironmentType,
|
||||||
@ -34,6 +33,7 @@ use proxmox::api::{
|
|||||||
};
|
};
|
||||||
use proxmox::api::schema::{
|
use proxmox::api::schema::{
|
||||||
ObjectSchemaType,
|
ObjectSchemaType,
|
||||||
|
ParameterSchema,
|
||||||
parse_parameter_strings,
|
parse_parameter_strings,
|
||||||
parse_simple_value,
|
parse_simple_value,
|
||||||
verify_json_object,
|
verify_json_object,
|
||||||
|
Loading…
Reference in New Issue
Block a user