package
0.0.0-20241230150226-9dfee38dd3a1
Repository: https://github.com/pkritiotis/go-mediator.git
Documentation: pkg.go.dev

# Functions

Register registers the provided request handler to be used for the corresponding requests.
Send processes the provided request and returns the produced result.

# Interfaces

RequestHandler handles TRequest and returns TResult.