Versions in this module Expand all Collapse all v7 v7.1.0 Sep 9, 2020 Changes in this version + type FakeConnection struct + MakeStub func(*cloudcontroller.Request, *cloudcontroller.Response) error + func (fake *FakeConnection) Invocations() map[string][][]interface{} + func (fake *FakeConnection) Make(arg1 *cloudcontroller.Request, arg2 *cloudcontroller.Response) error + func (fake *FakeConnection) MakeArgsForCall(i int) (*cloudcontroller.Request, *cloudcontroller.Response) + func (fake *FakeConnection) MakeCallCount() int + func (fake *FakeConnection) MakeCalls(stub func(*cloudcontroller.Request, *cloudcontroller.Response) error) + func (fake *FakeConnection) MakeReturns(result1 error) + func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error)