镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
feature(manager): implement db.go and tests
这个提交包含在:
@@ -157,6 +157,10 @@ type mockDBAdapter struct {
|
||||
statusStore map[string]mirrorStatus
|
||||
}
|
||||
|
||||
func (b *mockDBAdapter) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (b *mockDBAdapter) ListWorkers() ([]worker, error) {
|
||||
workers := make([]worker, len(b.workerStore))
|
||||
idx := 0
|
||||
|
||||
在新工单中引用
屏蔽一个用户