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 + type App struct + Created string + ID string + Owner string + URL string + UUID string + Updated string + type AppCreateRequest struct + ID string + type AppRunRequest struct + Command string + type AppRunResponse struct + Output string + ReturnCode int + type Apps struct + Apps []App + Count int + Next int + Previous int + type AuthLoginRequest struct + Password string + Username string + type AuthLoginResponse tokenResponse + type AuthPasswdRequest struct + NewPassword string + Password string + Username string + type AuthRegenerateRequest struct + All bool + Name string + type AuthRegenerateResponse tokenResponse + type AuthRegisterRequest struct + Email string + FirstName string + LastName string + Password string + Username string + type Build struct + App string + Created string + Dockerfile string + Image string + Owner string + Procfile map[string]string + Sha string + UUID string + Updated string + type Builds struct + Builds []Build + Count int + Next int + Previous int + type Cert struct + Created string + Expires string + ID int + Name string + Owner string + Updated string + type CertCreateRequest struct + Certificate string + Key string + Name string + type Certs struct + Certs []Cert + Count int + Next int + Previous int + type Config struct + App string + CPU map[string]interface{} + Created string + Memory map[string]interface{} + Owner string + Tags map[string]interface{} + UUID string + Updated string + Values map[string]interface{} + type ConfigSet struct + Values map[string]string + type ConfigUnset struct + Values map[string]interface{} + type CreateBuildRequest struct + Image string + Procfile map[string]string + type Domain struct + App string + Created string + Domain string + Owner string + Updated string + type DomainCreateRequest struct + Domain string + type Domains struct + Count int + Domains []Domain + Next int + Previous int + type Key struct + Created string + ID string + Owner string + Public string + UUID string + Updated string + type KeyCreateRequest struct + ID string + Name string + Public string + type Keys struct + Count int + Keys []Key + Next int + Previous int + type PermsAdminResponse struct + Count int + Next int + Previous int + Users []struct{ ... } + type PermsAppResponse struct + Users []string + type PermsRequest struct + Username string + type Process struct + App string + Created string + Num int + Owner string + Release string + State string + Type string + UUID string + Updated string + type Processes struct + Count int + Next int + Previous int + Processes []Process + type Release struct + App string + Build string + Config string + Created string + Owner string + Summary string + UUID string + Updated string + Version int + type ReleaseRollback struct + Version int + type Releases struct + Count int + Next int + Previous int + Releases []Release + type User struct + DateJoined string + Email string + FirstName string + ID int + IsActive bool + IsStaff bool + IsSuperuser bool + LastLogin string + LastName string + Username string + type Users struct + Count int + Next int + Previous int + Users []User