7fae2d2cea
This PR fixes config merging/copying code. Fixes https://github.com/hashicorp/nomad/issues/2264 |
||
---|---|---|
.. | ||
README.md | ||
consul.go | ||
tls.go | ||
vault.go | ||
vault_test.go |
README.md
Overview
nomad/structs/config
is a package for configuration struct
s 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).