()
| 2352 | } |
| 2353 | |
| 2354 | func newFakeCloserWaiter() *fakeCloserWaiter { |
| 2355 | return &fakeCloserWaiter{ |
| 2356 | closeCalls: make(chan chan error), |
| 2357 | errCh: make(chan error, 1), |
| 2358 | } |
| 2359 | } |
| 2360 | |
| 2361 | type scriptedDialer struct { |
| 2362 | attempts chan int |
no outgoing calls
no test coverage detected