Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakePaginationFunc
- func (fake *FakePaginationFunc) ArgsForCall(i int) *http.Response
- func (fake *FakePaginationFunc) CallCount() int
- func (fake *FakePaginationFunc) Invocations() map[string][][]interface{}
- func (fake *FakePaginationFunc) Returns(result1 []byte, result2 string, result3 error)
- func (fake *FakePaginationFunc) Spy(arg1 *http.Response) (currentPage []byte, nextPageURL string, dontShadowThis error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePaginationFunc ¶
type FakePaginationFunc struct {
Stub func(*http.Response) (currentPage []byte, nextPageURL string, dontShadowThis error)
// contains filtered or unexported fields
}
func (*FakePaginationFunc) ArgsForCall ¶
func (fake *FakePaginationFunc) ArgsForCall(i int) *http.Response
func (*FakePaginationFunc) CallCount ¶
func (fake *FakePaginationFunc) CallCount() int
func (*FakePaginationFunc) Invocations ¶
func (fake *FakePaginationFunc) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.