1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-28 22:55:39 -04:00
Files
commento/api/email_notification.go
2019-10-25 01:10:44 -07:00

14 lines
213 B
Go

package main
import ()
type emailNotification struct {
Email string
CommenterName string
Domain string
Path string
Title string
CommentHex string
Kind string
}