Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/
Dappengine.go97 type APICallFunc func(ctx context.Context, service, method string, in, out proto.Message) error type
103 func WithAPICallFunc(ctx context.Context, f APICallFunc) context.Context { argument