6 lines
152 B
Go
6 lines
152 B
Go
package templatedemailer
|
|
|
|
func (impl *templatedEmailer) SendBusinessVerificationEmail(email, verificationCode, firstName string) error {
|
|
|
|
return nil
|
|
}
|