NetworkReporter is a reporter for network information
| 6 | |
| 7 | // NetworkReporter is a reporter for network information |
| 8 | type NetworkReporter struct{} |
| 9 | |
| 10 | // Address is a struct for holding network addresses |
| 11 | type Address struct { |
nothing calls this directly
no outgoing calls
no test coverage detected