| 304 | } |
| 305 | |
| 306 | type DERPFromDRPCWrapper struct { |
| 307 | Client proto.DRPCTailnet_StreamDERPMapsClient |
| 308 | } |
| 309 | |
| 310 | func (w *DERPFromDRPCWrapper) Close() error { |
| 311 | return w.Client.Close() |
nothing calls this directly
no outgoing calls
no test coverage detected