mirror of
https://gitlab.com/commento/commento.git
synced 2025-04-29 06:50:28 -04:00
14 lines
213 B
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
|
|
}
|