(model string)
| 172 | } |
| 173 | |
| 174 | func (a *AsyncRecorder) WithModel(model string) { |
| 175 | a.model = model |
| 176 | } |
| 177 | |
| 178 | func (a *AsyncRecorder) WithInitiatorID(initiatorID string) { |
| 179 | a.initiatorID = initiatorID |
no outgoing calls
no test coverage detected