service backend
This commit is contained in:
9
api/pkg/messaging/handler.go
Normal file
9
api/pkg/messaging/handler.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
me "github.com/tech/sendico/pkg/messaging/envelope"
|
||||
)
|
||||
|
||||
type MessageHandlerT = func(ctx context.Context, envelope me.Envelope) error
|
||||
Reference in New Issue
Block a user