An open API service indexing awesome lists of open source software.

https://github.com/tanstevn/go-midh

A mediator hub package for Go, designed for clean architecture applications. Inspired by the MediatR package, it enables decoupled communication between layers by handling commands, queries, and events, promoting separation of concerns and maintainability.
https://github.com/tanstevn/go-midh

cqrs cqrs-pattern go golang golang-library golang-package mediator mediator-pattern mediatr mediatr-behavior separation-of-concerns

Last synced: 4 months ago
JSON representation

A mediator hub package for Go, designed for clean architecture applications. Inspired by the MediatR package, it enables decoupled communication between layers by handling commands, queries, and events, promoting separation of concerns and maintainability.

Awesome Lists containing this project

README

          

# go-midh
A mediator hub package for Go, designed for clean architecture applications. Inspired by the MediatR package, it enables decoupled communication between layers by handling commands, queries, and events, promoting separation of concerns and maintainability.