(m any)
| 162 | } |
| 163 | |
| 164 | func (a *AsyncRecorder) WithMetrics(m any) { |
| 165 | if m, ok := m.(*metrics.Metrics); ok { |
| 166 | a.metrics = m |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | func (a *AsyncRecorder) WithProvider(provider string) { |
| 171 | a.provider = provider |
no outgoing calls
no test coverage detected