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 + func Delete(c *client.Client, appID string) error + func Get(c *client.Client, appID string) (api.App, error) + func List(c *client.Client) ([]api.App, 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)