Versions in this module Expand all Collapse all v1 v1.13.4 Jan 19, 2017 v1.13.3 Aug 22, 2016 Changes in this version + type Apps []App + func (a Apps) Len() int + func (a Apps) Less(i, j int) bool + func (a Apps) Swap(i, j int) + type Domains []Domain + func (d Domains) Len() int + func (d Domains) Less(i, j int) bool + func (d Domains) Swap(i, j int) + type Keys []Key + func (k Keys) Len() int + func (k Keys) Less(i, j int) bool + func (k Keys) Swap(i, j int) + type ProcessType struct + Processes Processes + Type string + type ProcessTypes []ProcessType + func (p ProcessTypes) Len() int + func (p ProcessTypes) Less(i, j int) bool + func (p ProcessTypes) Swap(i, j int) + type Processes []Process + func (p Processes) Len() int + func (p Processes) Less(i, j int) bool + func (p Processes) Swap(i, j int) + type Users []User + func (u Users) Len() int + func (u Users) Less(i, j int) bool + func (u Users) Swap(i, j int) v1.13.2 Jun 17, 2016 v1.13.1 May 6, 2016 v1.13.0 Apr 6, 2016 v1.12.3 Feb 9, 2016 v1.12.2 Dec 1, 2015 v1.12.1 Nov 10, 2015 v1.12.0 Nov 4, 2015 v1.11.2 Oct 21, 2015 v1.11.1 Oct 11, 2015 v1.11.0 Oct 6, 2015 Changes in this version + type AppUpdateRequest struct + Owner string v1.10.1 Sep 21, 2015 v1.10.0 Sep 4, 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 AuthCancelRequest struct + Username string + 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 Cert struct + Created string + Expires string + ID int + Name string + Owner string + Updated string + type CertCreateRequest struct + Certificate string + Key string + Name string + 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 Key struct + Created string + ID string + Owner string + Public string + UUID string + Updated string + type KeyCreateRequest struct + ID string + Name string + Public string + 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 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 User struct + DateJoined string + Email string + FirstName string + ID int + IsActive bool + IsStaff bool + IsSuperuser bool + LastLogin string + LastName string + Username string