Hexagonal-Architecture
Hexagonal-Architecture copied to clipboard
Typo, port should be used instead of the implementation
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