notification serviceda email xabar yuborish qo'shildi
This commit is contained in:
5
internal/domain/email.go
Normal file
5
internal/domain/email.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package domain
|
||||
|
||||
type EmailServicePort interface {
|
||||
SendMail([]string, []byte)
|
||||
}
|
||||
Reference in New Issue
Block a user