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