| 175 | } |
| 176 | |
| 177 | type gtwGsLinkGatewayServer struct { |
| 178 | grpc.ServerStream |
| 179 | } |
| 180 | |
| 181 | func (x *gtwGsLinkGatewayServer) Send(m *GatewayDown) error { |
| 182 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected