[GitHub] [cloudstack-go] synergiator commented on issue #15: Error retrieving ID of template: json: cannot unmarshal object into Go struct field alias.childtemplates of type []interface {}

2021-12-27 Thread GitBox
synergiator commented on issue #15: URL: https://github.com/apache/cloudstack-go/issues/15#issuecomment-1001541205 In the [test asset](https://github.com/apache/cloudstack-go/blob/v2.11.0/cloudstack/TemplateService_test.go), there is no method to test listing templates. -- This is an

[GitHub] [cloudstack-go] synergiator commented on issue #15: Error retrieving ID of template: json: cannot unmarshal object into Go struct field alias.childtemplates of type []interface {}

2021-11-28 Thread GitBox
synergiator commented on issue #15: URL: https://github.com/apache/cloudstack-go/issues/15#issuecomment-981060224 Strange enough, VM deployment using a unit test works, can't reproduce this error with this SDK itself. Based on the [mock test