Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) RunTaskNow ¶
type TaskRecord ¶
type TaskRecord struct {
ID int64 `json:"id"`
Name string `json:"name"`
TaskType string `json:"task_type"`
Enabled bool `json:"enabled"`
Hour int `json:"hour"`
Minute int `json:"minute"`
Payload string `json:"payload"`
LastRunAt string `json:"last_run_at"`
CreatedBy string `json:"created_by"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
Click to show internal directories.
Click to hide internal directories.