Struct cosmos::Cosmos [] [src]

pub struct Cosmos {
    // some fields omitted
}

Methods

impl Cosmos
[src]

fn new(host: &str) -> Cosmos

fn post_containers(&self, planet_name: &str, containers: &str) -> Result<String>