Documentation ¶
Index ¶
Constants ¶
View Source
const ( // flag names for server Host = "host" Port = "port" // flag names for ethereum service Eth = "eth" // consul flag ConsulURL = "consul.url" ConsulServiceEth = "consul.service.eth" // flag names for database DbHost = "indexer.db.cred.host" DbPort = "indexer.db.cred.port" DbUser = "indexer.db.cred.user" DbPassword = "indexer.db.cred.password" DbCredVaultPath = "indexer.db.cred.vault.path" DbCAPath = "indexer.db.ca.path" DbDriver = "indexer.db.config.driver" DbName = "indexer.db.config.name" // flags for syncing 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" // flags for enable test chain config Chain = "chain" // flag names for vault VaultHost = "vault.host" VaultCAPath = "vault.ca.path" // flags for metrics MetricsHostFlag = "metrics.host" MetricsPortFlag = "metrics.port" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.