Crate docktor_api_client

Source
Expand description

Docktor Orchestration System.

§Crate Organization

The entry point for most customers will be Client. Client exposes one method for each API offered by the service.

Some APIs require complex or nested arguments. These exist in model.

Lastly, errors that can be returned by the service are contained within error. Error defines a meta error encompassing all possible errors that can be returned by the service.

The other modules within this crate are not required for normal usage.

Re-exports§

pub use config::Config;
pub use client::Client;

Modules§

client
Client and fluent builders for calling the service.
config
Configuration for the service.
error
Errors that can occur when calling the service.
input
Input structures for operations.
model
Data structures used by operation inputs/outputs.
operation
All operations that this crate can perform.
output
Output structures for operations.

Structs§

Blob
Binary Blob Type
Builder
A builder that provides more customization options when constructing a Client.
ByteStream
Stream of binary data
DateTime
DateTime in time.

Enums§

Error
All possible error types for this service.
SdkError
Failed SDK Result

Statics§

PKG_VERSION
Crate version number.