첫 커밋: 로컬 프로젝트 업로드
This commit is contained in:
6
baron-sso/backend/internal/domain/email_models.go
Normal file
6
baron-sso/backend/internal/domain/email_models.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package domain
|
||||
|
||||
// EmailService defines the interface for sending emails.
|
||||
type EmailService interface {
|
||||
SendEmail(to, subject, body string) error
|
||||
}
|
||||
Reference in New Issue
Block a user