Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalancedClient ¶
type BalancedClient struct {
// contains filtered or unexported fields
}
func New ¶
func New( res roxyresolver.Resolver, interceptor atcclient.InterceptorFactory, dialer *net.Dialer, tlsConfig *tls.Config, ) (*BalancedClient, error)
func (*BalancedClient) Close ¶
func (bc *BalancedClient) Close() error
func (*BalancedClient) HTTPClient ¶
func (bc *BalancedClient) HTTPClient() *http.Client
func (*BalancedClient) IsTLS ¶
func (bc *BalancedClient) IsTLS() bool
func (*BalancedClient) Resolver ¶
func (bc *BalancedClient) Resolver() roxyresolver.Resolver
Click to show internal directories.
Click to hide internal directories.