service backend
This commit is contained in:
11
api/pkg/messaging/notifications/account/handler/interface.go
Normal file
11
api/pkg/messaging/notifications/account/handler/interface.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package notifications
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/tech/sendico/pkg/model"
|
||||
)
|
||||
|
||||
type AccountHandler = func(context.Context, *model.Account) error
|
||||
|
||||
type PasswordResetHandler = func(context.Context, *model.Account, string) error
|
||||
Reference in New Issue
Block a user