package
0.0.0-20240212033348-92bc6ecaef59
Repository: https://github.com/wildanie12/go-hex-arch-sample.git
Documentation: pkg.go.dev

# Functions

NewProduct constructs instance of ProductHandler.

# Structs

ProductHandler main struct.

# Type aliases

OnIncomingMessage type define callback function when receiving a message, all handlers MUST return this type message MUST be manually acked by the function either positively or negatively example: `msg.Ack(false)`.