Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RootCmd ¶
type RootCmd struct { // Global options config.VegaHomeFlag // Subcommands Snapshot snapshotCmd `command:"snapshot" description:"Display information about saved snapshots"` Checkpoint checkpointCmd `command:"checkpoint" description:"Make checkpoint human-readable, or generate checkpoint from human readable format"` Stream streamCmd `command:"stream" description:"Stream events from vega node"` CheckTx checkTxCmd `` /* 169-byte string literal not displayed */ Events eventsCmd `command:"events" description:"Parse event files written by a core node and write them in humna-readble form"` }
Click to show internal directories.
Click to hide internal directories.