Add Go-MediatR (#4625)

This commit is contained in:
Mehdi Hadeli 2024-07-29 09:19:22 +03:30 committed by GitHub
parent ec5f54115d
commit ad379b345c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1659,6 +1659,7 @@ _Libraries that implement messaging systems._
- [gaurun-client](https://github.com/osamingo/gaurun-client) - Gaurun Client written in Go. - [gaurun-client](https://github.com/osamingo/gaurun-client) - Gaurun Client written in Go.
- [Glue](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io). - [Glue](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io).
- [go-eventbus](https://github.com/stanipetrosyan/go-eventbus) - Simple Event Bus package for Go. - [go-eventbus](https://github.com/stanipetrosyan/go-eventbus) - Simple Event Bus package for Go.
- [Go-MediatR](https://github.com/mehdihadeli/Go-MediatR) - A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library.
- [go-mq](https://github.com/cheshir/go-mq) - RabbitMQ client with declarative configuration. - [go-mq](https://github.com/cheshir/go-mq) - RabbitMQ client with declarative configuration.
- [go-notify](https://github.com/TheCreeper/go-notify) - Native implementation of the freedesktop notification spec. - [go-notify](https://github.com/TheCreeper/go-notify) - Native implementation of the freedesktop notification spec.
- [go-nsq](https://github.com/nsqio/go-nsq) - the official Go package for NSQ. - [go-nsq](https://github.com/nsqio/go-nsq) - the official Go package for NSQ.