package
0.5.0-rc1
Repository: https://github.com/manther/nomad-vmw-driver.git
Documentation: pkg.go.dev

# README

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