softplayer-backend/internal/controllers/email.go.tmp

14 lines
172 B
Plaintext
Raw Normal View History

2024-03-21 17:39:32 +00:00
# package controllers
import "context"
type EmailSvc struct {}
type EmailData strict {
UserID string
}
func (svc *EmailSvc) SendVerification(ctx context.Context) {
}