MCPcopy
hub / github.com/connectrpc/connect-go / Spec

Method Spec

context.go:25–25  ·  view source on GitHub ↗

Spec returns a description of this call.

()

Source from the content-addressed store, hash-verified

23type CallInfo interface {
24 // Spec returns a description of this call.
25 Spec() Spec
26 // Peer describes the other party for this call.
27 Peer() Peer
28 // RequestHeader returns the HTTP headers for this request. Headers beginning with

Callers 15

SpecMethod · 0.65
ReceiveMethod · 0.65
ReceiveMethod · 0.65
NewUnaryHandlerFunction · 0.65
WrapUnaryMethod · 0.65
WrapStreamingHandlerMethod · 0.65
WrapUnaryMethod · 0.65
WrapStreamingHandlerMethod · 0.65
SendMethod · 0.65

Implementers 3

handlerCallInfocontext.go
clientCallInfocontext.go

Calls

no outgoing calls

Tested by 13

WrapUnaryMethod · 0.52
WrapStreamingHandlerMethod · 0.52
SendMethod · 0.52
SendMethod · 0.52
ReceiveMethod · 0.52
TestSpecSchemaFunction · 0.52
WrapStreamingClientMethod · 0.52
WrapStreamingHandlerMethod · 0.52
WrapUnaryMethod · 0.52