Type Alias compose_spec::Networks
source · pub type Networks = IndexMap<Identifier, Option<Resource<Network>>>;Expand description
Named networks which allow for Services to communicate with each other.
Aliased Type§
struct Networks { /* private fields */ }