20
0
goext/googleapi/body.go

7 lines
72 B
Go

package googleapi
type MailBody struct {
Plain string
HTML string
}