github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/nomad/structs/config/README.md (about)

     1  # Overview
     2  
     3  `nomad/structs/config` is a package for configuration `struct`s that are
     4  shared among packages that needs the same `struct` definitions, but can't
     5  import each other without creating a cyle.  This `config` package must be
     6  terminal in the import graph (or very close to terminal in the dependency
     7  graph).