yunify / qingcloud-sdk-go

The official QingCloud SDK for the Go programming language.
Apache License 2.0
29 stars 42 forks source link

CreateMongoInput's feild MongoVersion shouldn's be *int,it's should be *string or string type #24

Closed huangjiasingle closed 7 years ago

huangjiasingle commented 7 years ago

when l use the sdk to create mongDB, if the CreateMongoInput's feild MongoVersion is int, l could create mongoDB succes, so l modified it to string, it's ok.

martinyunify commented 7 years ago

I'm wondering why I should change the type of MongoVersion since you can create mongodb successfully