flags

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2018 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// flag names for server
	Host = "host"
	Port = "port"

	// flag names for ethereum service
	Eth         = "eth"
	EthProtocol = "eth.protocol"
	EthHost     = "eth.host"
	EthPort     = "eth.port"

	// flag names for database
	DbDriver   = "db.driver"
	DbHost     = "db.host"
	DbPort     = "db.port"
	DbName     = "db.name"
	DbUser     = "db.user"
	DbPassword = "db.password"

	// flags for syncing
	SyncTargetBlock = "sync.targetBlock"
	SyncFromBlock   = "sync.fromBlock"

	// flags for metrics
	MetricsHost = "metrics.host"
	MetricsPort = "metrics.port"

	// flags for pprof
	PprofEnable = "pprof"
	PprofPort   = "pprof.port"
	PprofHost   = "pprof.host"

	// flags for enabled functions
	SubscribeErc20token = "functions.erc20token"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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