MCPcopy Index your code
hub / github.com/fullstorydev/grpcurl / OnReceiveTrailers

Method OnReceiveTrailers

invoke.go:37–37  ·  view source on GitHub ↗

OnReceiveTrailers is called when response trailers and final RPC status have been received.

(*status.Status, metadata.MD)

Source from the content-addressed store, hash-verified

35 OnReceiveResponse(proto.Message)
36 // OnReceiveTrailers is called when response trailers and final RPC status have been received.
37 OnReceiveTrailers(*status.Status, metadata.MD)
38}
39
40// RequestMessageSupplier is a function that is called to retrieve request

Callers 4

invokeUnaryFunction · 0.65
invokeClientStreamFunction · 0.65
invokeServerStreamFunction · 0.65
invokeBidiFunction · 0.65

Implementers 2

handlergrpcurl_test.go

Calls

no outgoing calls

Tested by

no test coverage detected