Function
_Zero_Oracle_Handler
(srv interface{}, stream grpc.ServerStream)
Source from the content-addressed store, hash-verified
| 5960 | } |
| 5961 | |
| 5962 | func _Zero_Oracle_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 5963 | m := new(api.Payload) |
| 5964 | if err := stream.RecvMsg(m); err != nil { |
| 5965 | return err |
| 5966 | } |
| 5967 | return srv.(ZeroServer).Oracle(m, &zeroOracleServer{stream}) |
| 5968 | } |
| 5969 | |
| 5970 | type Zero_OracleServer interface { |
| 5971 | Send(*OracleDelta) error |
Callers
nothing calls this directly
Tested by
no test coverage detected