Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
Index ¶
- type FakeHTTPClientInterface
- func (fake *FakeHTTPClientInterface) Do(arg1 *http.Request) (*http.Response, error)
- func (fake *FakeHTTPClientInterface) DoArgsForCall(i int) *http.Request
- func (fake *FakeHTTPClientInterface) DoCallCount() int
- func (fake *FakeHTTPClientInterface) DoReturns(result1 *http.Response, result2 error)
- func (fake *FakeHTTPClientInterface) DumpRequest(arg1 *http.Request)
- func (fake *FakeHTTPClientInterface) DumpRequestArgsForCall(i int) *http.Request
- func (fake *FakeHTTPClientInterface) DumpRequestCallCount() int
- func (fake *FakeHTTPClientInterface) DumpResponse(arg1 *http.Response)
- func (fake *FakeHTTPClientInterface) DumpResponseArgsForCall(i int) *http.Response
- func (fake *FakeHTTPClientInterface) DumpResponseCallCount() int
- func (fake *FakeHTTPClientInterface) ExecuteCheckRedirect(req *http.Request, via []*http.Request) error
- func (fake *FakeHTTPClientInterface) ExecuteCheckRedirectArgsForCall(i int) (*http.Request, []*http.Request)
- func (fake *FakeHTTPClientInterface) ExecuteCheckRedirectCallCount() int
- func (fake *FakeHTTPClientInterface) ExecuteCheckRedirectReturns(result1 error)
- type FakeRequestDumperInterface
- func (fake *FakeRequestDumperInterface) DumpRequest(arg1 *http.Request)
- func (fake *FakeRequestDumperInterface) DumpRequestArgsForCall(i int) *http.Request
- func (fake *FakeRequestDumperInterface) DumpRequestCallCount() int
- func (fake *FakeRequestDumperInterface) DumpResponse(arg1 *http.Response)
- func (fake *FakeRequestDumperInterface) DumpResponseArgsForCall(i int) *http.Response
- func (fake *FakeRequestDumperInterface) DumpResponseCallCount() int
- type FakeWarningProducer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHTTPClientInterface ¶
type FakeHTTPClientInterface struct { DumpRequestStub func(*http.Request) DumpResponseStub func(*http.Response) DoStub func(*http.Request) (*http.Response, error) ExecuteCheckRedirectStub func(req *http.Request, via []*http.Request) error // contains filtered or unexported fields }
func (*FakeHTTPClientInterface) DoArgsForCall ¶
func (fake *FakeHTTPClientInterface) DoArgsForCall(i int) *http.Request
func (*FakeHTTPClientInterface) DoCallCount ¶
func (fake *FakeHTTPClientInterface) DoCallCount() int
func (*FakeHTTPClientInterface) DoReturns ¶
func (fake *FakeHTTPClientInterface) DoReturns(result1 *http.Response, result2 error)
func (*FakeHTTPClientInterface) DumpRequest ¶
func (fake *FakeHTTPClientInterface) DumpRequest(arg1 *http.Request)
func (*FakeHTTPClientInterface) DumpRequestArgsForCall ¶
func (fake *FakeHTTPClientInterface) DumpRequestArgsForCall(i int) *http.Request
func (*FakeHTTPClientInterface) DumpRequestCallCount ¶
func (fake *FakeHTTPClientInterface) DumpRequestCallCount() int
func (*FakeHTTPClientInterface) DumpResponse ¶
func (fake *FakeHTTPClientInterface) DumpResponse(arg1 *http.Response)
func (*FakeHTTPClientInterface) DumpResponseArgsForCall ¶
func (fake *FakeHTTPClientInterface) DumpResponseArgsForCall(i int) *http.Response
func (*FakeHTTPClientInterface) DumpResponseCallCount ¶
func (fake *FakeHTTPClientInterface) DumpResponseCallCount() int
func (*FakeHTTPClientInterface) ExecuteCheckRedirect ¶
func (*FakeHTTPClientInterface) ExecuteCheckRedirectArgsForCall ¶
func (*FakeHTTPClientInterface) ExecuteCheckRedirectCallCount ¶
func (fake *FakeHTTPClientInterface) ExecuteCheckRedirectCallCount() int
func (*FakeHTTPClientInterface) ExecuteCheckRedirectReturns ¶
func (fake *FakeHTTPClientInterface) ExecuteCheckRedirectReturns(result1 error)
type FakeRequestDumperInterface ¶
type FakeRequestDumperInterface struct { DumpRequestStub func(*http.Request) DumpResponseStub func(*http.Response) // contains filtered or unexported fields }
func (*FakeRequestDumperInterface) DumpRequest ¶
func (fake *FakeRequestDumperInterface) DumpRequest(arg1 *http.Request)
func (*FakeRequestDumperInterface) DumpRequestArgsForCall ¶
func (fake *FakeRequestDumperInterface) DumpRequestArgsForCall(i int) *http.Request
func (*FakeRequestDumperInterface) DumpRequestCallCount ¶
func (fake *FakeRequestDumperInterface) DumpRequestCallCount() int
func (*FakeRequestDumperInterface) DumpResponse ¶
func (fake *FakeRequestDumperInterface) DumpResponse(arg1 *http.Response)
func (*FakeRequestDumperInterface) DumpResponseArgsForCall ¶
func (fake *FakeRequestDumperInterface) DumpResponseArgsForCall(i int) *http.Response
func (*FakeRequestDumperInterface) DumpResponseCallCount ¶
func (fake *FakeRequestDumperInterface) DumpResponseCallCount() int
type FakeWarningProducer ¶
type FakeWarningProducer struct { WarningsStub func() []string // contains filtered or unexported fields }
func (*FakeWarningProducer) Warnings ¶
func (fake *FakeWarningProducer) Warnings() []string
func (*FakeWarningProducer) WarningsCallCount ¶
func (fake *FakeWarningProducer) WarningsCallCount() int
func (*FakeWarningProducer) WarningsReturns ¶
func (fake *FakeWarningProducer) WarningsReturns(result1 []string)
Click to show internal directories.
Click to hide internal directories.