Open indrayyana opened 1 month ago
Can you provide more details about the need for this issue?
Hi @dhfherna,
I've added a detailed description above.
Please review the updated description and let me know if you need any additional clarification.
@indrayyana I would like to work on this issue. By creating a new file wire.go
which will wires dependencies in the services currently mentioned in them. Shall I implement the file in router
package?
@Abiji-2020 Yes, that covers the requirements for now.
Then. I am working on this issue.
Currently, the application manually initializes and wires dependencies in the
Routes
file. This approach can become difficult to maintain as the application grows and dependencies become more complex.Implementation Plan:
wire.go
file, specifying how these services are initialized.wire_gen.go
file will be automatically generated by Google Wire to manage dependencies.