Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppVer string
View Source
var CmdInit = cli.Command{ Name: "init", Usage: "initialize config template file", Action: runInit, Flags: []cli.Flag{}, }
View Source
var CmdRun = cli.Command{ Name: "run", Usage: "start monitoring and notifying", Action: runRun, Flags: []cli.Flag{}, }
View Source
var CmdSync = cli.Command{ Name: "sync", Usage: "keep syncing two end points", Action: runSync, Flags: []cli.Flag{ cli.StringFlag{Name: "mode, m", Value: "", Usage: "run mode"}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.