Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( VegaSnapshotPath = filepath.Join("state", "node", "snapshots") VegaCoreConfigPath = filepath.Join("config", "node", "config.toml") RemoteVegaPath = "/home/vega/vegavisor_home/current/vega" )
View Source
var Cmd = &cobra.Command{
Use: "snapshot-compatibility",
Short: "Set of tools for the compatibility pipeline",
}
Functions ¶
This section is empty.
Types ¶
type CollectSnapshotArgs ¶
type DownloadBinaryArgs ¶ added in v0.73.9
type DownloadMainnetSnapshotArgs ¶ added in v0.73.9
type DownloadMainnetSnapshotArgs struct {
*Args
RemoteVegaBinary string
TemporaryDestination string
SnapshotServerHost string
SnapshotRemoteLocation string
SnapshotServerUser string
SnapshotServerKeyFile string
}
func (DownloadMainnetSnapshotArgs) Check ¶ added in v0.73.9
func (args DownloadMainnetSnapshotArgs) Check() error
type LoadSnapshotArgs ¶
type LoadSnapshotArgs struct {
*Args
VegacapsuleHome string
VegacapsuleBinary string
VegaBinary string
SnapshotLocation string
}
func (LoadSnapshotArgs) Check ¶
func (args LoadSnapshotArgs) Check() error
type ProduceNewSnapshotArgs ¶
Click to show internal directories.
Click to hide internal directories.