# Functions
CheckConfig checks the config for valid structure and values.
ConfigureLogging configures logging.
ReadFloat64 extracts a float64 from a strategy config map.
ReadUint64 extracts a uint64 from a strategy config map.
# Variables
ErrInvalidValue indicates that a value was invalid.
ErrMissingEmptyConfigSection indicates that a required config file section is missing (not present) or empty (zero-length).
ErrNil indicates that a nil/null pointer was encountered.
# Structs
BotConfig specifies the configuration parameters for one bot, which talks to one market on one Vega node.
Config describes the top level config file format.
LimitOrderDistParams for configuring the way price steering orders are sent.
LiquidityOrder describes ...
PricingConfig describes the settings for contacting the price proxy.
ServerConfig describes the settings for running the liquidity bot.
Shape describes the buy and sell sides of a Liquidity Provision instruction.
Strategy describes parameters for the bot's strategy.
Uint is for storing a num.Uint as a string in a config file.
WalletConfig describes the settings for running an internal wallet server.