//
pkg.gl
Category
github.com/pkritiotis/go-mediator
mediator
package
0.0.0-20241230150226-9dfee38dd3a1
Repository:
https://github.com/pkritiotis/go-mediator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
37 SLOC
#
Functions
Register
Register registers the provided request handler to be used for the corresponding requests.
Send
Send processes the provided request and returns the produced result.
#
Interfaces
RequestHandler
RequestHandler handles TRequest and returns TResult.