-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3456 Golang changes #255
base: master
Are you sure you want to change the base?
3456 Golang changes #255
Conversation
@@ -0,0 +1,58 @@ | |||
package quota | |||
|
|||
import ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of adding new structures for all of these, we can reuse the policy manager object structures:
type Object struct { |
this will simplify policy manager integration as well
|
||
type QuotaExceedActions struct { | ||
ID string `json:"id"` | ||
Name string `json:name` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo - need double quotes around name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
....still
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @AlistairJohnParker , This code is no more used. We have moved this module to sync settings. Will talk to John S and invalidate this branch. Please ignore this for now. Thanks for the review.
Please review