mailautoconf/structs/structs.go

5 lines
55 B
Go
Raw Normal View History

2021-08-15 21:57:30 +02:00
type Page struct {
Title string
Body []byte
}