Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEventNotFound = errors.New("cron event not found")
ErrEventNotFound error when cron event not found
Functions ¶
Types ¶
type Event ¶
type Event struct { // cron expression Expression string `json:"expression"` // event message Message string `json:"message"` // event account Account string `json:"account"` // event secret Secret string `json:"secret"` // Description human readable text Description string `json:"description,omitempty"` // Status current event handler status (active, error, not active) Status string `json:"status,omitempty"` // Help test Help string `json:"help,omitempty"` }
Event extended cron event
Click to show internal directories.
Click to hide internal directories.