grafana/pkg/api/pluginproxy
Mario Trangoni 8261613b51 pkg/util/{ip.go,url.go}: Fix some golint issues
See,
$ gometalinter --vendor --deadline 10m --disable-all --enable=golint  ./...
ip.go:8:6⚠️ func SplitIpPort should be SplitIPPort (golint)
url.go:14:6⚠️ func NewUrlQueryReader should be NewURLQueryReader (golint)
url.go:9:6⚠️ type UrlQueryReader should be URLQueryReader (golint)
url.go:37:6⚠️ func JoinUrlFragments should be JoinURLFragments (golint)
2019-01-28 22:29:20 +01:00
..
test-data dsproxy: allow multiple access tokens per datasource 2018-06-12 17:39:38 +02:00
access_token_provider_test.go invalidate access token cache after datasource is updated 2018-09-21 14:24:44 +02:00
access_token_provider.go stackdriver: change info logging to debug logging 2018-09-28 16:16:27 +02:00
ds_auth_provider_test.go Stackdriver: Restructured ds proxy tests 2018-09-14 09:38:16 +02:00
ds_auth_provider.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
ds_proxy_test.go Remove Origin and Referer headers while proxying requests 2018-11-08 14:57:47 +01:00
ds_proxy.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
pluginproxy_test.go Config Array Syntax (#8204) 2017-04-25 09:14:29 +02:00
pluginproxy.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00