镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 14:36:47 +00:00
feature(manager): add LastOnline feild to worker struct
这个提交包含在:
@@ -18,7 +18,8 @@ type StatusUpdateMsg struct {
|
||||
// A WorkerInfoMsg is the information struct that describe
|
||||
// a worker, and sent from the manager to clients.
|
||||
type WorkerInfoMsg struct {
|
||||
ID string `json:"id"`
|
||||
ID string `json:"id"`
|
||||
LastOnline time.Time `json:"last_online"`
|
||||
}
|
||||
|
||||
type CmdVerb uint8
|
||||
|
||||
在新工单中引用
屏蔽一个用户