package
Version:
v0.0.23
Opens a new window with list of versions in this module.
Published: Jun 6, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CronTaskPayload struct {
JobID int `json:"job_id"`
JobName string `json:"job_name"`
TaskType model.CronJobType `json:"task_type"`
TriggerBy string `json:"trigger_by,omitempty"`
Data map[string]interface{} `json:"data,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.