Documentation
¶
Index ¶
- func Delete(c *client.Client, appID string) error
- func Get(c *client.Client, appID string) (api.App, error)
- func List(c *client.Client, results int) ([]api.App, int, error)
- func Logs(c *client.Client, appID string, lines int) (string, error)
- func New(c *client.Client, id string) (api.App, error)
- func Run(c *client.Client, appID string, command string) (api.AppRunResponse, error)
- func Transfer(c *client.Client, appID string, username string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get app details from a Deis controller.
func List ¶
List lists apps on a Deis controller.
func Logs ¶
Logs retrieves logs from an app.
func Run ¶
Run one time command in an app.
Types ¶
This section is empty.
Source Files
¶
- apps.go
Click to show internal directories.
Click to hide internal directories.