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.
- Host: GitHub
- URL: https://github.com/tanstevn/go-midh
- Owner: tanstevn
- Created: 2025-03-15T15:38:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T15:44:49.000Z (7 months ago)
- Last Synced: 2025-03-15T16:30:21.778Z (7 months ago)
- Topics: cqrs, cqrs-pattern, go, golang, golang-library, golang-package, mediator, mediator-pattern, mediatr, mediatr-behavior, separation-of-concerns
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.