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

Method Process

middleware/middleware_test/echo_server.pb.go:152–152  ·  view source on GitHub ↗
(ctx context.Context, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

150// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
151type EchoServerClient interface {
152 Process(ctx context.Context, opts ...grpc.CallOption) (EchoServer_ProcessClient, error)
153}
154
155type echoServerClient struct {

Callers 3

TestGrpcStatsStreamingFunction · 0.95
launchConnWithStreamsFunction · 0.95

Implementers 3

halfEchomiddleware/grpc_stats_test.go
echoServerClientmiddleware/middleware_test/echo_server
UnimplementedEchoServerServermiddleware/middleware_test/echo_server

Calls

no outgoing calls

Tested by 2

TestGrpcStatsStreamingFunction · 0.76
launchConnWithStreamsFunction · 0.76