Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigPath string
View Source
var NomadClient *api.Client
View Source
var RootDir string
Functions ¶
func InitializeNomadClient ¶
func InitializeNomadClient() error
func LoadConfiguration ¶
func LoadConfiguration() error
Types ¶
type Configuration ¶
type Configuration struct { LogDir string `hcl:"log_dir"` DataDir string `hcl:"data_dir"` Listen string `hcl:"listen"` NomadHost string `hcl:"nomad_host"` Drill DrillConfig `hcl:"drill,block"` }
var AppConfig Configuration
type DrillConfig ¶
type DrillConfig struct {
PCI PCIDrillConfig `hcl:"pci,block"`
}
type PCIDrillConfig ¶
Click to show internal directories.
Click to hide internal directories.