Merge pull request #27 from evgenigourvitch/master

Lmt to be a pointer
This commit is contained in:
mxmCherry
2018-10-12 22:27:18 +03:00
committed by GitHub
+2 -2
View File
@@ -41,7 +41,7 @@ type Device struct {
// Description:
// Standard “Do Not Track” flag as set in the header by the
// browser, where 0 = tracking is unrestricted, 1 = do not track.
DNT int8 `json:"dnt,omitempty"`
DNT *int8 `json:"dnt,omitempty"`
// Attribute:
// lmt
@@ -51,7 +51,7 @@ type Device struct {
// “Limit Ad Tracking” signal commercially endorsed (e.g., iOS,
// Android), where 0 = tracking is unrestricted, 1 = tracking must
// be limited per commercial guidelines.
Lmt int8 `json:"lmt,omitempty"`
Lmt *int8 `json:"lmt,omitempty"`
// Attribute:
// ip