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