service backend
This commit is contained in:
6
api/pkg/messaging/consumer.go
Normal file
6
api/pkg/messaging/consumer.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package messaging
|
||||
|
||||
type Consumer interface {
|
||||
ConsumeMessages(handleFunc MessageHandlerT) error
|
||||
Close()
|
||||
}
|
||||
Reference in New Issue
Block a user