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

feature(worker): implemented mirror role (master/slave) option

这个提交包含在:
bigeagle
2016-04-29 22:38:47 +08:00
父节点 8399417880
当前提交 56459f2ce0
共有 4 个文件被更改,包括 22 次插入1 次删除

查看文件

@@ -75,6 +75,7 @@ type mirrorConfig struct {
MirrorDir string `toml:"mirror_dir"`
LogDir string `toml:"log_dir"`
Env map[string]string `toml:"env"`
Role string `toml:"role"`
ExecOnSuccess string `toml:"exec_on_success"`
ExecOnFailure string `toml:"exec_on_failure"`