Skip to main content

Crate docbox_management_interface

Crate docbox_management_interface 

Source

Re-exports§

pub use error::DocboxServiceError;
pub use error::ManagementError;
pub use remote::RemoteDocboxManagementInterface;
pub use remote::RemoteDocboxManagementTransport;
pub use types::*;

Modules§

error
remote
types

Enums§

DocboxManagementCommand

Traits§

DocboxManagementInterface
Management interface providing the management functionality with an abstracted backend to allow the various points of management (CLI, Management Lambda, ..etc)

Attribute Macros§

async_trait