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