open-nomad/nomad/structs/config
2017-05-30 15:11:32 -07:00
..
consul.go Update consul/api and comment to custom http.Client 2017-05-30 15:11:32 -07:00
README.md
tls.go reduce to one configuration option 2017-04-28 10:45:09 +01:00
vault.go
vault_test.go

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).