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(*http.Request, *plugin.Response, plugin.ProxyReader) error + func (fake *FakeConnection) Invocations() map[string][][]interface{} + func (fake *FakeConnection) Make(arg1 *http.Request, arg2 *plugin.Response, arg3 plugin.ProxyReader) error + func (fake *FakeConnection) MakeArgsForCall(i int) (*http.Request, *plugin.Response, plugin.ProxyReader) + func (fake *FakeConnection) MakeCallCount() int + func (fake *FakeConnection) MakeCalls(stub func(*http.Request, *plugin.Response, plugin.ProxyReader) error) + func (fake *FakeConnection) MakeReturns(result1 error) + func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error) + type FakeConnectionWrapper struct + MakeStub func(*http.Request, *plugin.Response, plugin.ProxyReader) error + WrapStub func(plugin.Connection) plugin.Connection + func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{} + func (fake *FakeConnectionWrapper) Make(arg1 *http.Request, arg2 *plugin.Response, arg3 plugin.ProxyReader) error + func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*http.Request, *plugin.Response, plugin.ProxyReader) + func (fake *FakeConnectionWrapper) MakeCallCount() int + func (fake *FakeConnectionWrapper) MakeCalls(stub func(*http.Request, *plugin.Response, plugin.ProxyReader) error) + func (fake *FakeConnectionWrapper) MakeReturns(result1 error) + func (fake *FakeConnectionWrapper) MakeReturnsOnCall(i int, result1 error) + func (fake *FakeConnectionWrapper) Wrap(arg1 plugin.Connection) plugin.Connection + func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) plugin.Connection + func (fake *FakeConnectionWrapper) WrapCallCount() int + func (fake *FakeConnectionWrapper) WrapCalls(stub func(plugin.Connection) plugin.Connection) + func (fake *FakeConnectionWrapper) WrapReturns(result1 plugin.Connection) + func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 plugin.Connection) + type FakeProxyReader struct + FinishStub func() + StartStub func(int64) + WrapStub func(io.Reader) io.ReadCloser + func (fake *FakeProxyReader) Finish() + func (fake *FakeProxyReader) FinishCallCount() int + func (fake *FakeProxyReader) FinishCalls(stub func()) + func (fake *FakeProxyReader) Invocations() map[string][][]interface{} + func (fake *FakeProxyReader) Start(arg1 int64) + func (fake *FakeProxyReader) StartArgsForCall(i int) int64 + func (fake *FakeProxyReader) StartCallCount() int + func (fake *FakeProxyReader) StartCalls(stub func(int64)) + func (fake *FakeProxyReader) Wrap(arg1 io.Reader) io.ReadCloser + func (fake *FakeProxyReader) WrapArgsForCall(i int) io.Reader + func (fake *FakeProxyReader) WrapCallCount() int + func (fake *FakeProxyReader) WrapCalls(stub func(io.Reader) io.ReadCloser) + func (fake *FakeProxyReader) WrapReturns(result1 io.ReadCloser) + func (fake *FakeProxyReader) WrapReturnsOnCall(i int, result1 io.ReadCloser) Other modules containing this package github.com/LukasHeimann/cloudfoundrycli