(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption)
| 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. |
| 43 | type 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 |
no outgoing calls
no test coverage detected