3
0

Add actionlog ID field json tags

This commit is contained in:
Denis Arh 2021-01-08 08:18:57 +01:00
parent 50aff017a4
commit f21d5476e0

View File

@ -14,7 +14,7 @@ type (
// Standardized data structure for audit log events
Action struct {
ID uint64
ID uint64 `json:"actionID,string"`
// Timestamp of the raised event
Timestamp time.Time `json:"timestamp"`