modulepackage
0.0.0-20241230150226-9dfee38dd3a1
Repository: https://github.com/pkritiotis/go-mediator.git
Documentation: pkg.go.dev
# README
go-mediator
This is a sample implementation of the mediator pattern in go.
For a full description of the implementation of this package you can visit the blog post at https://pkritiotis.io/mediator-pattern-in-go/
# Structs
Request represents a typical request object.
Result represents a typical result object.
SampleHandler implements the Handler interface to serve Requests.