Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

3456 Golang changes #255

wants to merge 2 commits into from

Conversation

naveen-gowda-arista
Copy link

Please review

@naveen-gowda-arista naveen-gowda-arista self-assigned this Oct 5, 2023
@trilok-venkata trilok-venkata self-requested a review October 6, 2023 05:48
@@ -0,0 +1,58 @@
package quota

import (
Copy link
Contributor

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:

this will simplify policy manager integration as well


type QuotaExceedActions struct {
ID string `json:"id"`
Name string `json:name`
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

....still

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants