Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) GetURLResponse(arg1 string, arg2 bool) (string, error)
- func (fake *FakeClient) GetURLResponseArgsForCall(i int) (string, bool)
- func (fake *FakeClient) GetURLResponseCallCount() int
- func (fake *FakeClient) GetURLResponseCalls(stub func(string, bool) (string, error))
- func (fake *FakeClient) GetURLResponseReturns(result1 string, result2 error)
- func (fake *FakeClient) GetURLResponseReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { GetURLResponseStub func(string, bool) (string, error) // contains filtered or unexported fields }
func (*FakeClient) GetURLResponse ¶
func (fake *FakeClient) GetURLResponse(arg1 string, arg2 bool) (string, error)
func (*FakeClient) GetURLResponseArgsForCall ¶
func (fake *FakeClient) GetURLResponseArgsForCall(i int) (string, bool)
func (*FakeClient) GetURLResponseCallCount ¶
func (fake *FakeClient) GetURLResponseCallCount() int
func (*FakeClient) GetURLResponseCalls ¶
func (fake *FakeClient) GetURLResponseCalls(stub func(string, bool) (string, error))
func (*FakeClient) GetURLResponseReturns ¶
func (fake *FakeClient) GetURLResponseReturns(result1 string, result2 error)
func (*FakeClient) GetURLResponseReturnsOnCall ¶
func (fake *FakeClient) GetURLResponseReturnsOnCall(i int, result1 string, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.