open-nomad/nomad/structs/config
2016-10-10 18:04:39 -07:00
..
consul.go Pass Vault config to client 2016-08-17 16:23:29 -07:00
README.md
vault.go Fix Vault parsing of booleans 2016-10-10 18:04:39 -07:00
vault_test.go Fix Vault parsing of booleans 2016-10-10 18:04:39 -07:00

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