Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobStatusNotifier ¶
type JobStatusNotifier interface { SendInProgressNotification(config.Job) error SendSuccessNotification(config.Job) error SendCancelledNotification(config.Job) error SendTimedOutNotification(config.Job) error SendFailureNotification(config.Job) error }
JobStatusNotifier is an interface to be implemented by components that can report job status back to the event provider.
Click to show internal directories.
Click to hide internal directories.