Net returns the network interface.
()
| 13 | type Router interface { |
| 14 | // Net returns the network interface. |
| 15 | Net() peernet.Network |
| 16 | |
| 17 | // Resolve resolves the given key to a peer address. |
| 18 | Resolve(ctx context.Context, key string, allowSelf bool, count int) (<-chan PeerInfo, error) |
no outgoing calls
no test coverage detected