MCPcopy
hub / github.com/grafana/dskit / NewEchoServerClient

Function NewEchoServerClient

middleware/middleware_test/echo_server.pb.go:159–161  ·  view source on GitHub ↗
(cc *grpc.ClientConn)

Source from the content-addressed store, hash-verified

157}
158
159func NewEchoServerClient(cc *grpc.ClientConn) EchoServerClient {
160 return &echoServerClient{cc}
161}
162
163func (c *echoServerClient) Process(ctx context.Context, opts ...grpc.CallOption) (EchoServer_ProcessClient, error) {
164 stream, err := c.cc.NewStream(ctx, &_EchoServer_serviceDesc.Streams[0], "/middleware.EchoServer/Process", opts...)

Callers 2

TestGrpcStatsStreamingFunction · 0.92
launchConnWithStreamsFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestGrpcStatsStreamingFunction · 0.74
launchConnWithStreamsFunction · 0.74