Mike Schwörer
68f4261fcd
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 2m53s
7 lines
72 B
Go
7 lines
72 B
Go
package googleapi
|
|
|
|
type MailBody struct {
|
|
Plain string
|
|
HTML string
|
|
}
|