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 FakeConfig struct + BinaryNameStub func() string + BinaryVersionStub func() string + DialTimeoutStub func() time.Duration + SetUAAEndpointStub func(string) + SkipSSLValidationStub func() bool + UAADisableKeepAlivesStub func() bool + UAAGrantTypeStub func() string + UAAOAuthClientSecretStub func() string + UAAOAuthClientStub func() string + func (fake *FakeConfig) BinaryName() string + func (fake *FakeConfig) BinaryNameCallCount() int + func (fake *FakeConfig) BinaryNameCalls(stub func() string) + func (fake *FakeConfig) BinaryNameReturns(result1 string) + func (fake *FakeConfig) BinaryNameReturnsOnCall(i int, result1 string) + func (fake *FakeConfig) BinaryVersion() string + func (fake *FakeConfig) BinaryVersionCallCount() int + func (fake *FakeConfig) BinaryVersionCalls(stub func() string) + func (fake *FakeConfig) BinaryVersionReturns(result1 string) + func (fake *FakeConfig) BinaryVersionReturnsOnCall(i int, result1 string) + func (fake *FakeConfig) DialTimeout() time.Duration + func (fake *FakeConfig) DialTimeoutCallCount() int + func (fake *FakeConfig) DialTimeoutCalls(stub func() time.Duration) + func (fake *FakeConfig) DialTimeoutReturns(result1 time.Duration) + func (fake *FakeConfig) DialTimeoutReturnsOnCall(i int, result1 time.Duration) + func (fake *FakeConfig) Invocations() map[string][][]interface{} + func (fake *FakeConfig) SetUAAEndpoint(arg1 string) + func (fake *FakeConfig) SetUAAEndpointArgsForCall(i int) string + func (fake *FakeConfig) SetUAAEndpointCallCount() int + func (fake *FakeConfig) SetUAAEndpointCalls(stub func(string)) + func (fake *FakeConfig) SkipSSLValidation() bool + func (fake *FakeConfig) SkipSSLValidationCallCount() int + func (fake *FakeConfig) SkipSSLValidationCalls(stub func() bool) + func (fake *FakeConfig) SkipSSLValidationReturns(result1 bool) + func (fake *FakeConfig) SkipSSLValidationReturnsOnCall(i int, result1 bool) + func (fake *FakeConfig) UAADisableKeepAlives() bool + func (fake *FakeConfig) UAADisableKeepAlivesCallCount() int + func (fake *FakeConfig) UAADisableKeepAlivesCalls(stub func() bool) + func (fake *FakeConfig) UAADisableKeepAlivesReturns(result1 bool) + func (fake *FakeConfig) UAADisableKeepAlivesReturnsOnCall(i int, result1 bool) + func (fake *FakeConfig) UAAGrantType() string + func (fake *FakeConfig) UAAGrantTypeCallCount() int + func (fake *FakeConfig) UAAGrantTypeCalls(stub func() string) + func (fake *FakeConfig) UAAGrantTypeReturns(result1 string) + func (fake *FakeConfig) UAAGrantTypeReturnsOnCall(i int, result1 string) + func (fake *FakeConfig) UAAOAuthClient() string + func (fake *FakeConfig) UAAOAuthClientCallCount() int + func (fake *FakeConfig) UAAOAuthClientCalls(stub func() string) + func (fake *FakeConfig) UAAOAuthClientReturns(result1 string) + func (fake *FakeConfig) UAAOAuthClientReturnsOnCall(i int, result1 string) + func (fake *FakeConfig) UAAOAuthClientSecret() string + func (fake *FakeConfig) UAAOAuthClientSecretCallCount() int + func (fake *FakeConfig) UAAOAuthClientSecretCalls(stub func() string) + func (fake *FakeConfig) UAAOAuthClientSecretReturns(result1 string) + func (fake *FakeConfig) UAAOAuthClientSecretReturnsOnCall(i int, result1 string) + type FakeConnection struct + MakeStub func(*http.Request, *uaa.Response) error + func (fake *FakeConnection) Invocations() map[string][][]interface{} + func (fake *FakeConnection) Make(arg1 *http.Request, arg2 *uaa.Response) error + func (fake *FakeConnection) MakeArgsForCall(i int) (*http.Request, *uaa.Response) + func (fake *FakeConnection) MakeCallCount() int + func (fake *FakeConnection) MakeCalls(stub func(*http.Request, *uaa.Response) error) + func (fake *FakeConnection) MakeReturns(result1 error) + func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error) + type FakeConnectionWrapper struct + MakeStub func(*http.Request, *uaa.Response) error + WrapStub func(uaa.Connection) uaa.Connection + func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{} + func (fake *FakeConnectionWrapper) Make(arg1 *http.Request, arg2 *uaa.Response) error + func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*http.Request, *uaa.Response) + func (fake *FakeConnectionWrapper) MakeCallCount() int + func (fake *FakeConnectionWrapper) MakeCalls(stub func(*http.Request, *uaa.Response) error) + func (fake *FakeConnectionWrapper) MakeReturns(result1 error) + func (fake *FakeConnectionWrapper) MakeReturnsOnCall(i int, result1 error) + func (fake *FakeConnectionWrapper) Wrap(arg1 uaa.Connection) uaa.Connection + func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) uaa.Connection + func (fake *FakeConnectionWrapper) WrapCallCount() int + func (fake *FakeConnectionWrapper) WrapCalls(stub func(uaa.Connection) uaa.Connection) + func (fake *FakeConnectionWrapper) WrapReturns(result1 uaa.Connection) + func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 uaa.Connection) Other modules containing this package github.com/LukasHeimann/cloudfoundrycli