Searched defs:UploadQueue (Results 1 – 1 of 1) sorted by relevance
167 type UploadQueue struct { struct168 *WorkerPool169 queue chan string183 func (uq *UploadQueue) Upload(filepath string) {189 func (uq *UploadQueue) Done() {193 func (uq *UploadQueue) worker() {228 func StartDumpQueue(root, dumpPath string, uq *UploadQueue) *DumpQueue {288 func uploadFromDirectory(directory string, uq *UploadQueue) {