MCPcopy
hub / github.com/grpc/grpc-go / GetSocket

Method GetSocket

channelz/grpc_channelz_v1/channelz_grpc.pb.go:73–73  ·  view source on GitHub ↗

Returns a single Socket or else a NOT_FOUND code.

(ctx context.Context, in *GetSocketRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

71 GetSubchannel(ctx context.Context, in *GetSubchannelRequest, opts ...grpc.CallOption) (*GetSubchannelResponse, error)
72 // Returns a single Socket or else a NOT_FOUND code.
73 GetSocket(ctx context.Context, in *GetSocketRequest, opts ...grpc.CallOption) (*GetSocketResponse, error)
74}
75
76type channelzClient struct {

Callers 3

TestGetSocketMethod · 0.65
TestGetSocketOptionsMethod · 0.65

Implementers 3

serverImplchannelz/service/service.go
channelzClientchannelz/grpc_channelz_v1/channelz_grp
UnimplementedChannelzServerchannelz/grpc_channelz_v1/channelz_grp

Calls

no outgoing calls

Tested by 2

TestGetSocketMethod · 0.52
TestGetSocketOptionsMethod · 0.52