Open chromato99 opened 10 months ago
Is your feature request related to a problem? Please describe. Currently the port and adapter structures are not implemented using interfaces.
Describe the solution you'd like Improved to call adapter using golang interface syntax
Take a look for DI(Dependency Injection) Lib.
Using https://github.com/google/wire for DI looks good. The server will also use google/wire. https://github.com/quic-s/quics/issues/59
Is your feature request related to a problem? Please describe. Currently the port and adapter structures are not implemented using interfaces.
Describe the solution you'd like Improved to call adapter using golang interface syntax