()
| 46 | } |
| 47 | |
| 48 | func init() { |
| 49 | CmdMirror.Run = runMirror |
| 50 | |
| 51 | addCommonFlags(CmdMirror) |
| 52 | addConfigFlag(CmdMirror) |
| 53 | addBgServerFlag(CmdMirror) |
| 54 | } |
| 55 | |
| 56 | func startMirrorServer(mirrorDatabase string, mirrorAddr string) func() { |
| 57 | var err error |
nothing calls this directly
no test coverage detected