(srv interface{}, stream grpc.ServerStream)
| 496 | } |
| 497 | |
| 498 | func _NodeService_SyncUsersChunked_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 499 | return srv.(NodeServiceServer).SyncUsersChunked(&grpc.GenericServerStream[UsersChunk, Empty]{ServerStream: stream}) |
| 500 | } |
| 501 | |
| 502 | // This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name. |
| 503 | type NodeService_SyncUsersChunkedServer = grpc.ClientStreamingServer[UsersChunk, Empty] |
nothing calls this directly
no test coverage detected