forked from Proxmox/proxmox
d3ec63f26d
Reference a predefined BACKUP_ARCHIVE_NAME StringSchema like this: #[api( input: { properties: { archive: { optional: true, schema: BACKUP_ARCHIVE_NAME, }, } } )] fn get_archive(archive: String) -> Result<(), Error> { ... } Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |