Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeProxyDetect ¶
type FakeProxyDetect struct {
// contains filtered or unexported fields
}
func New ¶
func New(returnBool bool, returnErr error) *FakeProxyDetect
func (*FakeProxyDetect) NumberOfInvocations ¶
func (f *FakeProxyDetect) NumberOfInvocations() int
func (*FakeProxyDetect) ReceivedHostDuringMostRecentInvocation ¶
func (f *FakeProxyDetect) ReceivedHostDuringMostRecentInvocation() string
func (*FakeProxyDetect) UsingProxyForHost ¶
func (f *FakeProxyDetect) UsingProxyForHost(host string) (bool, error)
Click to show internal directories.
Click to hide internal directories.