Expand description
Xvc storage management commands.
Contains several modules to implement connection, upload and download of files to a storage. Most of the functionality is behind feature flags that are on by default. If you want to customize the functionality of this crate, you can disable the features you don’t need.
Re-exports§
pub use crate::error::Error;
pub use crate::error::Result;
pub use storage::XvcLocalStorage;
pub use storage::XvcStorage;
pub use storage::XvcStorageEvent;
pub use storage::XvcStorageGuid;
pub use storage::XvcStorageOperations;
Modules§
Structs§
- StorageCLI
- Storage (on the cloud) management commands
Enums§
- Storage
Identifier - Specifies a storage by either a name or a GUID.
- Storage
NewSub Command - Add a new storage
- Storage
SubCommand - storage subcommands
Functions§
- cmd_
storage - Entry point for
xvc storage
group of commands.