aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-16 20:27:04 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-16 20:27:04 -0500
commit340a4595ddc9e08f4c51f40496affb8fd3bb013d (patch)
tree2d1b899e001066a81a9b142884ae6d11895698f7 /models/webhook.go
parent4c770b87c5aebc33b9fdd118b332732f995d63b2 (diff)
downloadgitea-340a4595ddc9e08f4c51f40496affb8fd3bb013d.tar.gz
gitea-340a4595ddc9e08f4c51f40496affb8fd3bb013d.zip
support duoshuo mirror of gravatar
Diffstat (limited to 'models/webhook.go')
-rw-r--r--models/webhook.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/webhook.go b/models/webhook.go
index 2f2accf9d2..33146b529a 100644
--- a/models/webhook.go
+++ b/models/webhook.go
@@ -207,6 +207,7 @@ const (
PUSH HookEventType = "push"
)
+// FIXME: just use go-gogs-client structs maybe?
type PayloadAuthor struct {
Name string `json:"name"`
Email string `json:"email"`