mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: send notification on successful import
This commit is contained in:
@@ -80,5 +80,6 @@ type IUserService interface {
|
||||
}
|
||||
|
||||
type IMailService interface {
|
||||
SendPasswordResetMail(recipient *models.User, resetLink string) error
|
||||
SendPasswordReset(*models.User, string) error
|
||||
SendImportNotification(*models.User, time.Duration, int) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user