DaanHoogland commented on code in PR #219:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/219#discussion_r3637885710
##########
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?
--
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]