GetClientFor returns the ruler client for the given address.
(addr string)
| 20 | services.Service |
| 21 | // GetClientFor returns the ruler client for the given address. |
| 22 | GetClientFor(addr string) (RulerClient, error) |
| 23 | } |
| 24 | |
| 25 | type rulerClientsPool struct { |
no outgoing calls
no test coverage detected