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

feat(worker): implemented extra_status_manager option to enable a worker reporting status to multi

这个提交包含在:
bigeagle
2016-12-06 23:59:15 +08:00
父节点 86153c59e3
当前提交 a0b8ef08ab
共有 2 个文件被更改,包括 13 次插入11 次删除

查看文件

@@ -54,9 +54,10 @@ type globalConfig struct {
}
type managerConfig struct {
APIBase string `toml:"api_base"`
CACert string `toml:"ca_cert"`
Token string `toml:"token"`
APIBase string `toml:"api_base"`
CACert string `toml:"ca_cert"`
ExtraStatusAPIs []string `toml:"extra_status_managers"`
// Token string `toml:"token"`
}
type serverConfig struct {