| 101 | } |
| 102 | |
| 103 | type flowServiceEventsServer struct { |
| 104 | grpc.ServerStream |
| 105 | } |
| 106 | |
| 107 | func (x *flowServiceEventsServer) Send(m *FlowEventAck) error { |
| 108 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected