package
1.12.2
Repository: https://github.com/miketheprogrammer/deis.git
Documentation: pkg.go.dev

# Structs

App is the definition of the app object.
AppCreateRequest is the definition of POST /v1/apps/.
AppRunRequest is the definition of POST /v1/apps/<app id>/run.
AppRunResponse is the definition of /v1/apps/<app id>/run.
AppUpdateRequest is the definition of POST /v1/apps/<app id>/.
AuthCancelRequest is the definition of POST /v1/auth/cancel/.
AuthLoginRequest is the definition of POST /v1/auth/login/.
AuthPasswdRequest is the definition of POST /v1/auth/passwd/.
AuthRegenerateRequest is the definition of POST /v1/auth/tokens/.
AuthRegisterRequest is the definition of POST /v1/auth/register/.
Build is the structure of the build object.
Cert is the definition of the cert object.
CertCreateRequest is the definition of POST /v1/certs/.
Config is the structure of an app's config.
ConfigSet is the definition of POST /v1/apps/<app id>/config/.
ConfigUnset is the definition of POST /v1/apps/<app id>/config/.
CreateBuildRequest is the structure of POST /v1/apps/<app id>/builds/.
Domain is the structure of the domain object.
DomainCreateRequest is the structure of POST /v1/app/<app id>/domains/.
Key is the definition of the key object.
KeyCreateRequest is the definition of POST /v1/keys/.
PermsAppResponse is the definition of GET /v1/apps/<app id>/perms/.
PermsRequest is the definition of a requst on /perms/.
Process defines the structure of a process.
Release is the definition of the release object.
ReleaseRollback is the defenition of POST /v1/apps/<app id>/releases/.
User is the definition of the user object.

# Type aliases

AuthLoginResponse is the definition of /v1/auth/login/.
AuthRegenerateResponse is the definition of /v1/auth/tokens/.