Skip to content

v0.3.1: Fixes gokit implementation (#9)

Compare
Choose a tag to compare
@andremissaglia andremissaglia released this 25 Aug 17:44
3c38bcc
The correct way of supporting gokit's Endopint is to use a decoder function,
responsible for decoding the data from the transport layer into the endpoint
layer request format.

This commit copies the package "goduckhelper" from the foundationkit
repository, that creates a Processor/BatchProcessor from an endpoint and
decoder.