type google.golang.org/grpc.ServerStreamingServer

5 uses

	google.golang.org/grpc (current package)
		stream_interfaces.go#L44: type ServerStreamingServer[Res any] interface {
		stream_interfaces.go#L211: var _ ServerStreamingServer[string] = (*GenericServerStream[int, string])(nil)

	google.golang.org/grpc/health/grpc_health_v1
		health_grpc.pb.go#L180: 	Watch(*HealthCheckRequest, grpc.ServerStreamingServer[HealthCheckResponse]) error
		health_grpc.pb.go#L196: func (UnimplementedHealthServer) Watch(*HealthCheckRequest, grpc.ServerStreamingServer[HealthCheckResponse]) error {
		health_grpc.pb.go#L264: type Health_WatchServer = grpc.ServerStreamingServer[HealthCheckResponse]