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.