rename field

This commit is contained in:
Unknwon 2015-08-26 21:45:28 +08:00
parent 66feb7acf4
commit f3ae95fdd7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var (
)
type Hook struct {
Id int64 `json:"id"`
ID int64 `json:"id"`
Type string `json:"type"`
Events []string `json:"events"`
Active bool `json:"active"`