buildertools/entropy

Pull entity realization functions out of API handlers.

allingeek opened this issue · 0 comments

The Docker integration and entity realization code is currently intermingled with the API handlers in handlers.go. Those functions should be pulled out and their signatures made part of an interface. Those handlers, and the scheduler should then code to that interface.

This slight refactoring work will make the project more extensible.