goext/googleapi/body.go
Mike Schwörer 68f4261fcd
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 2m53s
google mail API [[FIN]]
2023-12-04 13:48:11 +01:00

7 lines
72 B
Go

package googleapi
type MailBody struct {
Plain string
HTML string
}