Versions in this module Expand all Collapse all v0 v0.0.1 May 24, 2016 Changes in this version + func PrintErr(err string) + func Version() string + type Client struct + Token string + Url string + func New(token string, url string) *Client + func (c *Client) Deploy(repository string, tag string, environment string) (string, error) + func (c *Client) Status(deployID string) (string, error)