huaweicloud-sdk-go-v3
huaweicloud-sdk-go-v3 copied to clipboard
Please abstract the client method into interface
Hi, developer.
The method of each client is not be abstracted into interface, so that we can not use mockgen
to generate mock code.
Now, for unit test, I have to wrap your client into a wrapper and abstract it.
We will appreciate it if you could do the abstraction ASAP.