open-nomad/nomad/structs/config
2021-08-30 11:08:12 +02:00
..
audit.go audit: add file mode configuration parameter 2021-07-20 10:54:53 -07:00
audit_test.go
autopilot.go chore: fix incorrect docstring formatting. 2021-08-30 11:08:12 +02:00
autopilot_test.go
consul.go chore: fix incorrect docstring formatting. 2021-08-30 11:08:12 +02:00
consul_test.go
limits.go
limits_test.go
plugins.go
plugins_test.go
README.md
sentinel.go
tls.go
tls_test.go
vault.go chore: fix incorrect docstring formatting. 2021-08-30 11:08:12 +02:00
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).