open-nomad/nomad/structs/config
Alex Dadgar 7fae2d2cea Fix Consul Config Merging/Copying
This PR fixes config merging/copying code.

Fixes https://github.com/hashicorp/nomad/issues/2264
2017-02-02 11:12:07 -08:00
..
README.md
consul.go Fix Consul Config Merging/Copying 2017-02-02 11:12:07 -08:00
tls.go
vault.go
vault_test.go Add role to merge test 2017-02-01 16:37:08 -08: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).