1
mirror of https://gitlab.com/commento/commento.git synced 2025-04-28 18:40:29 -04:00
commento/api/email_notification.go

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
}