Skip to content

Commit 81cc48c

Browse files
authored
Merge pull request #189 from coleader-co/group-in-context
Add group id to context
2 parents 30e6f7a + ff9e476 commit 81cc48c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

context.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type Context struct {
2222
IP net.IP `json:"ip,omitempty"`
2323
Direct bool `json:"direct,omitempty"`
2424
Locale string `json:"locale,omitempty"`
25+
GroupID string `json:"groupId,omitempty"`
2526
Timezone string `json:"timezone,omitempty"`
2627
UserAgent string `json:"userAgent,omitempty"`
2728
Traits Traits `json:"traits,omitempty"`

0 commit comments

Comments
 (0)