镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
refactor(worker): change provider's Run method to Start, and change logfile handling
这个提交包含在:
@@ -16,8 +16,10 @@ type mirrorProvider interface {
|
||||
Name() string
|
||||
|
||||
// TODO: implement Run, Terminate and Hooks
|
||||
// run mirror job
|
||||
Run()
|
||||
// run mirror job in background
|
||||
Start()
|
||||
// Wait job to finish
|
||||
Wait()
|
||||
// terminate mirror job
|
||||
Terminate()
|
||||
// job hooks
|
||||
|
||||
在新工单中引用
屏蔽一个用户