refactor: Turn services into a map.
cristianoliveira opened this issue · 1 comments
cristianoliveira commented
In a discussion on slack channel I got some good feedback about the code and one of the ideas is instead of using a slice of Services use a map. This makes the function GetService
practically not necessary plus it guarantees the services to be Unique.
cristianoliveira commented
fixed by #90