MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / fakeResponseBodyWrapper

Struct fakeResponseBodyWrapper

runtime/handler_test.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type fakeResponseBodyWrapper struct {
21 proto.Message
22}
23
24// XXX_ResponseBody returns id of SimpleMessage
25func (r fakeResponseBodyWrapper) XXX_ResponseBody() interface{} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected