message broker sifatida redis qo'shildi
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package domain
|
||||
|
||||
import "github.com/streadway/amqp"
|
||||
|
||||
type NotificationConsumerPort interface {
|
||||
Start()
|
||||
Handler(amqp.Delivery)
|
||||
Handler(NotificationMsg)
|
||||
}
|
||||
|
||||
type SMSServicePort interface {
|
||||
|
||||
Reference in New Issue
Block a user