diff options
Diffstat (limited to 'models/webhook.go')
-rw-r--r-- | models/webhook.go | 1 |
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"` |