quic-s / quics-client

Client program for QUIC-S
MIT License
1 stars 2 forks source link

Code improvements to apply port and adapter architecture #19

Open chromato99 opened 10 months ago

chromato99 commented 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

vivi108 commented 10 months ago

Take a look for DI(Dependency Injection) Lib.

chromato99 commented 9 months ago

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