proxmox-backup/src/api2/config
Dominik Csapak 83fd4b3b1b remote: try to use Struct for api
with a catch: password is in the struct but we do not want it to return
via the api, so we only 'serialize' it when the string is not empty
(this can only happen when the format is not checked by us, iow.
when its returned from the api) and setting it manually to ""
when we return remotes from the api

this way we can still use the type but do not return the password

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-05-26 08:55:07 +02:00
..
datastore.rs src/config/datastore.rs_ change prune types from i64 to u64 2020-05-20 13:00:13 +02:00
remote.rs remote: try to use Struct for api 2020-05-26 08:55:07 +02:00
sync.rs rename 'job' to 'sync' 2020-05-21 10:29:25 +02:00