1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 14:36:47 +00:00

feature(manager): add LastOnline feild to worker struct

这个提交包含在:
walkerning
2016-04-25 19:05:04 +08:00
提交者 bigeagle
父节点 401b6a694e
当前提交 00eddc3066
共有 2 个文件被更改,包括 10 次插入6 次删除

查看文件

@@ -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