(service, namespace string, count uint64)
| 9 | type ServiceQuery interface { |
| 10 | GetReplicas(service, namespace string) (response ServiceQueryResponse, err error) |
| 11 | SetReplicas(service, namespace string, count uint64) error |
| 12 | } |
| 13 | |
| 14 | // ServiceQueryResponse response from querying a function status |
no outgoing calls
no test coverage detected