package
0.79.0-preview.4
Repository: https://github.com/vegaprotocol/vega.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
description: Defines the name of the asset to be downloaded.
description: Determines if the assets should be automatically downloaded and installed.
description: Configuration options for the Vega binary and its arguments.
description: Configures a data node binary and its arguments.
description: Configures a connection to a core node's exposed UNIX socket RPC API.
description: Root of the config file
example:
type: toml
value: |
name = "v1.65.0"
[vega]
[vega.binary]
path = "/path/vega-binary"
args = ["--arg1", "val1", "--arg2"]
[vega.rpc]
socketPath = "/path/socket.sock"
httpPath = "/rpc"
*/.
description: Configuration options for the Vega binary and its arguments.
No description provided by the author
description: Root of the config file
example:
type: toml
value: |
maxNumberOfRestarts = 3
restartsDelaySeconds = 5
[upgradeFolders]
"vX.X.X" = "vX.X.X"
[autoInstall]
enabled = false
*/.