Versions in this module Expand all Collapse all v0 v0.277.0 Mar 26, 2026 Changes in this version + func BudgetCreateCmd(ch *cmdutil.Helper) *cobra.Command + func BudgetDeleteCmd(ch *cmdutil.Helper) *cobra.Command + func BudgetShowCmd(ch *cmdutil.Helper) *cobra.Command + func BudgetUpdateCmd(ch *cmdutil.Helper) *cobra.Command + func RuleCreateCmd(ch *cmdutil.Helper) *cobra.Command + func RuleDeleteCmd(ch *cmdutil.Helper) *cobra.Command + func TrafficCmd(ch *cmdutil.Helper) *cobra.Command + type TrafficBudget struct + Burst string + Capacity string + Concurrency string + CreatedAt int64 + ID string + Mode string + Name string + Rate string + UpdatedAt int64 + func (b *TrafficBudget) MarshalCSVValue() any + func (b *TrafficBudget) MarshalJSON() ([]byte, error) + type TrafficRuleDisplay struct + CreatedAt int64 + Fingerprint string + ID string + Keyspace string + Kind string + Tags string + UpdatedAt int64 + func (r *TrafficRuleDisplay) MarshalCSVValue() any + func (r *TrafficRuleDisplay) MarshalJSON() ([]byte, error)