Skip to content
Snippets Groups Projects
parameters.go 399 B
Newer Older
import (
	flag "github.com/spf13/pflag"
)
	// CfgServerAddress defines the config flag of the analysis server address.
	CfgServerAddress = "analysis.client.serverAddress"
	// ReportInterval defines the interval of the reporting.
	ReportInterval = 5
	flag.String(CfgServerAddress, "ressims.iota.cafe:188", "tcp server for collecting analysis information")