(initiatorID string)
| 176 | } |
| 177 | |
| 178 | func (a *AsyncRecorder) WithInitiatorID(initiatorID string) { |
| 179 | a.initiatorID = initiatorID |
| 180 | } |
| 181 | |
| 182 | func (a *AsyncRecorder) WithClient(client string) { |
| 183 | a.client = client |
no outgoing calls
no test coverage detected