initial commit. Cloned timetracker repository
This commit is contained in:
20
app/view/emails.go
Normal file
20
app/view/emails.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package view
|
||||
|
||||
type EmailLayout[T any] struct {
|
||||
LangID uint
|
||||
Data T
|
||||
}
|
||||
|
||||
type EmailVerificationData struct {
|
||||
VerificationURL string
|
||||
}
|
||||
|
||||
type EmailAdminNotificationData struct {
|
||||
UserName string
|
||||
UserEmail string
|
||||
BaseURL string
|
||||
}
|
||||
|
||||
type EmailPasswordResetData struct {
|
||||
ResetURL string
|
||||
}
|
||||
Reference in New Issue
Block a user