镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 14:36:47 +00:00
refactor(manager): command pulling to command pushing and tests
这个提交包含在:
@@ -106,3 +106,10 @@ func (s *mirrorStatus) UnmarshalJSON(v []byte) error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type workerStatus struct {
|
||||
ID string `json:"id"` // worker name
|
||||
Token string `json:"token"` // session token
|
||||
URL string `json:"url"` // worker url
|
||||
LastOnline time.Time `json:"last_online"` // last seen
|
||||
}
|
||||
|
||||
在新工单中引用
屏蔽一个用户