1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Provide support for analytics/reporting

This commit is contained in:
McMatts 2018-04-04 14:37:25 +01:00
parent 38772f5961
commit e19e3682b7
2 changed files with 5 additions and 0 deletions

View file

@ -42,6 +42,7 @@ type DocumentActivity struct {
Firstname string `json:"firstname"`
Lastname string `json:"lastname"`
ActivityType int `json:"activityType"`
Metadata string `json:"metadata"`
Created time.Time `json:"created"`
}