Documentation
¶
Index ¶
- 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
- type InternalError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BadRequestError ¶
type InternalError ¶
type InternalError struct {
Error string `json: "error"`
}
Click to show internal directories.
Click to hide internal directories.