Skip to content
Snippets Groups Projects
parameters.go 271 B
Newer Older
import (
	flag "github.com/spf13/pflag"
)
	// CfgServerPort defines the config flag of the analysis server TCP port.
	CfgServerPort = "analysis.server.port"
	flag.Int(CfgServerPort, 0, "tcp port for incoming analysis packets")