Versions in this module Expand all Collapse all v1 v1.10.0 Sep 4, 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, 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)