| 22 | ) |
| 23 | |
| 24 | type remote struct { |
| 25 | lg *zap.Logger |
| 26 | localID types.ID |
| 27 | id types.ID |
| 28 | status *peerStatus |
| 29 | pipeline *pipeline |
| 30 | } |
| 31 | |
| 32 | func startRemote(tr *Transport, urls types.URLs, id types.ID) *remote { |
| 33 | picker := newURLPicker(urls) |
nothing calls this directly
no outgoing calls
no test coverage detected