cmd

package
v0.0.0-...-ca42a2b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2019 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Start = cli.Command{
	Name:        "start",
	Usage:       "启动服务",
	Description: "服务启动",
	Action:      start,
	Flags: []cli.Flag{
		helpers.StringFlag("configDir, c", "conf/", "重定向配置文件路径"),
		helpers.StringFlag("host", "0.0.0.0", "监听地址"),
		helpers.StringFlag("port, p", "9410", "监听端口"),
	},
}

Functions

func Run

func Run()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL