Add actionlog ID field json tags
This commit is contained in:
parent
50aff017a4
commit
f21d5476e0
@ -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"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user