module Controller::JobStatus
Extended Modules
Defined in:
controllers/job_status.crConstant Summary
-
Query =
Crecto::Repo::Query
Instance Method Summary
- #all
- #create(job_id : Int32, status : String, response : String)
- #get_by_id(id : Int32)
- #get_by_job_id(job_id : Int32)
- #update(id : Int32, status : String, response : String)