module

Controller::JobStatus

Constants

Query = Crecto::Repo::Query

Instance methods

create(job_id : Int32, status : String, response : String)
Source
get_by_id(id : Int32)
Source
get_by_job_id(job_id : Int32)
Source
update(id : Int32, status : String, response : String)
Source