Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeConnection
- func (fake *FakeConnection) Invocations() map[string][][]interface{}
- func (fake *FakeConnection) Make(arg1 *router.Request, arg2 *router.Response) error
- func (fake *FakeConnection) MakeArgsForCall(i int) (*router.Request, *router.Response)
- func (fake *FakeConnection) MakeCallCount() int
- func (fake *FakeConnection) MakeCalls(stub func(*router.Request, *router.Response) error)
- func (fake *FakeConnection) MakeReturns(result1 error)
- func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error)
- type FakeConnectionWrapper
- func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
- func (fake *FakeConnectionWrapper) Make(arg1 *router.Request, arg2 *router.Response) error
- func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*router.Request, *router.Response)
- func (fake *FakeConnectionWrapper) MakeCallCount() int
- func (fake *FakeConnectionWrapper) MakeCalls(stub func(*router.Request, *router.Response) error)
- func (fake *FakeConnectionWrapper) MakeReturns(result1 error)
- func (fake *FakeConnectionWrapper) MakeReturnsOnCall(i int, result1 error)
- func (fake *FakeConnectionWrapper) Wrap(arg1 router.Connection) router.Connection
- func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) router.Connection
- func (fake *FakeConnectionWrapper) WrapCallCount() int
- func (fake *FakeConnectionWrapper) WrapCalls(stub func(router.Connection) router.Connection)
- func (fake *FakeConnectionWrapper) WrapReturns(result1 router.Connection)
- func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 router.Connection)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConnection ¶
type FakeConnection struct { MakeStub func(*router.Request, *router.Response) error // contains filtered or unexported fields }
func (*FakeConnection) Invocations ¶
func (fake *FakeConnection) Invocations() map[string][][]interface{}
func (*FakeConnection) MakeArgsForCall ¶
func (*FakeConnection) MakeCallCount ¶
func (fake *FakeConnection) MakeCallCount() int
func (*FakeConnection) MakeReturns ¶
func (fake *FakeConnection) MakeReturns(result1 error)
func (*FakeConnection) MakeReturnsOnCall ¶
func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error)
type FakeConnectionWrapper ¶
type FakeConnectionWrapper struct { MakeStub func(*router.Request, *router.Response) error WrapStub func(router.Connection) router.Connection // contains filtered or unexported fields }
func (*FakeConnectionWrapper) Invocations ¶
func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
func (*FakeConnectionWrapper) MakeArgsForCall ¶
func (*FakeConnectionWrapper) MakeCallCount ¶
func (fake *FakeConnectionWrapper) MakeCallCount() int
func (*FakeConnectionWrapper) MakeReturns ¶
func (fake *FakeConnectionWrapper) MakeReturns(result1 error)
func (*FakeConnectionWrapper) MakeReturnsOnCall ¶
func (fake *FakeConnectionWrapper) MakeReturnsOnCall(i int, result1 error)
func (*FakeConnectionWrapper) Wrap ¶
func (fake *FakeConnectionWrapper) Wrap(arg1 router.Connection) router.Connection
func (*FakeConnectionWrapper) WrapArgsForCall ¶
func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) router.Connection
func (*FakeConnectionWrapper) WrapCallCount ¶
func (fake *FakeConnectionWrapper) WrapCallCount() int
func (*FakeConnectionWrapper) WrapCalls ¶
func (fake *FakeConnectionWrapper) WrapCalls(stub func(router.Connection) router.Connection)
func (*FakeConnectionWrapper) WrapReturns ¶
func (fake *FakeConnectionWrapper) WrapReturns(result1 router.Connection)
func (*FakeConnectionWrapper) WrapReturnsOnCall ¶
func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 router.Connection)
Click to show internal directories.
Click to hide internal directories.