Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type HTTPProxyCache interface + Add func(id, oauthUrl, clientId, clientSecret string, proxy *httputil.ReverseProxy) *Proxy + Get func(id string) (*Proxy, bool) + func NewProxyCache(skipVerify bool, proxyCacheTTL int) HTTPProxyCache + type Proxy struct + ClientId string + ClientSecret string + OauthUrl string + Proxy *httputil.ReverseProxy