main: Libify mgmt with a golang API

This is an initial implementation of a possible golang API. In this
particular version, the *gconfig.GraphConfig data structures are
emitted, instead of possibly building a pgraph. As long as we can
represent any local graph as the data structure, then this is fine!

Is there a way to merge the gconfig Vertex and the pgraph Vertex?
This commit is contained in:
James Shubin
2016-10-24 04:10:54 -04:00
parent 80476d19f9
commit 71de8014d5
4 changed files with 171 additions and 35 deletions

View File

@@ -11,7 +11,7 @@ done < "$FILE"
cd "${ROOT}"
find_files() {
git ls-files | grep '\.go$'
git ls-files | grep '\.go$' | grep -v '^examples/'
}
bad_files=$(