gild/types

Types

pub type Cluster =
  List(VM)
pub type Config =
  List(KV)
pub type KV =
  #(String, String)
pub type VM =
  #(String, Config)
Search Document