Hi all, I have decided to use go-kit toolkit for my microservice architecture. I want to speed up my development work. Go-kit documentation refers to some third party code generators:
https://github.com/go-kit/kit#code-generatorsShould I use the code generators, what can be the cons of using them. If yes, which one will be the best. Thanks in advance.
My application tech stack is:
gRPC - Go-kit
Authentication - Auth0
ORM - GORM
Postgres
Background - Cadence
React UI
Dependencies - Uber-fx