package
0.0.0-20211212235646-4c3106968612
Repository: https://github.com/ajaymahar/retailpulse.git
Documentation: pkg.go.dev
# Functions
Factory method to create new queue.
No description provided by the author
NewJobStatus is factory function to initialize NewJobStatus.
# Structs
JobRepositoryStub is basic implementaiton to store the job data.
JobStatus will hold the info about all the jobs ongoin, failed, completed or error.
# Interfaces
JobRepository is a port for repository to abstract the implementation.