Documentation ¶
Index ¶
Constants ¶
View Source
const ErrorMessage string = "Failed to save stem URLs to database"
View Source
const JobType string = "save_stems_to_db"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobHandler ¶
type JobHandler struct {
// contains filtered or unexported fields
}
func NewJobHandler ¶
func NewJobHandler(trackStore trackentity.Store) JobHandler
func (JobHandler) HandleSaveStemsToDBJob ¶
func (s JobHandler) HandleSaveStemsToDBJob(message []byte) error
type JobParams ¶
type JobParams struct { job_message.TrackIdentifier StemURLS map[string]string `json:"stem_urls"` }
type SaveStemsJobHandler ¶
Click to show internal directories.
Click to hide internal directories.