service backend
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package notifications
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/tech/sendico/pkg/model"
|
||||
)
|
||||
|
||||
type InvitationHandler = func(context.Context, *model.Account, *model.Invitation) error
|
||||
Reference in New Issue
Block a user