aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/usage.go
diff options
context:
space:
mode:
authorMeng-Ying Yang <garfield@dexon.org>2018-12-27 19:22:41 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:55 +0800
commite846701f0556712bcc15f676793f300dbbaf27b4 (patch)
tree0c7cb5e05d01409cc59ea374ee574488672ca81e /cmd/gdex/usage.go
parent4c5f086c60d805146f7938bd6b07775986c868cc (diff)
downloaddexon-e846701f0556712bcc15f676793f300dbbaf27b4.tar.gz
dexon-e846701f0556712bcc15f676793f300dbbaf27b4.tar.zst
dexon-e846701f0556712bcc15f676793f300dbbaf27b4.zip
indexer: support data exporting/forwarding (#103)
To support more effective and flexible blockchain info exploring, we add `indexer` package, defines the flow of indexer dameon, and integrate into dex.Dexon fullnode. For more export options, we use Golang built-in `plugin` package to support mulitple implementations.
Diffstat (limited to 'cmd/gdex/usage.go')
-rw-r--r--cmd/gdex/usage.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/gdex/usage.go b/cmd/gdex/usage.go
index d67817096..880e447f3 100644
--- a/cmd/gdex/usage.go
+++ b/cmd/gdex/usage.go
@@ -240,6 +240,13 @@ var AppHelpFlagGroups = []flagGroup{
},
},
{
+ Name: "INDEXER",
+ Flags: []cli.Flag{
+ utils.IndexerEnableFlag,
+ utils.IndexerPluginFlag,
+ },
+ },
+ {
Name: "WHISPER (EXPERIMENTAL)",
Flags: whisperFlags,
},