Versions in this module Expand all Collapse all v0 v0.1.0 Dec 1, 2014 Changes in this version + type App struct + Labels map[string]string + Name types.ACName + func NewApp(name string, labels map[string]string) (*App, error) + func NewAppFromString(app string) (*App, error) + type Endpoints struct + ACI []string + Keys []string + Sig []string + func DiscoverEndpoints(app App, insecure bool) (*Endpoints, error) v0.0.0 Nov 27, 2014