Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPProxyCache ¶
type HTTPProxyCache interface { Get(id string) (*Proxy, bool) Add(id, oauthUrl, clientId, clientSecret string, proxy *httputil.ReverseProxy) *Proxy }
func NewProxyCache ¶
func NewProxyCache(skipVerify bool, proxyCacheTTL int) HTTPProxyCache
Click to show internal directories.
Click to hide internal directories.