type google.golang.org/grpc.ServerStreamingClient
5 uses
google.golang.org/grpc (current package)
stream_interfaces.go#L24: type ServerStreamingClient[Res any] interface {
stream_interfaces.go#L169: var _ ServerStreamingClient[string] = (*GenericClientStream[int, string])(nil)
google.golang.org/grpc/health/grpc_health_v1
health_grpc.pb.go#L87: Watch(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[HealthCheckResponse], error)
health_grpc.pb.go#L118: func (c *healthClient) Watch(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[HealthCheckResponse], error) {
health_grpc.pb.go#L135: type Health_WatchClient = grpc.ServerStreamingClient[HealthCheckResponse]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)