hkp-clavis/internal/repo/mail/interface.go

6 lines
69 B
Go

package mail
type MailSenderRepo interface {
SendVerifyMessage()
}