(client string)
| 182 | } |
| 183 | |
| 184 | func (a *AsyncRecorder) WithClient(client string) { |
| 185 | a.client = client |
| 186 | } |
| 187 | |
| 188 | // RecordInterception must NOT be called asynchronously. |
| 189 | // If an interception cannot be recorded, the whole request should fail. |
no outgoing calls
no test coverage detected