File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,14 @@ type Record struct {
3636 Action string `xorm:"varchar(1000)" json:"action"`
3737 Language string `xorm:"varchar(100)" json:"language"`
3838
39- Object string `xorm:"mediumtext" json:"object"`
40- Response string `xorm:"mediumtext" json:"response"`
41- StatusCode int `json:"statusCode"`
39+ Object string `xorm:"mediumtext" json:"object"`
40+ Response string `xorm:"mediumtext" json:"response"`
4241
4342 // ExtendedUser *User `xorm:"-" json:"extendedUser"`
4443
45- IsTriggered bool `json:"isTriggered"`
44+ Provider string `xorm:"varchar(100)" json:"provider"`
45+ Block string `xorm:"varchar(100)" json:"block"`
46+ IsTriggered bool `json:"isTriggered"`
4647}
4748
4849func (c * Client ) GetRecords () ([]* Record , error ) {
You can’t perform that action at this time.
0 commit comments