email.go: run go fmt
This commit is contained in:
parent
5df5b5f112
commit
8a7348ed6a
10
api/email.go
10
api/email.go
@ -5,10 +5,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type email struct {
|
type email struct {
|
||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
UnsubscribeSecretHex string `json:"unsubscribeSecretHex"`
|
UnsubscribeSecretHex string `json:"unsubscribeSecretHex"`
|
||||||
LastEmailNotificationDate time.Time `json:"lastEmailNotificationDate"`
|
LastEmailNotificationDate time.Time `json:"lastEmailNotificationDate"`
|
||||||
PendingEmails int `json:"-"`
|
PendingEmails int `json:"-"`
|
||||||
SendReplyNotifications bool `json:"sendReplyNotifications"`
|
SendReplyNotifications bool `json:"sendReplyNotifications"`
|
||||||
SendModeratorNotifications bool `json:"sendModeratorNotifications"`
|
SendModeratorNotifications bool `json:"sendModeratorNotifications"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user