Versions in this module Expand all Collapse all v0 v0.2.0-dev Mar 9, 2015 v0.1.0 Mar 5, 2015 Changes in this version + type Client struct + BaseURL string + Password string + Username string + func New(baseURL string, username string, password string) *Client + func (c *Client) CreateDeploy(service string, version string, destroyPrevious bool, instanceCount int) (*http.Response, error) + func (c *Client) CreateTask(service string, version string, command string) (*http.Response, error) + func (c *Client) DestroyDeploy(service string, version string) (*http.Response, error) + func (c *Client) GetUnits(service string) ([]*Unit, error) + type Unit server.VersionedUnit + type UnitsResponse struct + Units []*Unit