mailautoconf/structs/structs.go

4 lines
55 B
Go

type Page struct {
Title string
Body []byte
}