open-nomad/nomad/structs/config
Diptanu Choudhury f8cd51b6e9 Enabling vault if token is present 2016-08-18 12:03:50 -07:00
..
README.md Create a `nomad/structs/config` to break an import cycle. 2016-06-10 15:48:36 -04:00
consul.go Pass Vault config to client 2016-08-17 16:23:29 -07:00
vault.go Enabling vault if token is present 2016-08-18 12:03:50 -07: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).