# Functions
New constructs a new coordinating task service.
NewCheckService constructs a new coordinating check service.
NewNotificationRuleStore constructs a new coordinating notification service.
WithNowFunc sets the now func used to derive time.
# Structs
CoordinatingCheckService acts as a CheckService decorator that handles coordinating the api request with the required task control actions asynchronously via a message dispatcher.
CoordinatingNotificationRuleStore acts as a NotificationRuleStore decorator that handles coordinating the api request with the required task control actions asynchronously via a message dispatcher.
CoordinatingTaskService acts as a TaskService decorator that handles coordinating the api request with the required task control actions asynchronously via a message dispatcher.
# Interfaces
Coordinator is a type which is used to react to task related actions.
# Type aliases
Option is a functional option for the coordinating task service.