mirror of
https://git.proxmox.com/git/proxmox
synced 2025-11-03 08:37:08 +00:00
This way we do not need to carry the body type into the CLI router and can instead just require the body to be Into<Bytes>. This also makes more sense, because previously a method could in theory implement multiple ApiMethodInfo types with different bodies which seems pointless. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| router.rs | ||