| 457 | } |
| 458 | |
| 459 | type mockAlertmanagerClientFactory struct { |
| 460 | alertmanagerByAddr map[string]*mockAlertmanager |
| 461 | } |
| 462 | |
| 463 | func newMockAlertmanagerClientFactory(alertmanagerByAddr map[string]*mockAlertmanager) ClientsPool { |
| 464 | return &mockAlertmanagerClientFactory{alertmanagerByAddr: alertmanagerByAddr} |
nothing calls this directly
no outgoing calls
no test coverage detected