Closed vanvlack closed 5 years ago
@ojongerius do you have a chance for review?
@vanvlack hey, is there any reason why there are no getters/setters for Downtime.MonitorTags
? This PR looks great otherwise BTW!
is there any reason why there are no getters/setters for
Downtime.MonitorTags
Unsure, will try to regenerate the get/set stuff and see what happens.
@bkabrda by the looks, no arrays (even ones elsewhere) are in the generated get/set file.
@vanvlack ah, right, the getters and setters are only generated for struct members that are pointers, so everything is correct in this case.
Hey @vanvlack if you could address comments from @ojongerius and rebase, that would be awesome and also allow me to merge this PR.
@bkabrda updated
Ok, the tests are passing and all comments that @ojongerius made were addressed. LGTM, merging. Thanks a lot for the PR!
re: #226
Adds additional arguments to the
Downtime
struct