Pearl1594 commented on code in PR #91: URL: https://github.com/apache/cloudstack-go/pull/91#discussion_r1886985264
########## generate/layout.go: ########## @@ -790,16 +864,92 @@ var layout = apiInfo{ "RegistrationService": { "registerOauthProvider", }, - "ShutdownService": { - "readyForShutdown", - }, Review Comment: any specific reason to remove this? @phsm as the generate.go file has a reference to this api, causing issues: ``` test/ShutdownService_test.go:42:15: client.Shutdown undefined (type *cloudstack.CloudStackClient has no field or method Shutdown) test/ShutdownService_test.go:43:20: client.Shutdown undefined (type *cloudstack.CloudStackClient has no field or method Shutdown) ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org