Home
last modified time | relevance | path

Searched defs:testingContext (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dapi_classic.go71 type testingContext struct { struct
72 appengine.Context
74 req *http.Request
77 func (t *testingContext) FullyQualifiedAppID() string { return "dev~testcontext" }
78 …ce, method string, _, _ appengine_internal.ProtoMessage, _ *appengine_internal.CallOptions) error {
84 func (t *testingContext) Request() interface{} { return t.req }