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

Method Search

reflection/grpc_testing/test_grpc.pb.go:44–44  ·  view source on GitHub ↗
(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

42// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
43type SearchServiceClient interface {
44 Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
45 StreamingSearch(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[SearchRequest, SearchResponse], error)
46}
47

Callers 7

pickMethod · 0.65
getPoolMethod · 0.65
getTopChannelsMethod · 0.65
getServersMethod · 0.65
getServerSocketsMethod · 0.65
NextMethod · 0.65

Implementers 5

searchServiceV3Clienttestdata/grpc_testing_not_regenerated/
serverreflection/test/serverreflection_test.
serverV3reflection/test/serverreflection_test.
searchServiceClientreflection/grpc_testing/test_grpc.pb.g
UnimplementedSearchServiceServerreflection/grpc_testing/test_grpc.pb.g

Calls

no outgoing calls

Tested by

no test coverage detected