From 52d66ba6c8b44b4aa28bdc2cd50acba9e22b3e66 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 14 Nov 2014 17:11:30 -0500 Subject: #12, use go-gogs-client --- models/webhook.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'models') diff --git a/models/webhook.go b/models/webhook.go index dbaac3e6..2f2accf9 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -72,6 +72,8 @@ type Webhook struct { HookTaskType HookTaskType Meta string `xorm:"TEXT"` // store hook-specific attributes OrgId int64 + Created time.Time `xorm:"CREATED"` + Updated time.Time `xorm:"UPDATED"` } // GetEvent handles conversion from Events to HookEvent. -- cgit v1.2.3