Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Usage = "purge" ShortDescription = "Removes cache object before time-out" LongDescription = "Deletes an object from the Edge Cache or Tiered Cache layers before time-out" FlagHelp = "Displays more information about the purge command" FlagWildcard = "" /* 128-byte string literal not displayed */ FlagCacheKeys = "Provides a list of URLs that must be purged from Azion Edge Cache" FlagUrls = "Provides a list of URLs that must be purged from Azion Edge Cache" FlagLayer = "Specifies the layer the purge will be executed. Possible values: 'edge_caching' or 'l2_caching'" PurgeSuccessful = "Purge carried out successfully" AskForInput = "Enter the URLs you wish to purge, separated by commas" )
View Source
var (
ErrorTooManyUrls = errors.New("Only one item is allowed for the Wildcard option")
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.