Commit Graph

4 Commits

Author SHA1 Message Date
mikespook
5c13b0923b rename the jobClient into jobAgent.
--HG--
rename : src/gearman/jobclient.go => src/gearman/jobagent.go
2011-10-11 11:20:01 +08:00
mikespook
68801a66fe the Job was out of use. 2011-09-26 14:25:14 +08:00
mikespook
4b8306e3bd For the goinstall command, move files out of sub-dir.
--HG--
rename : src/gearman/client/job.go => src/gearman/clientjob.go
rename : src/gearman/worker/jobclient.go => src/gearman/jobclient.go
rename : src/gearman/worker/job.go => src/gearman/workerjob.go
2011-09-26 11:56:24 +08:00
mikespook
e902ac0573 Move the source files from src/ to src/gearman/.
--HG--
rename : src/Makefile => src/gearman/Makefile
rename : src/client.go => src/gearman/client.go
rename : src/client/job.go => src/gearman/client/job.go
rename : src/client_test.go => src/gearman/client_test.go
rename : src/gearman.go => src/gearman/gearman.go
rename : src/worker.go => src/gearman/worker.go
rename : src/worker/job.go => src/gearman/worker/job.go
rename : src/worker/jobclient.go => src/gearman/worker/jobclient.go
rename : src/worker_test.go => src/gearman/worker_test.go
2011-09-17 16:53:17 +08:00