mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +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
|
||
|
}
|