()
| 117 | ) |
| 118 | |
| 119 | func init() { |
| 120 | gob.Register(Progresses{}) |
| 121 | } |
| 122 | |
| 123 | // RegisterResumableTaskFactory registers a resumable Task factory |
| 124 | func RegisterResumableTaskFactory(taskType string, factory ResumableTaskFactory) { |
nothing calls this directly
no test coverage detected