linstrom/mailer/NewUserRequest.go
2024-08-22 19:57:53 +02:00

5 lines
63 B
Go

package mailer
type NewUserMailData struct {
Domain string
}