Versions in this module Expand all Collapse all v0 v0.3.4 May 28, 2014 v0.3.0 Feb 2, 2014 Changes in this version + func AppsCreate(app string) (*http.Response, error) + func AppsDestroy(id string) (*http.Response, error) + func AppsList() (*http.Response, error) + func AppsShow(app string) (*http.Response, error) + func Do(req map[string]interface{}) (*http.Response, error) + func Login(email, password string) (*http.Response, error) + func Logs(url string, stream bool, n int) (*http.Response, error) + func LogsURL(app string) (*http.Response, error) + func Run(app string, command []string, env map[string]string) (*http.Response, error) + type BadRequestError struct + Errors map[string][]string + type InternalError struct + Error string