Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct { // Schedule is a cron format string such as 0 * * * * or @hourly Schedule string // Data is the data to be posted to the target. Data string // SinkURI is the URI messages will be forwarded on to. SinkURI string // Name is the name of the Cron Job. Name string // Namespace is the namespace of the Cron Job. Namespace string // contains filtered or unexported fields }
Adapter implements the Cron Job adapter to trigger a Sink.
Click to show internal directories.
Click to hide internal directories.