| 672 | } |
| 673 | |
| 674 | type upstreamRemoveServer struct { |
| 675 | grpc.ServerStream |
| 676 | } |
| 677 | |
| 678 | func (x *upstreamRemoveServer) SendAndClose(m *Empty) error { |
| 679 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected