package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 20, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Executor interface {
Execute(event *event.Event, date time.Time, abort <-chan struct{})
}
Executor is the interface that wraps the Execute method to run the actions of an event.
New returns an object satisfying the executor interface.
Stage represents a point in time prior to the event start where one or many notifications are sent.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.