Versions in this module Expand all Collapse all v1 v1.10.0 Sep 4, 2015 Changes in this version + func ByType(processes []api.Process) map[string][]api.Process + func List(c *client.Client, appID string, results int) ([]api.Process, int, error) + func Restart(c *client.Client, appID string, procType string, num int) ([]api.Process, error) + func Scale(c *client.Client, appID string, targets map[string]int) error