Function
_NodeAgent_Session_Handler
(srv interface{}, stream grpc.ServerStream)
Source from the content-addressed store, hash-verified
| 96 | } |
| 97 | |
| 98 | func _NodeAgent_Session_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 99 | return srv.(NodeAgentServer).Session(&grpc.GenericServerStream[NodeMessage, ServerMessage]{ServerStream: stream}) |
| 100 | } |
| 101 | |
| 102 | // This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name. |
| 103 | type NodeAgent_SessionServer = grpc.BidiStreamingServer[NodeMessage, ServerMessage] |
Callers
nothing calls this directly
Tested by
no test coverage detected