mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
record IP in events
This commit is contained in:
parent
2d5b8e652f
commit
c797a87eb9
5 changed files with 41 additions and 3 deletions
|
@ -515,6 +515,7 @@ type AppEvent struct {
|
|||
OrgID string `json:"orgId"`
|
||||
UserID string `json:"userId"`
|
||||
Type string `json:"eventType"`
|
||||
IP string `json:"ip"`
|
||||
Created time.Time `json:"created"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue