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§
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
. - Byte
Stream - Stream of binary data
- Date
Time - DateTime in time.
Enums§
Statics§
- PKG_
VERSION - Crate version number.