We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ba587 commit 24701daCopy full SHA for 24701da
1 file changed
sua.go
@@ -9,7 +9,7 @@ type UserAgent struct {
9
Architecture string `json:"architecture,omitempty"` // Device’s major binary architecture, e.g. "x86" or "arm". Taken from the Sec-CH-UA-Arch header
10
Bitness string `json:"bitness,omitempty"` // Device’s bitness, e.g. "64" for 64-bit architecture. Taken from the Sec-CH-UA-Bitness header
11
Model string `json:"model,omitempty"` // Device model. Taken from the Sec-CH-UAModel header
12
- Source string `json:"source,omitempty"` // The source of data used to create this object, List: User-Agent Source in AdCOM 1.0
+ Source int `json:"source,omitempty"` // The source of data used to create this object, List: User-Agent Source in AdCOM 1.0
13
Ext json.RawMessage `json:"ext,omitempty"`
14
}
15
0 commit comments