goext/googleapi/body.go
Mike Schwörer 358c238f3d
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m28s
google mail API [[FIN]]
2023-12-04 13:55:41 +01:00

7 lines
72 B
Go

package googleapi
type MailBody struct {
Plain string
HTML string
}