Skip to content

Commit

Permalink
Merge pull request #189 from coleader-co/group-in-context
Browse files Browse the repository at this point in the history
Add group id to context
  • Loading branch information
MichaelGHSeg committed Oct 31, 2023
2 parents 30e6f7a + ff9e476 commit 81cc48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions context.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Context struct {
IP net.IP `json:"ip,omitempty"`
Direct bool `json:"direct,omitempty"`
Locale string `json:"locale,omitempty"`
GroupID string `json:"groupId,omitempty"`
Timezone string `json:"timezone,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Traits Traits `json:"traits,omitempty"`
Expand Down

0 comments on commit 81cc48c

Please sign in to comment.