Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertJobList ¶
func InsertJobListManual ¶
Types ¶
type Job ¶
type Job struct { ID *int `json:"id"` UUID string `json:"uuid"` Name string `json:"name"` AlternateName string `json:"alternateName"` StartDate time.Time `json:"startDate"` EndDate time.Time `json:"endDate"` Description string `json:"description"` StatusID *int `json:"statusId"` ResponseStatus string `json:"responseStatus"` RequestUrl string `json:"requestUrl"` RequestBody string `json:"requestBody"` RequestMethod string `json:"requestMethod"` ResponseData string `json:"responseData"` ResponseDataJson Attrs `json:"responseDataJson"` JobCategoryID *int `json:"jobCategoryId"` CreatedBy string `json:"createdBy"` CreatedAt time.Time `json:"createdAt"` UpdatedBy string `json:"updatedBy"` UpdatedAt time.Time `json:"updatedAt"` }
Job
func GetJobList ¶
func GetJobListByUUIDs ¶
func GetTopTenJobs ¶
Click to show internal directories.
Click to hide internal directories.