Skip to content

Commit

Permalink
Rename "metadata" Key to "event_metadata"
Browse files Browse the repository at this point in the history
  • Loading branch information
Florianisme authored Dec 11, 2024
1 parent 4c5f5d0 commit d51389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/loggable_event.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package logging

type LoggableEvent struct {
Metadata `json:"metadata"`
Metadata `json:"event_metadata"`
Message string `json:"message"`
Timestamp string `json:"timestamp"`
Reason string `json:"reason"`
Expand Down

0 comments on commit d51389e

Please sign in to comment.