commento/api/email_notification.go

14 lines
213 B
Go
Raw Normal View History

2019-02-19 00:23:44 +08:00
package main
import ()
2019-02-19 00:23:44 +08:00
type emailNotification struct {
Email string
CommenterName string
Domain string
Path string
Title string
CommentHex string
Kind string
}