mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
Add isTriggered to record.
This commit is contained in:
@ -33,6 +33,8 @@ type Record struct {
|
||||
User string `xorm:"varchar(100)" json:"user"`
|
||||
RequestUri string `xorm:"varchar(1000)" json:"requestUri"`
|
||||
Action string `xorm:"varchar(1000)" json:"action"`
|
||||
|
||||
IsTriggered bool `json:"isTriggered"`
|
||||
}
|
||||
|
||||
func NewRecord(ctx *context.Context) *Record {
|
||||
|
Reference in New Issue
Block a user