dheeraj12347 commented on code in PR #219:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/pull/219#discussion_r3658503076


##########
config/cache.go:
##########
@@ -39,12 +39,13 @@ var bundledAPICache []byte
 
 // APIArg are the args passable to an API
 type APIArg struct {
-       Name        string
-       Type        string
-       Related     []string
-       Description string
-       Required    bool
-       Length      int
+       Name          string
+       Type          string
+       Related       []string
+       AllowedValues []string

Review Comment:
   > any rationale to add it in the middle?
   
   I've moved AllowedValues to the end of the APIArg struct to preserve the 
existing field ordering.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to