Documentation ¶ Index ¶ func Run(config Config, nodeConfig node.Config) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(config Config, nodeConfig node.Config) Run an AvalancheGo node. If specified in the config, serves a hashicorp plugin that can be consumed by the daemon (see avalanchego/main). Types ¶ type Config ¶ type Config struct { // If true, displays version and exits during startup DisplayVersionAndExit bool // Path to the build directory BuildDir string // If true, run as a plugin PluginMode bool } Source Files ¶ View all Source files config.go runner.go Click to show internal directories. Click to hide internal directories.