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

feat(cli): add quota kinds for IXP #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samuelfekete
Copy link
Contributor

No description provided.

@samuelfekete samuelfekete requested a review from RobSumner March 19, 2025 15:25
@samuelfekete samuelfekete self-assigned this Mar 19, 2025
@@ -13,6 +13,8 @@ pub enum TenantQuotaKind {
EntitiesPerDataset,
Comments,
CommentsPerSource,
CommentsInIxpDesign,
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Designtime

@@ -74,6 +78,8 @@ impl Display for TenantQuotaKind {
TenantQuotaKind::EntitiesPerDataset => "entities_per_dataset",
TenantQuotaKind::Comments => "comments",
TenantQuotaKind::CommentsPerSource => "comments_per_source",
TenantQuotaKind::CommentsInIxpDesign => "comments_in_ixp_design",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: designtime

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.

None yet

2 participants