Versions in this module Expand all Collapse all v1 v1.9.1 Aug 24, 2015 v1.9.0 Aug 5, 2015 Changes in this version + func Cancel() error + func CheckConection(client *http.Client, controllerURL url.URL) error + func CreateHTTPClient(sslVerify bool) *http.Client + func Login(controllerURL url.URL, username string, password string, sslVerify bool) error + func Logout() error + func Passwd(username string, password string, newPassword string) error + func Regenerate(username string, all bool) error + func Register(controllerURL url.URL, username string, password string, email string, ...) error + func Webbrowser(u string) (err error) — darwin/amd64, linux/amd64 + type Client struct + ControllerURL url.URL + HTTPClient *http.Client + SSLVerify bool + Token string + Username string + func New() (*Client, error) + func (c Client) BasicRequest(method string, path string, body []byte) (string, error) + func (c Client) CreateRemote(remote, appID string) error + func (c Client) DeleteRemote(appID string) error + func (c Client) DetectApp() (string, error) + func (c Client) RemoteURL(appID string) string + func (c Client) Request(method string, path string, body []byte) (*http.Response, error) + func (c Client) Save() error