| 471 | } |
| 472 | |
| 473 | type StatusExporter interface { |
| 474 | GetProxyStatus(name string) (*proxy.WorkingStatus, bool) |
| 475 | } |
| 476 | |
| 477 | type statusExporterImpl struct { |
| 478 | getProxyStatusFunc func(name string) (*proxy.WorkingStatus, bool) |
no outgoing calls
no test coverage detected
searching dependent graphs…