]> git.proxmox.com Git - proxmox-backup.git/commit
move client::pull to server::pull
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 9 Jul 2021 13:12:34 +0000 (15:12 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 9 Jul 2021 13:17:53 +0000 (15:17 +0200)
commitaa2838c27a7e38ecb10f29a990e7a6d736e130ef
tree8284cf9544bbb898918c120f18072e462ead0cc1
parentea584a75102a43d84e6fd4f5c44f04414230fe15
move client::pull to server::pull

it's not used by the client and not part of the client, it
just makes use *of* the client, but is used on the
datastore/server...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/api2/pull.rs
src/client/mod.rs
src/client/pull.rs [deleted file]
src/server/mod.rs
src/server/pull.rs [new file with mode: 0644]