package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Mar 7, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Scan = cli.Command{
Name: "scan",
Usage: "Start to scan github leak info",
Description: "start to scan github leak info",
Action: util.Scan,
Flags: []cli.Flag{
stringFlag("mode, m", "github", "scan mode: github, local, all"),
intFlag("time, t", 900, "scan interval(second)"),
},
}
View Source
var Web = cli.Command{
Name: "web",
Usage: "Startup a web Service",
Description: "Startup a web Service",
Action: web.RunWeb,
Flags: []cli.Flag{
boolFlag("debug, d", "Debug Mode"),
stringFlag("host, H", "0.0.0.0", "web listen address"),
intFlag("port, p", 8000, "web listen port"),
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.