Tigran
Tigran
### Summary Now we have only `init` command which generates whole project. But quite often we are faced with writing a new service method for an existing project. ### Intended...
### Summary Now we have only init command which generates whole project. But quite often we are faced with writing a new UseCase method for an existing project. ### Intended...
### Summary Now we have only init command which generates whole project. But quite often we are faced with writing a new Service for an existing project. ### Intended Outcome...
### Summary Now we have only init command which generates whole project. But quite often we are faced with writing a new Adapter (repository) for an existing project. ### Intended...
### Summary Add to the layout openTelemetry implementation It should have flexible configurations with ability to trace all infrastructure layers (databases, http, grpc, amqp... connections). Also should provide an easy...
### Summary In addition to http and grpc there is should be a way to generate also amqp handlers. It should generate all boilerplate code with connecting, publishing and consuming...
### Summary Currently there is no way to generate GRPC handlers (only http handlers available). It should be possible to configure our routes in goro.yaml and bind it with different...
### Summary Goro should be able to generate GitHub CI/CD pipelines with linter and unit tests by provided goro.yaml config