Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
gorm.Model
UUID string `json:"uuid"`
Payload string `json:"payload"`
Status string `json:"status"`
Type string `json:"type"`
Result string `json:"result"`
Retry int `json:"retry"`
Parent int `json:"parent"`
RunAt time.Time `json:"run_at"`
}
Job struct
func (*Job) ConvertToJSON ¶
ConvertToJSON convert object to json
Click to show internal directories.
Click to hide internal directories.