Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dapi_classic.go71 type testingContext struct { struct
77 func (t *testingContext) FullyQualifiedAppID() string { return "dev~testcontext" } argument
78 func (t *testingContext) Call(service, method string, _, _ appengine_internal.ProtoMessage, _ *appe… argument
84 func (t *testingContext) Request() interface{} { return t.req } argument
87 return withContext(netcontext.Background(), &testingContext{req: req})