# Packages
No description provided by the author
# Functions
Create requests the creation of a new cron trigger.
Delete deletes the specified cron trigger.
ExtractCronTriggers get the list of cron triggers from a page acquired from the List call.
Get retrieves details of a single cron trigger.
List performs a call to list cron triggers.
# Constants
FilterEQ checks equality.
FilterGT checks for values strictly greater.
FilterGTE checks for values greater or equal.
FilterHas checks for values that contains the requested parameter.
FilterIN checks for belonging in a list, comma separated.
FilterLT checks for values strictly lower.
FilterLTE checks for values lower or equal.
FilterNEQ checks non equality.
FilterNIN checks for values that does not belong from a list, comma separated.
# Structs
CreateOpts specifies parameters used to create a cron trigger.
CreateResult is the response of a Post operations.
CronTrigger represents a workflow cron trigger on OpenStack mistral API.
CronTriggerPage contains a single page of all cron triggers from a List call.
DeleteResult is the result from a Delete operation.
GetResult is the response of Get operations.
ListDateFilter allows to filter date parameters with different filters.
ListFilter allows to filter string parameters with different filters.
ListIntFilter allows to filter integer parameters with different filters.
ListOpts filters the result returned by the List() function.
# Interfaces
CreateOptsBuilder allows extension to add additional parameters to the Create request.
ListOptsBuilder allows extension to add additional parameters to the List request.
# Type aliases
FilterType represents a valid filter to use for filtering executions.