Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- func ReturnAbiInfo_Fail() error
- func ReturnAbiInfo_Full() *abi.Abi
- type FailHttpClient
- func (fake *FailHttpClient) Do(arg1 *http.Request) (*http.Response, error)
- func (fake *FailHttpClient) DoArgsForCall(i int) *http.Request
- func (fake *FailHttpClient) DoCallCount() int
- func (fake *FailHttpClient) DoCalls(stub func(*http.Request) (*http.Response, error))
- func (fake *FailHttpClient) DoReturns(result1 *http.Response, result2 error)
- func (fake *FailHttpClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FailHttpClient) Invocations() map[string][][]interface{}
- type FakeHttpClient
- func (fake *FakeHttpClient) Do(arg1 *http.Request) (*http.Response, error)
- func (fake *FakeHttpClient) DoArgsForCall(i int) *http.Request
- func (fake *FakeHttpClient) DoCallCount() int
- func (fake *FakeHttpClient) DoCalls(stub func(*http.Request) (*http.Response, error))
- func (fake *FakeHttpClient) DoReturns(result1 *http.Response, result2 error)
- func (fake *FakeHttpClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeHttpClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FailHttpClient ¶
type FailHttpClient struct {
DoStub func(*http.Request) (*http.Response, error)
// contains filtered or unexported fields
}
func (*FailHttpClient) DoArgsForCall ¶
func (fake *FailHttpClient) DoArgsForCall(i int) *http.Request
func (*FailHttpClient) DoCallCount ¶
func (fake *FailHttpClient) DoCallCount() int
func (*FailHttpClient) DoReturns ¶
func (fake *FailHttpClient) DoReturns(result1 *http.Response, result2 error)
func (*FailHttpClient) DoReturnsOnCall ¶
func (fake *FailHttpClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FailHttpClient) Invocations ¶
func (fake *FailHttpClient) Invocations() map[string][][]interface{}
type FakeHttpClient ¶
type FakeHttpClient struct {
DoStub func(*http.Request) (*http.Response, error)
// contains filtered or unexported fields
}
func (*FakeHttpClient) DoArgsForCall ¶
func (fake *FakeHttpClient) DoArgsForCall(i int) *http.Request
func (*FakeHttpClient) DoCallCount ¶
func (fake *FakeHttpClient) DoCallCount() int
func (*FakeHttpClient) DoReturns ¶
func (fake *FakeHttpClient) DoReturns(result1 *http.Response, result2 error)
func (*FakeHttpClient) DoReturnsOnCall ¶
func (fake *FakeHttpClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeHttpClient) Invocations ¶
func (fake *FakeHttpClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.