rejoshed opened a new issue, #34:
URL: https://github.com/apache/cloudstack-go/issues/34

   Hello,
   
   In using CS-Go, I noticed that listDomainChildren fails to unmarshal 
DomainChildren.
   
   I modified the [JSON 
tag](https://github.com/apache/cloudstack-go/blob/c2b196979dc18c8b53d76ab16b6f26c7775e9836/cloudstack/DomainService.go#L579)
 and it worked perfectly.
   
   ``` Go
       DomainChildren []*DomainChildren `json:"domain"`
   ```
   
   I don't know if this is an issue across all versions of the CloudStack API. 
I personally work against 4.16.
   
   
   I'd be happy to PR a change, but again I'm not sure if it would be backward 
compatible with older API versions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to