|
|
@ -285,7 +285,7 @@ type HookTask struct { |
|
|
|
HookID int64 |
|
|
|
HookID int64 |
|
|
|
UUID string |
|
|
|
UUID string |
|
|
|
Type HookTaskType |
|
|
|
Type HookTaskType |
|
|
|
URL string |
|
|
|
URL string `xorm:"TEXT"` |
|
|
|
api.Payloader `xorm:"-"` |
|
|
|
api.Payloader `xorm:"-"` |
|
|
|
PayloadContent string `xorm:"TEXT"` |
|
|
|
PayloadContent string `xorm:"TEXT"` |
|
|
|
ContentType HookContentType |
|
|
|
ContentType HookContentType |
|
|
|