buildertools / entropy

An entropy and failure injection management API for Docker platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull entity realization functions out of API handlers.

allingeek opened this issue · 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.