We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30e6f7a + ff9e476 commit 81cc48cCopy full SHA for 81cc48c
context.go
@@ -22,6 +22,7 @@ type Context struct {
22
IP net.IP `json:"ip,omitempty"`
23
Direct bool `json:"direct,omitempty"`
24
Locale string `json:"locale,omitempty"`
25
+ GroupID string `json:"groupId,omitempty"`
26
Timezone string `json:"timezone,omitempty"`
27
UserAgent string `json:"userAgent,omitempty"`
28
Traits Traits `json:"traits,omitempty"`
0 commit comments