Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type FakeConnection struct + MakeStub func(*router.Request, *router.Response) error + 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 struct + MakeStub func(*router.Request, *router.Response) error + WrapStub func(router.Connection) router.Connection + 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) Other modules containing this package github.com/LukasHeimann/cloudfoundrycli