package auth type Service interface { VerifyCode(email string, code string) error }