module Controller::JobStatus

Extended Modules

Defined in:

controllers/job_status.cr

Constant Summary

Query = Crecto::Repo::Query

Instance Method Summary

Instance Method Detail

def all #

[View source]
def create(job_id : Int32, status : String, response : String) #

[View source]
def get_by_id(id : Int32) #

[View source]
def get_by_job_id(job_id : Int32) #

[View source]
def update(id : Int32, status : String, response : String) #

[View source]