mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-14 22:43:32 +00:00
12 lines
181 B
Go
12 lines
181 B
Go
|
|
package templates
|
||
|
|
|
||
|
|
type TemplateData struct {
|
||
|
|
Title string
|
||
|
|
PreHeader string
|
||
|
|
Subject string
|
||
|
|
Greeting string
|
||
|
|
Text string
|
||
|
|
Href string
|
||
|
|
ButtonText string
|
||
|
|
}
|