open-nomad/nomad/structs/config
Sean Chittenden e727fd8c3c
Centralize the creation of a consul/api.Config struct.
While documented, the consul.timeout parameter wasn't ever set
except one-off in the Consul fingerprinter.
2016-06-10 15:50:11 -04:00
..
README.md Create a `nomad/structs/config` to break an import cycle. 2016-06-10 15:48:36 -04:00
consul.go Centralize the creation of a consul/api.Config struct. 2016-06-10 15:50:11 -04:00

README.md

Overview

nomad/structs/config is a package for configuration structs that are shared among packages that needs the same struct definitions, but can't import each other without creating a cyle. This config package must be terminal in the import graph (or very close to terminal in the dependency graph).