Versions in this module Expand all Collapse all v1 v1.0.1 Jun 30, 2015 v1.0.0 Jun 18, 2015 Changes in this version + func DefaultVersion(c appengine.Context, module string) (string, error) + func List(c appengine.Context) ([]string, error) + func NumInstances(c appengine.Context, module, version string) (int, error) + func SetNumInstances(c appengine.Context, module, version string, instances int) error + func Start(c appengine.Context, module, version string) error + func Stop(c appengine.Context, module, version string) error + func Versions(c appengine.Context, module string) ([]string, error)