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
|
|
}
|