open-nomad/nomad/structs/config
Seth Hoenig b3ea68948b build: run gofmt on all go source files
Go 1.19 will forecefully format all your doc strings. To get this
out of the way, here is one big commit with all the changes gofmt
wants to make.
2022-08-16 11:14:11 -05:00
..
artifact.go artifact: fix numerous go-getter security issues 2022-05-24 16:29:39 -04:00
artifact_test.go artifact: fix numerous go-getter security issues 2022-05-24 16:29:39 -04:00
audit.go
audit_test.go
autopilot.go
autopilot_test.go
consul.go build: run gofmt on all go source files 2022-08-16 11:14:11 -05:00
consul_test.go ci: switch to 22.04 LTS for GHA Core CI tests 2022-05-25 08:19:40 -05:00
limits.go
limits_test.go
plugins.go
plugins_test.go
README.md
sentinel.go
tls.go
tls_test.go build: run gofmt on all go source files 2022-08-16 11:14:11 -05:00
ui.go
ui_test.go
vault.go vault: revert support for entity aliases (#12723) 2022-04-22 10:46:34 -04:00
vault_test.go vault: revert support for entity aliases (#12723) 2022-04-22 10:46:34 -04: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).