[][src]Trait dockers::docker::Client

pub trait Client {
    fn get_response_from_api(
        &self,
        api_endpoint: &str,
        method: Method,
        query_params: Option<&str>,
        body: Option<&str>
    ) -> Result<Response, DockerApiError> { ... } }

Provided methods

fn get_response_from_api(
    &self,
    api_endpoint: &str,
    method: Method,
    query_params: Option<&str>,
    body: Option<&str>
) -> Result<Response, DockerApiError>

Loading content...

Implementors

impl Client for Container[src]

fn get_response_from_api(
    &self,
    api_endpoint: &str,
    method: Method,
    query_params: Option<&str>,
    body: Option<&str>
) -> Result<Response, DockerApiError>
[src]

impl Client for Image[src]

fn get_response_from_api(
    &self,
    api_endpoint: &str,
    method: Method,
    query_params: Option<&str>,
    body: Option<&str>
) -> Result<Response, DockerApiError>
[src]

Loading content...