Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorGetRulesEngines = errors.New("Failed to list your rules in Rules Engine: %s. Check your settings and try again. If the error persists, contact Azion support.") 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") )
View Source
var ( //list cmd RulesEngineListUsage = "rules-engine" RulesEngineListShortDescription = "Displays the rules related to a specific Edge Application." RulesEngineListLongDescription = "Displays the rules related to a specific Edge Application, informed through the '--application-id' flag" RulesEngineListHelpFlag = "Displays more information about the list rule-engine command" ApplicationFlagId = "Unique identifier for the Edge Application that implements these rules" RulesEnginePhase = "Rules Engine Phase (request/response)" AskInputApplicationId = "Enter the ID of the Edge Application the Rules Engines are linked to:" AskInputPhase = "Enter the Rules Engines' phase (request/response):" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.