Skip to content

Commit

Permalink
Merge pull request #172 from kke/add-context-direct
Browse files Browse the repository at this point in the history
Add Context.Direct
  • Loading branch information
prayansh authored Oct 13, 2021
2 parents 0566e48 + 1036437 commit bb516cc
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 @@ -20,6 +20,7 @@ type Context struct {
Referrer ReferrerInfo `json:"referrer,omitempty"`
Screen ScreenInfo `json:"screen,omitempty"`
IP net.IP `json:"ip,omitempty"`
Direct bool `json:"direct,omitempty"`
Locale string `json:"locale,omitempty"`
Timezone string `json:"timezone,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Expand Down

0 comments on commit bb516cc

Please sign in to comment.