Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorConvertIdRule = errors.New("The Rules Engine ID you provided is invalid. The value must be an integer. You may run the 'azion list rules-engine' command to check your Rules Engine ID") ErrorConvertIdApplication = errors.New("The application ID you provided is invalid. The value must be an integer. You may run the 'azion list edge-application' command to check your application ID") ErrorFailToDelete = errors.New("Failed to delete the rule in Rules Engine: %s. Check your settings and try again. If the error persists, contact Azion support.") )
View Source
var ( AskInputRulesId = "Enter the ID of the Rules Engine you wish to delete:" AskInputApplicationId = "Enter the ID of the Edge Application this rule is linked to:" AskInputPhase = "Enter the phase of the Rules Engine (request/response):" DeleteOutputSuccess = "Rule Engine %d was successfully deleted" FlagRuleID = "Your Rules Engine's ID" FlagAppID = "Your Edge Application's ID" FlagPhase = "The phase of your Rule Engine (request/response)" HelpFlag = "Displays more information about the delete rules-engine subcommand" Usage = "rules-engine" ShortDescription = "Deletes a rule in Rules Engine" LongDescription = "Deletes a rule in Rules Engine based on the given '--rule-id', '--application-id', and '--phase'" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.