Hexagonal-Architecture icon indicating copy to clipboard operation
Hexagonal-Architecture copied to clipboard

Typo, port should be used instead of the implementation

Open MLGBrotishka opened this issue 9 months ago • 0 comments

https://github.com/LordMoMA/Hexagonal-Architecture/blob/ec4958111e8a2ff638fc9c14f33102ec2b9890d1/internal/adapters/handler/message_handler.go#L13C1-L15C2 Most likely, it meant using an interface instead of a specific implementation. services.MessengerService -> ports.MessengerService

MLGBrotishka avatar Apr 30 '24 12:04 MLGBrotishka