Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + func DefaultVersion(c context.Context, module string) (string, error) + func List(c context.Context) ([]string, error) + func NumInstances(c context.Context, module, version string) (int, error) + func SetNumInstances(c context.Context, module, version string, instances int) error + func Start(c context.Context, module, version string) error + func Stop(c context.Context, module, version string) error + func Versions(c context.Context, module string) ([]string, error)