Hello, I am using this library to interact with Prometheus and realized the mocks are missing for the [API interface](https://github.com/prometheus/client_golang/blob/d69fe9a80254b8a262bb071cad63595fcbff6dab/api/prometheus/v1/api.go#L464). Is there any plan to provide mocks so users can morally write tests? Thanks,