oasislabs/oasis-gateway

service dependency management

Opened this issue · 0 comments

eauge commented

The management of all the services that are built for the gateway is very manual, and it makes it hard to mock the services for the component tests.

There are alternatives such as https://github.com/google/wire, that allows us to specify factories for objects that then are resolved at compile time. May need some exploration