Skip to content

Commit

Permalink
fix: change style to camel style (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Lienaldi <[email protected]>
  • Loading branch information
felixlienaldi and Felix Lienaldi authored Nov 8, 2022
1 parent 35af98a commit 99dca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Event struct {
ID string `json:"id,omitempty"`
EventName string `json:"name,omitempty"`
Namespace string `json:"namespace,omitempty"`
ParentNamespace string `json:"parent_namespace,omitempty"`
ParentNamespace string `json:"parentNamespace,omitempty"`
ClientID string `json:"clientId,omitempty"`
TraceID string `json:"traceId,omitempty"`
SpanContext string `json:"spanContext,omitempty"`
Expand Down

0 comments on commit 99dca25

Please sign in to comment.