1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +00:00

upstream fixes

Former-commit-id: 574060e41ace86cd86588795eadb1ad4083ec630
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-09-13 02:53:13 +03:00
parent efa17e8899
commit 52a07df0f4
5 changed files with 8 additions and 7 deletions

View File

@@ -1724,7 +1724,7 @@ type (
Subdomain string `json:"subdomain" form:"referrer_subdomain" xml:"Subdomain" yaml:"Subdomain" toml:"Subdomain"`
Domain string `json:"domain" form:"referrer_domain" xml:"Domain" yaml:"Domain" toml:"Domain"`
Tld string `json:"tld" form:"referrer_tld" xml:"Tld" yaml:"Tld" toml:"Tld"`
Path string `jsonn:"path" form:"referrer_path" xml:"Path" yaml:"Path" toml:"Path"`
Path string `json:"path" form:"referrer_path" xml:"Path" yaml:"Path" toml:"Path"`
Query string `json:"query" form:"referrer_query" xml:"Query" yaml:"Query" toml:"GoogleType"`
GoogleType ReferrerGoogleSearchType `json:"googleType" form:"referrer_google_type" xml:"GoogleType" yaml:"GoogleType" toml:"GoogleType"`
}