| 76 | } |
| 77 | |
| 78 | type fakeDiscovery struct { |
| 79 | addresses []string |
| 80 | } |
| 81 | |
| 82 | func (f *fakeDiscovery) Lookup(_ context.Context, _ protocol.DeviceID) (addresses []string, err error) { |
| 83 | return f.addresses, nil |
nothing calls this directly
no outgoing calls
no test coverage detected