Documentation ¶ Index ¶ func Handler(w http.ResponseWriter, req *http.Request) type Job func (j *Job) End() func (j *Job) Log(message string) func (j *Job) LogMessage(m services.Message) func (j *Job) Queue(pos int) func (j *Job) QueueDone() type Tracker func (t *Tracker) Start() *Job Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Handler ¶ func Handler(w http.ResponseWriter, req *http.Request) Types ¶ type Job ¶ type Job struct { *Tracker // contains filtered or unexported fields } func (*Job) End ¶ func (j *Job) End() func (*Job) Log ¶ func (j *Job) Log(message string) func (*Job) LogMessage ¶ func (j *Job) LogMessage(m services.Message) func (*Job) Queue ¶ func (j *Job) Queue(pos int) func (*Job) QueueDone ¶ func (j *Job) QueueDone() type Tracker ¶ type Tracker struct { sync.Mutex // contains filtered or unexported fields } var Default *Tracker func (*Tracker) Start ¶ func (t *Tracker) Start() *Job Source Files ¶ View all Source files tracker.go Click to show internal directories. Click to hide internal directories.