Expand description
nomad
This crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/)
Re-exports§
pub use types::*;
Modules§
- types
- The strongly typed data structures representing canonical nomad objects.
Structs§
- Config
- The config necessary to create a new nomad client.
- Nomad
- This struct defines the nomad client and allows access to the nomad api via method syntax.
Enums§
- Function
- The functions supported by the consul client.
- Http
Method - The HTTP methods supported by the consul API.
- Nomad
Error - The error type returned from all calls into this this crate.