open-nomad/nomad/structs/config
2018-08-29 17:06:01 -07:00
..
autopilot.go
autopilot_test.go
consul.go
plugins.go Plugin config parsing 2018-08-29 17:06:01 -07:00
plugins_test.go Plugin config parsing 2018-08-29 17:06:01 -07:00
README.md
sentinel.go
tls.go
tls_test.go
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).