package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 28, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
EnvNomadAddress = "NOMAD_ADDR"
EnvNomadRegion = "NOMAD_REGION"
)
type Jobfile struct {
File string `mapstructure:"file"`
WaitAllocation bool `mapstructure:"wait_allocation"`
}
type Options struct {
JobFile interface{} `mapstructure:"job_file"`
JobFiles []interface{} `mapstructure:"job_files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.