Closed jawher closed 9 years ago
The goal is to avoid littering the code with calls to os.Getenv and the like.
The proposed solution is to add a context struct which represents a component's (orchestration, parser, ...) environement in a structured way.
I'm also working on refactoring the server to use the context idea. [edit] Done !
:+1:
+1
The goal is to avoid littering the code with calls to os.Getenv and the like.
The proposed solution is to add a context struct which represents a component's (orchestration, parser, ...) environement in a structured way.