Searched defs:UploadQueue (Results 1 – 1 of 1) sorted by relevance
212 type UploadQueue struct { struct213 *WorkerPool214 queue chan string228 func (uq *UploadQueue) Upload(filepath string) {234 func (uq *UploadQueue) Done() {238 func (uq *UploadQueue) runSymUpload(symfile, server string) *exec.Cmd {247 func (uq *UploadQueue) worker() {285 func StartDumpQueue(root, dumpPath string, uq *UploadQueue) *DumpQueue {345 func uploadFromDirectory(directory string, uq *UploadQueue) {