Documentation
¶
Index ¶
- Constants
- Variables
- func CancelCmd(ch *cmdutil.Helper) *cobra.Command
- func EditCmd(ch *cmdutil.Helper) *cobra.Command
- func IsValidPlan(plan string) bool
- func ListCmd(ch *cmdutil.Helper) *cobra.Command
- func RenewCmd(ch *cmdutil.Helper) *cobra.Command
- func SubscriptionCmd(ch *cmdutil.Helper) *cobra.Command
Constants ¶
View Source
const ( PlanStarter = "starter" PlanPro = "pro" PlanEnterprise = "enterprise" )
Variables ¶
View Source
var AllPlans = []string{PlanStarter, PlanPro, PlanEnterprise}
AllPlans is a list of all available plans
Functions ¶
func IsValidPlan ¶ added in v0.60.7
IsValidPlan checks if the given plan is valid
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.