Documentation
¶
Overview ¶
GENERATED DO NOT EDIT GENERATOR: scripts/gencode/gencode.go ARGUMENTS: --component model --config ../../api/api.yml --package goqmodel --out ./model.gen.go
Index ¶
- type ClaimJobPathParams
- type ClaimSomeJobRequest
- type DeleteJobPathParams
- type DeleteSchedulerPathParams
- type GetJobPathParams
- type GetSchedulerPathParams
- type JSONObject
- type Job
- type ListJobsQueryParams
- type ListJobsResponse
- type ListSchedulersRequest
- type ListSchedulersResponse
- type PutSchedulerPathParams
- type ReleaseJobPathParams
- type Scheduler
- type SearchJobsRequest
- type SearchJobsResponse
- type SetJobErrorPathParams
- type SetJobSuccessPathParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimJobPathParams ¶
type ClaimJobPathParams struct {
JobID string
}
type ClaimSomeJobRequest ¶
type ClaimSomeJobRequest struct {
Names []string `json:"names"`
}
type DeleteJobPathParams ¶
type DeleteJobPathParams struct {
JobID string
}
type DeleteSchedulerPathParams ¶
type DeleteSchedulerPathParams struct {
SchedulerID string
}
type GetJobPathParams ¶
type GetJobPathParams struct {
JobID string
}
type GetSchedulerPathParams ¶
type GetSchedulerPathParams struct {
SchedulerID string
}
type JSONObject ¶
type JSONObject map[string]interface{}
type Job ¶
type Job struct { ID string `json:"id"` Name string `json:"name"` Status string `json:"status"` Input JSONObject `json:"input"` Output JSONObject `json:"output"` ScheduledFor *string `json:"scheduled_for"` SucceededAt *string `json:"succeeded_at"` ErroredAt *string `json:"errored_at"` ClaimedAt *string `json:"claimed_at"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` }
type ListJobsQueryParams ¶
type ListJobsResponse ¶
type ListSchedulersRequest ¶
type ListSchedulersResponse ¶
type PutSchedulerPathParams ¶
type PutSchedulerPathParams struct {
SchedulerID string
}
type ReleaseJobPathParams ¶
type ReleaseJobPathParams struct {
JobID string
}
type SearchJobsRequest ¶
type SearchJobsResponse ¶
type SetJobErrorPathParams ¶
type SetJobErrorPathParams struct {
JobID string
}
type SetJobSuccessPathParams ¶
type SetJobSuccessPathParams struct {
JobID string
}
Click to show internal directories.
Click to hide internal directories.