mtatarau90

Results 2 comments of mtatarau90

``` gServer := goproxy.NewProxyHttpServer() gServer.OnRequest().DoFunc(func(req *http.Request, ctx *goproxy.ProxyCtx) (*http.Request, *http.Response) { proxy, _ := url.Parse("http://user:[email protected]:port") gServer.Tr = &http.Transport{ Proxy: http.ProxyURL(proxy), TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, } }) ```

Hi guys, i have the same issue, but in my case every thing is imported and MyStructLoaderConfig is ok, but seems that dataloaden use my struct as key for cache....