| 610 | } |
| 611 | |
| 612 | type appAsSubscribeServer struct { |
| 613 | grpc.ServerStream |
| 614 | } |
| 615 | |
| 616 | func (x *appAsSubscribeServer) Send(m *ApplicationUp) error { |
| 617 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected