watermill
watermill copied to clipboard
Add generic jsonendpoint adapter
Package jsonendpoint provides a generic adapter that converts a validated JSON request into a [message.Message] published to a certain topic. Use together with an HTTP router to build gateways to any [message.Publisher].
Had to bump Golang version to 1.18 in the go.mod file to support generics.
This is my first contribution.