service backend
This commit is contained in:
10
api/pkg/messaging/messaging.go
Normal file
10
api/pkg/messaging/messaging.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
notifications "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
||||
)
|
||||
|
||||
type Register interface {
|
||||
Consumer(processor notifications.EnvelopeProcessor) error
|
||||
Producer() Producer
|
||||
}
|
||||
Reference in New Issue
Block a user