| 23 | } |
| 24 | |
| 25 | type rulerClientsPool struct { |
| 26 | *client.Pool |
| 27 | } |
| 28 | |
| 29 | func (p *rulerClientsPool) GetClientFor(addr string) (RulerClient, error) { |
| 30 | c, err := p.Pool.GetClientFor(addr) |
nothing calls this directly
no outgoing calls
no test coverage detected