Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { S3 struct { BinaryCache string `yaml:"binaryCache"` BuildBase string `yaml:"buildBase"` } `yaml:"s3"` Module struct { ModuleInstallDir string `yaml:"moduleInstallDir"` ScriptsInstallDir string `yaml:"scriptsInstallDir"` LoadPath string `yaml:"loadPath"` Dependencies []string `yaml:"dependencies"` WrapperScript string `yaml:"wrapperScript"` } `yaml:"module"` CustomSpackRepo string `yaml:"customSpackRepo"` Spack struct { BuildImage string `yaml:"buildImage"` FinalImage string `yaml:"finalImage"` ProcessorTarget string `yaml:"processorTarget"` ReindexHours float64 `yaml:"reindexHours"` Path string `yaml:"path"` } `yaml:"spack"` CoreURL string `yaml:"coreURL"` ListenURL string `yaml:"listenURL"` WRDeployment string `yaml:"wrDeployment"` }
Config holds our config options.
Click to show internal directories.
Click to hide internal directories.