()
| 48 | } |
| 49 | |
| 50 | func (fake *FakeConnection) MakeCallCount() int { |
| 51 | fake.makeMutex.RLock() |
| 52 | defer fake.makeMutex.RUnlock() |
| 53 | return len(fake.makeArgsForCall) |
| 54 | } |
| 55 | |
| 56 | func (fake *FakeConnection) MakeCalls(stub func(*http.Request, *plugin.Response, plugin.ProxyReader) error) { |
| 57 | fake.makeMutex.Lock() |
no outgoing calls
no test coverage detected