Closed adrianco closed 9 years ago
Instead of having hard coded netflixoss, lamp, migration architectures, have them defined as json files and use a single architecture.go package to read them in and launch them.
Started coding architecture.go - it's not part of the build yet.
Implemented first version, works with spigo -a test which reads in json/test_arch.json or whatever the file is named
Instead of having hard coded netflixoss, lamp, migration architectures, have them defined as json files and use a single architecture.go package to read them in and launch them.
Started coding architecture.go - it's not part of the build yet.