Function
_NodeService_SyncUser_Handler
(srv interface{}, stream grpc.ServerStream)
Source from the content-addressed store, hash-verified
| 471 | } |
| 472 | |
| 473 | func _NodeService_SyncUser_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 474 | return srv.(NodeServiceServer).SyncUser(&grpc.GenericServerStream[User, Empty]{ServerStream: stream}) |
| 475 | } |
| 476 | |
| 477 | // This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name. |
| 478 | type NodeService_SyncUserServer = grpc.ClientStreamingServer[User, Empty] |
Callers
nothing calls this directly
Tested by
no test coverage detected