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 AccessToken(c Context, scopes ...string) (token string, expiry time.Time, err error) + func AppID(c Context) string + func Datacenter(c Context) string + func DefaultVersionHostname(c Context) string + func InstanceID() string + func IsDevAppServer() bool + func IsOverQuota(err error) bool + func IsTimeoutError(err error) bool + func ModuleHostname(c Context, module, version, instance string) (string, error) + func ModuleName(c Context) string + func RequestID(c Context) string + func ServerSoftware() string + func ServiceAccount(c Context) (string, error) + func SignBytes(c Context, bytes []byte) (string, []byte, error) + func VersionID(c Context) string + type BlobKey string + type Certificate struct + Data []byte + KeyName string + func PublicCertificates(c Context) ([]Certificate, error) + type Context interface + Call func(service, method string, in, out proto.Message, opts *internal.CallOptions) error + Criticalf func(format string, args ...interface{}) + Debugf func(format string, args ...interface{}) + Errorf func(format string, args ...interface{}) + FullyQualifiedAppID func() string + Infof func(format string, args ...interface{}) + Request func() interface{} + Warningf func(format string, args ...interface{}) + func Namespace(c Context, namespace string) (Context, error) + func NewContext(req *http.Request) Context + func Timeout(c Context, d time.Duration) Context + type GeoPoint struct + Lat float64 + Lng float64 + func (g GeoPoint) Valid() bool + type MultiError []error + func (m MultiError) Error() string