Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProxyInfoNotSupported describes an error that occurs when the underlying // provider does not support getting the proxy information. ProxyInfoNotSupported = errors.ConstError("proxy info not supported") // ProxyInfoNotFound describes an error that occurs when a proxy information // cannot be found. ProxyInfoNotFound = errors.ConstError("proxy info not found") // ProxyNotSupported describes an error that occurs when the underlying // provider does not support the proxy. ProxyNotSupported = errors.ConstError("proxy not supported") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.