package service type EmailService struct{} func (e *EmailService) ValidateSignupEmail(email string) bool { return true }