rulesengine

package
v0.0.0-...-6207adf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL