Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EngineConfig ¶
type EngineConfig struct { OdinVars struct { Master string `yaml:"master"` Port string `yaml:"port"` } `yaml:"odin"` Mongo struct { Address string `yaml:"address"` } `yaml:"mongo"` }
EngineConfig is a type to be used for accessing the engine configuration file information
type JobConfig ¶
type JobConfig struct { Provider struct { Name string `yaml:"name"` Version string `yaml:"version"` } `yaml:"provider"` Job struct { Name string `yaml:"name"` ID string `yaml:"id"` Description string `yaml:"description"` Language string `yaml:"language"` File string `yaml:"file"` Schedule string `yaml:"schedule"` } `yaml:"job"` }
JobConfig is a type to be used for accessing job configuration file information
Click to show internal directories.
Click to hide internal directories.