coreconfigfakes

package
v6.37.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeEndpointRepository

type FakeEndpointRepository struct {
	GetCCInfoStub func(string) (*coreconfig.CCInfo, string, error)
	// contains filtered or unexported fields
}

func (*FakeEndpointRepository) GetCCInfo

func (fake *FakeEndpointRepository) GetCCInfo(arg1 string) (*coreconfig.CCInfo, string, error)

func (*FakeEndpointRepository) GetCCInfoArgsForCall

func (fake *FakeEndpointRepository) GetCCInfoArgsForCall(i int) string

func (*FakeEndpointRepository) GetCCInfoCallCount

func (fake *FakeEndpointRepository) GetCCInfoCallCount() int

func (*FakeEndpointRepository) GetCCInfoReturns

func (fake *FakeEndpointRepository) GetCCInfoReturns(result1 *coreconfig.CCInfo, result2 string, result3 error)

func (*FakeEndpointRepository) Invocations

func (fake *FakeEndpointRepository) Invocations() map[string][][]interface{}

type FakeReadWriter

type FakeReadWriter struct {
	APIEndpointStub func() string

	APIVersionStub func() string

	HasAPIEndpointStub func() bool

	AuthenticationEndpointStub func() string

	DopplerEndpointStub func() string

	UaaEndpointStub func() string

	RoutingAPIEndpointStub func() string

	AccessTokenStub func() string

	UAAOAuthClientStub func() string

	UAAOAuthClientSecretStub func() string

	SSHOAuthClientStub func() string

	RefreshTokenStub func() string

	OrganizationFieldsStub func() models.OrganizationFields

	HasOrganizationStub func() bool

	SpaceFieldsStub func() models.SpaceFields

	HasSpaceStub func() bool

	UsernameStub func() string

	UserGUIDStub func() string

	UserEmailStub func() string

	IsLoggedInStub func() bool

	IsSSLDisabledStub func() bool

	IsMinAPIVersionStub func(semver.Version) bool

	IsMinCLIVersionStub func(string) bool

	MinCLIVersionStub func() string

	MinRecommendedCLIVersionStub func() string

	CLIVersionStub func() string

	AsyncTimeoutStub func() uint

	TraceStub func() string

	ColorEnabledStub func() string

	LocaleStub func() string

	PluginReposStub func() []models.PluginRepo

	ClearSessionStub func()

	SetAPIEndpointStub func(string)

	SetAPIVersionStub func(string)

	SetMinCLIVersionStub func(string)

	SetMinRecommendedCLIVersionStub func(string)

	SetAuthenticationEndpointStub func(string)

	SetDopplerEndpointStub func(string)

	SetUaaEndpointStub func(string)

	SetRoutingAPIEndpointStub func(string)

	SetAccessTokenStub func(string)

	SetUAAOAuthClientStub func(string)

	SetUAAOAuthClientSecretStub func(string)

	SetSSHOAuthClientStub func(string)

	SetRefreshTokenStub func(string)

	SetOrganizationFieldsStub func(models.OrganizationFields)

	SetSpaceFieldsStub func(models.SpaceFields)

	SetSSLDisabledStub func(bool)

	SetAsyncTimeoutStub func(uint)

	SetTraceStub func(string)

	SetColorEnabledStub func(string)

	SetLocaleStub func(string)

	SetPluginRepoStub func(models.PluginRepo)

	UnSetPluginRepoStub func(int)

	SetCLIVersionStub func(string)

	SetUAAGrantTypeStub func(string)

	UAAGrantTypeStub func() string
	// contains filtered or unexported fields
}

func (*FakeReadWriter) APIEndpoint

func (fake *FakeReadWriter) APIEndpoint() string

func (*FakeReadWriter) APIEndpointCallCount

func (fake *FakeReadWriter) APIEndpointCallCount() int

func (*FakeReadWriter) APIEndpointReturns

func (fake *FakeReadWriter) APIEndpointReturns(result1 string)

func (*FakeReadWriter) APIEndpointReturnsOnCall

func (fake *FakeReadWriter) APIEndpointReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) APIVersion

func (fake *FakeReadWriter) APIVersion() string

func (*FakeReadWriter) APIVersionCallCount

func (fake *FakeReadWriter) APIVersionCallCount() int

func (*FakeReadWriter) APIVersionReturns

func (fake *FakeReadWriter) APIVersionReturns(result1 string)

func (*FakeReadWriter) APIVersionReturnsOnCall

func (fake *FakeReadWriter) APIVersionReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) AccessToken

func (fake *FakeReadWriter) AccessToken() string

func (*FakeReadWriter) AccessTokenCallCount

func (fake *FakeReadWriter) AccessTokenCallCount() int

func (*FakeReadWriter) AccessTokenReturns

func (fake *FakeReadWriter) AccessTokenReturns(result1 string)

func (*FakeReadWriter) AccessTokenReturnsOnCall

func (fake *FakeReadWriter) AccessTokenReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) AsyncTimeout

func (fake *FakeReadWriter) AsyncTimeout() uint

func (*FakeReadWriter) AsyncTimeoutCallCount

func (fake *FakeReadWriter) AsyncTimeoutCallCount() int

func (*FakeReadWriter) AsyncTimeoutReturns

func (fake *FakeReadWriter) AsyncTimeoutReturns(result1 uint)

func (*FakeReadWriter) AsyncTimeoutReturnsOnCall

func (fake *FakeReadWriter) AsyncTimeoutReturnsOnCall(i int, result1 uint)

func (*FakeReadWriter) AuthenticationEndpoint

func (fake *FakeReadWriter) AuthenticationEndpoint() string

func (*FakeReadWriter) AuthenticationEndpointCallCount

func (fake *FakeReadWriter) AuthenticationEndpointCallCount() int

func (*FakeReadWriter) AuthenticationEndpointReturns

func (fake *FakeReadWriter) AuthenticationEndpointReturns(result1 string)

func (*FakeReadWriter) AuthenticationEndpointReturnsOnCall

func (fake *FakeReadWriter) AuthenticationEndpointReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) CLIVersion

func (fake *FakeReadWriter) CLIVersion() string

func (*FakeReadWriter) CLIVersionCallCount

func (fake *FakeReadWriter) CLIVersionCallCount() int

func (*FakeReadWriter) CLIVersionReturns

func (fake *FakeReadWriter) CLIVersionReturns(result1 string)

func (*FakeReadWriter) CLIVersionReturnsOnCall

func (fake *FakeReadWriter) CLIVersionReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) ClearSession

func (fake *FakeReadWriter) ClearSession()

func (*FakeReadWriter) ClearSessionCallCount

func (fake *FakeReadWriter) ClearSessionCallCount() int

func (*FakeReadWriter) ColorEnabled

func (fake *FakeReadWriter) ColorEnabled() string

func (*FakeReadWriter) ColorEnabledCallCount

func (fake *FakeReadWriter) ColorEnabledCallCount() int

func (*FakeReadWriter) ColorEnabledReturns

func (fake *FakeReadWriter) ColorEnabledReturns(result1 string)

func (*FakeReadWriter) ColorEnabledReturnsOnCall

func (fake *FakeReadWriter) ColorEnabledReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) DopplerEndpoint

func (fake *FakeReadWriter) DopplerEndpoint() string

func (*FakeReadWriter) DopplerEndpointCallCount

func (fake *FakeReadWriter) DopplerEndpointCallCount() int

func (*FakeReadWriter) DopplerEndpointReturns

func (fake *FakeReadWriter) DopplerEndpointReturns(result1 string)

func (*FakeReadWriter) DopplerEndpointReturnsOnCall

func (fake *FakeReadWriter) DopplerEndpointReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) HasAPIEndpoint

func (fake *FakeReadWriter) HasAPIEndpoint() bool

func (*FakeReadWriter) HasAPIEndpointCallCount

func (fake *FakeReadWriter) HasAPIEndpointCallCount() int

func (*FakeReadWriter) HasAPIEndpointReturns

func (fake *FakeReadWriter) HasAPIEndpointReturns(result1 bool)

func (*FakeReadWriter) HasAPIEndpointReturnsOnCall

func (fake *FakeReadWriter) HasAPIEndpointReturnsOnCall(i int, result1 bool)

func (*FakeReadWriter) HasOrganization

func (fake *FakeReadWriter) HasOrganization() bool

func (*FakeReadWriter) HasOrganizationCallCount

func (fake *FakeReadWriter) HasOrganizationCallCount() int

func (*FakeReadWriter) HasOrganizationReturns

func (fake *FakeReadWriter) HasOrganizationReturns(result1 bool)

func (*FakeReadWriter) HasOrganizationReturnsOnCall

func (fake *FakeReadWriter) HasOrganizationReturnsOnCall(i int, result1 bool)

func (*FakeReadWriter) HasSpace

func (fake *FakeReadWriter) HasSpace() bool

func (*FakeReadWriter) HasSpaceCallCount

func (fake *FakeReadWriter) HasSpaceCallCount() int

func (*FakeReadWriter) HasSpaceReturns

func (fake *FakeReadWriter) HasSpaceReturns(result1 bool)

func (*FakeReadWriter) HasSpaceReturnsOnCall

func (fake *FakeReadWriter) HasSpaceReturnsOnCall(i int, result1 bool)

func (*FakeReadWriter) Invocations

func (fake *FakeReadWriter) Invocations() map[string][][]interface{}

func (*FakeReadWriter) IsLoggedIn

func (fake *FakeReadWriter) IsLoggedIn() bool

func (*FakeReadWriter) IsLoggedInCallCount

func (fake *FakeReadWriter) IsLoggedInCallCount() int

func (*FakeReadWriter) IsLoggedInReturns

func (fake *FakeReadWriter) IsLoggedInReturns(result1 bool)

func (*FakeReadWriter) IsLoggedInReturnsOnCall

func (fake *FakeReadWriter) IsLoggedInReturnsOnCall(i int, result1 bool)

func (*FakeReadWriter) IsMinAPIVersion

func (fake *FakeReadWriter) IsMinAPIVersion(arg1 semver.Version) bool

func (*FakeReadWriter) IsMinAPIVersionArgsForCall

func (fake *FakeReadWriter) IsMinAPIVersionArgsForCall(i int) semver.Version

func (*FakeReadWriter) IsMinAPIVersionCallCount

func (fake *FakeReadWriter) IsMinAPIVersionCallCount() int

func (*FakeReadWriter) IsMinAPIVersionReturns

func (fake *FakeReadWriter) IsMinAPIVersionReturns(result1 bool)

func (*FakeReadWriter) IsMinAPIVersionReturnsOnCall

func (fake *FakeReadWriter) IsMinAPIVersionReturnsOnCall(i int, result1 bool)

func (*FakeReadWriter) IsMinCLIVersion

func (fake *FakeReadWriter) IsMinCLIVersion(arg1 string) bool

func (*FakeReadWriter) IsMinCLIVersionArgsForCall

func (fake *FakeReadWriter) IsMinCLIVersionArgsForCall(i int) string

func (*FakeReadWriter) IsMinCLIVersionCallCount

func (fake *FakeReadWriter) IsMinCLIVersionCallCount() int

func (*FakeReadWriter) IsMinCLIVersionReturns

func (fake *FakeReadWriter) IsMinCLIVersionReturns(result1 bool)

func (*FakeReadWriter) IsMinCLIVersionReturnsOnCall

func (fake *FakeReadWriter) IsMinCLIVersionReturnsOnCall(i int, result1 bool)

func (*FakeReadWriter) IsSSLDisabled

func (fake *FakeReadWriter) IsSSLDisabled() bool

func (*FakeReadWriter) IsSSLDisabledCallCount

func (fake *FakeReadWriter) IsSSLDisabledCallCount() int

func (*FakeReadWriter) IsSSLDisabledReturns

func (fake *FakeReadWriter) IsSSLDisabledReturns(result1 bool)

func (*FakeReadWriter) IsSSLDisabledReturnsOnCall

func (fake *FakeReadWriter) IsSSLDisabledReturnsOnCall(i int, result1 bool)

func (*FakeReadWriter) Locale

func (fake *FakeReadWriter) Locale() string

func (*FakeReadWriter) LocaleCallCount

func (fake *FakeReadWriter) LocaleCallCount() int

func (*FakeReadWriter) LocaleReturns

func (fake *FakeReadWriter) LocaleReturns(result1 string)

func (*FakeReadWriter) LocaleReturnsOnCall

func (fake *FakeReadWriter) LocaleReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) MinCLIVersion

func (fake *FakeReadWriter) MinCLIVersion() string

func (*FakeReadWriter) MinCLIVersionCallCount

func (fake *FakeReadWriter) MinCLIVersionCallCount() int

func (*FakeReadWriter) MinCLIVersionReturns

func (fake *FakeReadWriter) MinCLIVersionReturns(result1 string)

func (*FakeReadWriter) MinCLIVersionReturnsOnCall

func (fake *FakeReadWriter) MinCLIVersionReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) MinRecommendedCLIVersion

func (fake *FakeReadWriter) MinRecommendedCLIVersion() string

func (*FakeReadWriter) MinRecommendedCLIVersionCallCount

func (fake *FakeReadWriter) MinRecommendedCLIVersionCallCount() int

func (*FakeReadWriter) MinRecommendedCLIVersionReturns

func (fake *FakeReadWriter) MinRecommendedCLIVersionReturns(result1 string)

func (*FakeReadWriter) MinRecommendedCLIVersionReturnsOnCall

func (fake *FakeReadWriter) MinRecommendedCLIVersionReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) OrganizationFields

func (fake *FakeReadWriter) OrganizationFields() models.OrganizationFields

func (*FakeReadWriter) OrganizationFieldsCallCount

func (fake *FakeReadWriter) OrganizationFieldsCallCount() int

func (*FakeReadWriter) OrganizationFieldsReturns

func (fake *FakeReadWriter) OrganizationFieldsReturns(result1 models.OrganizationFields)

func (*FakeReadWriter) OrganizationFieldsReturnsOnCall

func (fake *FakeReadWriter) OrganizationFieldsReturnsOnCall(i int, result1 models.OrganizationFields)

func (*FakeReadWriter) PluginRepos

func (fake *FakeReadWriter) PluginRepos() []models.PluginRepo

func (*FakeReadWriter) PluginReposCallCount

func (fake *FakeReadWriter) PluginReposCallCount() int

func (*FakeReadWriter) PluginReposReturns

func (fake *FakeReadWriter) PluginReposReturns(result1 []models.PluginRepo)

func (*FakeReadWriter) PluginReposReturnsOnCall

func (fake *FakeReadWriter) PluginReposReturnsOnCall(i int, result1 []models.PluginRepo)

func (*FakeReadWriter) RefreshToken

func (fake *FakeReadWriter) RefreshToken() string

func (*FakeReadWriter) RefreshTokenCallCount

func (fake *FakeReadWriter) RefreshTokenCallCount() int

func (*FakeReadWriter) RefreshTokenReturns

func (fake *FakeReadWriter) RefreshTokenReturns(result1 string)

func (*FakeReadWriter) RefreshTokenReturnsOnCall

func (fake *FakeReadWriter) RefreshTokenReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) RoutingAPIEndpoint

func (fake *FakeReadWriter) RoutingAPIEndpoint() string

func (*FakeReadWriter) RoutingAPIEndpointCallCount

func (fake *FakeReadWriter) RoutingAPIEndpointCallCount() int

func (*FakeReadWriter) RoutingAPIEndpointReturns

func (fake *FakeReadWriter) RoutingAPIEndpointReturns(result1 string)

func (*FakeReadWriter) RoutingAPIEndpointReturnsOnCall

func (fake *FakeReadWriter) RoutingAPIEndpointReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) SSHOAuthClient

func (fake *FakeReadWriter) SSHOAuthClient() string

func (*FakeReadWriter) SSHOAuthClientCallCount

func (fake *FakeReadWriter) SSHOAuthClientCallCount() int

func (*FakeReadWriter) SSHOAuthClientReturns

func (fake *FakeReadWriter) SSHOAuthClientReturns(result1 string)

func (*FakeReadWriter) SSHOAuthClientReturnsOnCall

func (fake *FakeReadWriter) SSHOAuthClientReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) SetAPIEndpoint

func (fake *FakeReadWriter) SetAPIEndpoint(arg1 string)

func (*FakeReadWriter) SetAPIEndpointArgsForCall

func (fake *FakeReadWriter) SetAPIEndpointArgsForCall(i int) string

func (*FakeReadWriter) SetAPIEndpointCallCount

func (fake *FakeReadWriter) SetAPIEndpointCallCount() int

func (*FakeReadWriter) SetAPIVersion

func (fake *FakeReadWriter) SetAPIVersion(arg1 string)

func (*FakeReadWriter) SetAPIVersionArgsForCall

func (fake *FakeReadWriter) SetAPIVersionArgsForCall(i int) string

func (*FakeReadWriter) SetAPIVersionCallCount

func (fake *FakeReadWriter) SetAPIVersionCallCount() int

func (*FakeReadWriter) SetAccessToken

func (fake *FakeReadWriter) SetAccessToken(arg1 string)

func (*FakeReadWriter) SetAccessTokenArgsForCall

func (fake *FakeReadWriter) SetAccessTokenArgsForCall(i int) string

func (*FakeReadWriter) SetAccessTokenCallCount

func (fake *FakeReadWriter) SetAccessTokenCallCount() int

func (*FakeReadWriter) SetAsyncTimeout

func (fake *FakeReadWriter) SetAsyncTimeout(arg1 uint)

func (*FakeReadWriter) SetAsyncTimeoutArgsForCall

func (fake *FakeReadWriter) SetAsyncTimeoutArgsForCall(i int) uint

func (*FakeReadWriter) SetAsyncTimeoutCallCount

func (fake *FakeReadWriter) SetAsyncTimeoutCallCount() int

func (*FakeReadWriter) SetAuthenticationEndpoint

func (fake *FakeReadWriter) SetAuthenticationEndpoint(arg1 string)

func (*FakeReadWriter) SetAuthenticationEndpointArgsForCall

func (fake *FakeReadWriter) SetAuthenticationEndpointArgsForCall(i int) string

func (*FakeReadWriter) SetAuthenticationEndpointCallCount

func (fake *FakeReadWriter) SetAuthenticationEndpointCallCount() int

func (*FakeReadWriter) SetCLIVersion

func (fake *FakeReadWriter) SetCLIVersion(arg1 string)

func (*FakeReadWriter) SetCLIVersionArgsForCall

func (fake *FakeReadWriter) SetCLIVersionArgsForCall(i int) string

func (*FakeReadWriter) SetCLIVersionCallCount

func (fake *FakeReadWriter) SetCLIVersionCallCount() int

func (*FakeReadWriter) SetColorEnabled

func (fake *FakeReadWriter) SetColorEnabled(arg1 string)

func (*FakeReadWriter) SetColorEnabledArgsForCall

func (fake *FakeReadWriter) SetColorEnabledArgsForCall(i int) string

func (*FakeReadWriter) SetColorEnabledCallCount

func (fake *FakeReadWriter) SetColorEnabledCallCount() int

func (*FakeReadWriter) SetDopplerEndpoint

func (fake *FakeReadWriter) SetDopplerEndpoint(arg1 string)

func (*FakeReadWriter) SetDopplerEndpointArgsForCall

func (fake *FakeReadWriter) SetDopplerEndpointArgsForCall(i int) string

func (*FakeReadWriter) SetDopplerEndpointCallCount

func (fake *FakeReadWriter) SetDopplerEndpointCallCount() int

func (*FakeReadWriter) SetLocale

func (fake *FakeReadWriter) SetLocale(arg1 string)

func (*FakeReadWriter) SetLocaleArgsForCall

func (fake *FakeReadWriter) SetLocaleArgsForCall(i int) string

func (*FakeReadWriter) SetLocaleCallCount

func (fake *FakeReadWriter) SetLocaleCallCount() int

func (*FakeReadWriter) SetMinCLIVersion

func (fake *FakeReadWriter) SetMinCLIVersion(arg1 string)

func (*FakeReadWriter) SetMinCLIVersionArgsForCall

func (fake *FakeReadWriter) SetMinCLIVersionArgsForCall(i int) string

func (*FakeReadWriter) SetMinCLIVersionCallCount

func (fake *FakeReadWriter) SetMinCLIVersionCallCount() int

func (*FakeReadWriter) SetMinRecommendedCLIVersion

func (fake *FakeReadWriter) SetMinRecommendedCLIVersion(arg1 string)

func (*FakeReadWriter) SetMinRecommendedCLIVersionArgsForCall

func (fake *FakeReadWriter) SetMinRecommendedCLIVersionArgsForCall(i int) string

func (*FakeReadWriter) SetMinRecommendedCLIVersionCallCount

func (fake *FakeReadWriter) SetMinRecommendedCLIVersionCallCount() int

func (*FakeReadWriter) SetOrganizationFields

func (fake *FakeReadWriter) SetOrganizationFields(arg1 models.OrganizationFields)

func (*FakeReadWriter) SetOrganizationFieldsArgsForCall

func (fake *FakeReadWriter) SetOrganizationFieldsArgsForCall(i int) models.OrganizationFields

func (*FakeReadWriter) SetOrganizationFieldsCallCount

func (fake *FakeReadWriter) SetOrganizationFieldsCallCount() int

func (*FakeReadWriter) SetPluginRepo

func (fake *FakeReadWriter) SetPluginRepo(arg1 models.PluginRepo)

func (*FakeReadWriter) SetPluginRepoArgsForCall

func (fake *FakeReadWriter) SetPluginRepoArgsForCall(i int) models.PluginRepo

func (*FakeReadWriter) SetPluginRepoCallCount

func (fake *FakeReadWriter) SetPluginRepoCallCount() int

func (*FakeReadWriter) SetRefreshToken

func (fake *FakeReadWriter) SetRefreshToken(arg1 string)

func (*FakeReadWriter) SetRefreshTokenArgsForCall

func (fake *FakeReadWriter) SetRefreshTokenArgsForCall(i int) string

func (*FakeReadWriter) SetRefreshTokenCallCount

func (fake *FakeReadWriter) SetRefreshTokenCallCount() int

func (*FakeReadWriter) SetRoutingAPIEndpoint

func (fake *FakeReadWriter) SetRoutingAPIEndpoint(arg1 string)

func (*FakeReadWriter) SetRoutingAPIEndpointArgsForCall

func (fake *FakeReadWriter) SetRoutingAPIEndpointArgsForCall(i int) string

func (*FakeReadWriter) SetRoutingAPIEndpointCallCount

func (fake *FakeReadWriter) SetRoutingAPIEndpointCallCount() int

func (*FakeReadWriter) SetSSHOAuthClient

func (fake *FakeReadWriter) SetSSHOAuthClient(arg1 string)

func (*FakeReadWriter) SetSSHOAuthClientArgsForCall

func (fake *FakeReadWriter) SetSSHOAuthClientArgsForCall(i int) string

func (*FakeReadWriter) SetSSHOAuthClientCallCount

func (fake *FakeReadWriter) SetSSHOAuthClientCallCount() int

func (*FakeReadWriter) SetSSLDisabled

func (fake *FakeReadWriter) SetSSLDisabled(arg1 bool)

func (*FakeReadWriter) SetSSLDisabledArgsForCall

func (fake *FakeReadWriter) SetSSLDisabledArgsForCall(i int) bool

func (*FakeReadWriter) SetSSLDisabledCallCount

func (fake *FakeReadWriter) SetSSLDisabledCallCount() int

func (*FakeReadWriter) SetSpaceFields

func (fake *FakeReadWriter) SetSpaceFields(arg1 models.SpaceFields)

func (*FakeReadWriter) SetSpaceFieldsArgsForCall

func (fake *FakeReadWriter) SetSpaceFieldsArgsForCall(i int) models.SpaceFields

func (*FakeReadWriter) SetSpaceFieldsCallCount

func (fake *FakeReadWriter) SetSpaceFieldsCallCount() int

func (*FakeReadWriter) SetTrace

func (fake *FakeReadWriter) SetTrace(arg1 string)

func (*FakeReadWriter) SetTraceArgsForCall

func (fake *FakeReadWriter) SetTraceArgsForCall(i int) string

func (*FakeReadWriter) SetTraceCallCount

func (fake *FakeReadWriter) SetTraceCallCount() int

func (*FakeReadWriter) SetUAAGrantType

func (fake *FakeReadWriter) SetUAAGrantType(arg1 string)

func (*FakeReadWriter) SetUAAGrantTypeArgsForCall

func (fake *FakeReadWriter) SetUAAGrantTypeArgsForCall(i int) string

func (*FakeReadWriter) SetUAAGrantTypeCallCount

func (fake *FakeReadWriter) SetUAAGrantTypeCallCount() int

func (*FakeReadWriter) SetUAAOAuthClient

func (fake *FakeReadWriter) SetUAAOAuthClient(arg1 string)

func (*FakeReadWriter) SetUAAOAuthClientArgsForCall

func (fake *FakeReadWriter) SetUAAOAuthClientArgsForCall(i int) string

func (*FakeReadWriter) SetUAAOAuthClientCallCount

func (fake *FakeReadWriter) SetUAAOAuthClientCallCount() int

func (*FakeReadWriter) SetUAAOAuthClientSecret

func (fake *FakeReadWriter) SetUAAOAuthClientSecret(arg1 string)

func (*FakeReadWriter) SetUAAOAuthClientSecretArgsForCall

func (fake *FakeReadWriter) SetUAAOAuthClientSecretArgsForCall(i int) string

func (*FakeReadWriter) SetUAAOAuthClientSecretCallCount

func (fake *FakeReadWriter) SetUAAOAuthClientSecretCallCount() int

func (*FakeReadWriter) SetUaaEndpoint

func (fake *FakeReadWriter) SetUaaEndpoint(arg1 string)

func (*FakeReadWriter) SetUaaEndpointArgsForCall

func (fake *FakeReadWriter) SetUaaEndpointArgsForCall(i int) string

func (*FakeReadWriter) SetUaaEndpointCallCount

func (fake *FakeReadWriter) SetUaaEndpointCallCount() int

func (*FakeReadWriter) SpaceFields

func (fake *FakeReadWriter) SpaceFields() models.SpaceFields

func (*FakeReadWriter) SpaceFieldsCallCount

func (fake *FakeReadWriter) SpaceFieldsCallCount() int

func (*FakeReadWriter) SpaceFieldsReturns

func (fake *FakeReadWriter) SpaceFieldsReturns(result1 models.SpaceFields)

func (*FakeReadWriter) SpaceFieldsReturnsOnCall

func (fake *FakeReadWriter) SpaceFieldsReturnsOnCall(i int, result1 models.SpaceFields)

func (*FakeReadWriter) Trace

func (fake *FakeReadWriter) Trace() string

func (*FakeReadWriter) TraceCallCount

func (fake *FakeReadWriter) TraceCallCount() int

func (*FakeReadWriter) TraceReturns

func (fake *FakeReadWriter) TraceReturns(result1 string)

func (*FakeReadWriter) TraceReturnsOnCall

func (fake *FakeReadWriter) TraceReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) UAAGrantType

func (fake *FakeReadWriter) UAAGrantType() string

func (*FakeReadWriter) UAAGrantTypeCallCount

func (fake *FakeReadWriter) UAAGrantTypeCallCount() int

func (*FakeReadWriter) UAAGrantTypeReturns

func (fake *FakeReadWriter) UAAGrantTypeReturns(result1 string)

func (*FakeReadWriter) UAAGrantTypeReturnsOnCall

func (fake *FakeReadWriter) UAAGrantTypeReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) UAAOAuthClient

func (fake *FakeReadWriter) UAAOAuthClient() string

func (*FakeReadWriter) UAAOAuthClientCallCount

func (fake *FakeReadWriter) UAAOAuthClientCallCount() int

func (*FakeReadWriter) UAAOAuthClientReturns

func (fake *FakeReadWriter) UAAOAuthClientReturns(result1 string)

func (*FakeReadWriter) UAAOAuthClientReturnsOnCall

func (fake *FakeReadWriter) UAAOAuthClientReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) UAAOAuthClientSecret

func (fake *FakeReadWriter) UAAOAuthClientSecret() string

func (*FakeReadWriter) UAAOAuthClientSecretCallCount

func (fake *FakeReadWriter) UAAOAuthClientSecretCallCount() int

func (*FakeReadWriter) UAAOAuthClientSecretReturns

func (fake *FakeReadWriter) UAAOAuthClientSecretReturns(result1 string)

func (*FakeReadWriter) UAAOAuthClientSecretReturnsOnCall

func (fake *FakeReadWriter) UAAOAuthClientSecretReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) UaaEndpoint

func (fake *FakeReadWriter) UaaEndpoint() string

func (*FakeReadWriter) UaaEndpointCallCount

func (fake *FakeReadWriter) UaaEndpointCallCount() int

func (*FakeReadWriter) UaaEndpointReturns

func (fake *FakeReadWriter) UaaEndpointReturns(result1 string)

func (*FakeReadWriter) UaaEndpointReturnsOnCall

func (fake *FakeReadWriter) UaaEndpointReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) UnSetPluginRepo

func (fake *FakeReadWriter) UnSetPluginRepo(arg1 int)

func (*FakeReadWriter) UnSetPluginRepoArgsForCall

func (fake *FakeReadWriter) UnSetPluginRepoArgsForCall(i int) int

func (*FakeReadWriter) UnSetPluginRepoCallCount

func (fake *FakeReadWriter) UnSetPluginRepoCallCount() int

func (*FakeReadWriter) UserEmail

func (fake *FakeReadWriter) UserEmail() string

func (*FakeReadWriter) UserEmailCallCount

func (fake *FakeReadWriter) UserEmailCallCount() int

func (*FakeReadWriter) UserEmailReturns

func (fake *FakeReadWriter) UserEmailReturns(result1 string)

func (*FakeReadWriter) UserEmailReturnsOnCall

func (fake *FakeReadWriter) UserEmailReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) UserGUID

func (fake *FakeReadWriter) UserGUID() string

func (*FakeReadWriter) UserGUIDCallCount

func (fake *FakeReadWriter) UserGUIDCallCount() int

func (*FakeReadWriter) UserGUIDReturns

func (fake *FakeReadWriter) UserGUIDReturns(result1 string)

func (*FakeReadWriter) UserGUIDReturnsOnCall

func (fake *FakeReadWriter) UserGUIDReturnsOnCall(i int, result1 string)

func (*FakeReadWriter) Username

func (fake *FakeReadWriter) Username() string

func (*FakeReadWriter) UsernameCallCount

func (fake *FakeReadWriter) UsernameCallCount() int

func (*FakeReadWriter) UsernameReturns

func (fake *FakeReadWriter) UsernameReturns(result1 string)

func (*FakeReadWriter) UsernameReturnsOnCall

func (fake *FakeReadWriter) UsernameReturnsOnCall(i int, result1 string)

type FakeRepository

type FakeRepository struct {
	APIEndpointStub func() string

	APIVersionStub func() string

	HasAPIEndpointStub func() bool

	AuthenticationEndpointStub func() string

	DopplerEndpointStub func() string

	UaaEndpointStub func() string

	RoutingAPIEndpointStub func() string

	AccessTokenStub func() string

	UAAOAuthClientStub func() string

	UAAOAuthClientSecretStub func() string

	SSHOAuthClientStub func() string

	RefreshTokenStub func() string

	OrganizationFieldsStub func() models.OrganizationFields

	HasOrganizationStub func() bool

	SpaceFieldsStub func() models.SpaceFields

	HasSpaceStub func() bool

	UsernameStub func() string

	UserGUIDStub func() string

	UserEmailStub func() string

	IsLoggedInStub func() bool

	IsSSLDisabledStub func() bool

	IsMinAPIVersionStub func(semver.Version) bool

	IsMinCLIVersionStub func(string) bool

	MinCLIVersionStub func() string

	MinRecommendedCLIVersionStub func() string

	CLIVersionStub func() string

	AsyncTimeoutStub func() uint

	TraceStub func() string

	ColorEnabledStub func() string

	LocaleStub func() string

	PluginReposStub func() []models.PluginRepo

	ClearSessionStub func()

	SetAPIEndpointStub func(string)

	SetAPIVersionStub func(string)

	SetMinCLIVersionStub func(string)

	SetMinRecommendedCLIVersionStub func(string)

	SetAuthenticationEndpointStub func(string)

	SetDopplerEndpointStub func(string)

	SetUaaEndpointStub func(string)

	SetRoutingAPIEndpointStub func(string)

	SetAccessTokenStub func(string)

	SetUAAOAuthClientStub func(string)

	SetUAAOAuthClientSecretStub func(string)

	SetSSHOAuthClientStub func(string)

	SetRefreshTokenStub func(string)

	SetOrganizationFieldsStub func(models.OrganizationFields)

	SetSpaceFieldsStub func(models.SpaceFields)

	SetSSLDisabledStub func(bool)

	SetAsyncTimeoutStub func(uint)

	SetTraceStub func(string)

	SetColorEnabledStub func(string)

	SetLocaleStub func(string)

	SetPluginRepoStub func(models.PluginRepo)

	UnSetPluginRepoStub func(int)

	SetCLIVersionStub func(string)

	SetUAAGrantTypeStub func(string)

	UAAGrantTypeStub func() string

	CloseStub func()
	// contains filtered or unexported fields
}

func (*FakeRepository) APIEndpoint

func (fake *FakeRepository) APIEndpoint() string

func (*FakeRepository) APIEndpointCallCount

func (fake *FakeRepository) APIEndpointCallCount() int

func (*FakeRepository) APIEndpointReturns

func (fake *FakeRepository) APIEndpointReturns(result1 string)

func (*FakeRepository) APIEndpointReturnsOnCall

func (fake *FakeRepository) APIEndpointReturnsOnCall(i int, result1 string)

func (*FakeRepository) APIVersion

func (fake *FakeRepository) APIVersion() string

func (*FakeRepository) APIVersionCallCount

func (fake *FakeRepository) APIVersionCallCount() int

func (*FakeRepository) APIVersionReturns

func (fake *FakeRepository) APIVersionReturns(result1 string)

func (*FakeRepository) APIVersionReturnsOnCall

func (fake *FakeRepository) APIVersionReturnsOnCall(i int, result1 string)

func (*FakeRepository) AccessToken

func (fake *FakeRepository) AccessToken() string

func (*FakeRepository) AccessTokenCallCount

func (fake *FakeRepository) AccessTokenCallCount() int

func (*FakeRepository) AccessTokenReturns

func (fake *FakeRepository) AccessTokenReturns(result1 string)

func (*FakeRepository) AccessTokenReturnsOnCall

func (fake *FakeRepository) AccessTokenReturnsOnCall(i int, result1 string)

func (*FakeRepository) AsyncTimeout

func (fake *FakeRepository) AsyncTimeout() uint

func (*FakeRepository) AsyncTimeoutCallCount

func (fake *FakeRepository) AsyncTimeoutCallCount() int

func (*FakeRepository) AsyncTimeoutReturns

func (fake *FakeRepository) AsyncTimeoutReturns(result1 uint)

func (*FakeRepository) AsyncTimeoutReturnsOnCall

func (fake *FakeRepository) AsyncTimeoutReturnsOnCall(i int, result1 uint)

func (*FakeRepository) AuthenticationEndpoint

func (fake *FakeRepository) AuthenticationEndpoint() string

func (*FakeRepository) AuthenticationEndpointCallCount

func (fake *FakeRepository) AuthenticationEndpointCallCount() int

func (*FakeRepository) AuthenticationEndpointReturns

func (fake *FakeRepository) AuthenticationEndpointReturns(result1 string)

func (*FakeRepository) AuthenticationEndpointReturnsOnCall

func (fake *FakeRepository) AuthenticationEndpointReturnsOnCall(i int, result1 string)

func (*FakeRepository) CLIVersion

func (fake *FakeRepository) CLIVersion() string

func (*FakeRepository) CLIVersionCallCount

func (fake *FakeRepository) CLIVersionCallCount() int

func (*FakeRepository) CLIVersionReturns

func (fake *FakeRepository) CLIVersionReturns(result1 string)

func (*FakeRepository) CLIVersionReturnsOnCall

func (fake *FakeRepository) CLIVersionReturnsOnCall(i int, result1 string)

func (*FakeRepository) ClearSession

func (fake *FakeRepository) ClearSession()

func (*FakeRepository) ClearSessionCallCount

func (fake *FakeRepository) ClearSessionCallCount() int

func (*FakeRepository) Close

func (fake *FakeRepository) Close()

func (*FakeRepository) CloseCallCount

func (fake *FakeRepository) CloseCallCount() int

func (*FakeRepository) ColorEnabled

func (fake *FakeRepository) ColorEnabled() string

func (*FakeRepository) ColorEnabledCallCount

func (fake *FakeRepository) ColorEnabledCallCount() int

func (*FakeRepository) ColorEnabledReturns

func (fake *FakeRepository) ColorEnabledReturns(result1 string)

func (*FakeRepository) ColorEnabledReturnsOnCall

func (fake *FakeRepository) ColorEnabledReturnsOnCall(i int, result1 string)

func (*FakeRepository) DopplerEndpoint

func (fake *FakeRepository) DopplerEndpoint() string

func (*FakeRepository) DopplerEndpointCallCount

func (fake *FakeRepository) DopplerEndpointCallCount() int

func (*FakeRepository) DopplerEndpointReturns

func (fake *FakeRepository) DopplerEndpointReturns(result1 string)

func (*FakeRepository) DopplerEndpointReturnsOnCall

func (fake *FakeRepository) DopplerEndpointReturnsOnCall(i int, result1 string)

func (*FakeRepository) HasAPIEndpoint

func (fake *FakeRepository) HasAPIEndpoint() bool

func (*FakeRepository) HasAPIEndpointCallCount

func (fake *FakeRepository) HasAPIEndpointCallCount() int

func (*FakeRepository) HasAPIEndpointReturns

func (fake *FakeRepository) HasAPIEndpointReturns(result1 bool)

func (*FakeRepository) HasAPIEndpointReturnsOnCall

func (fake *FakeRepository) HasAPIEndpointReturnsOnCall(i int, result1 bool)

func (*FakeRepository) HasOrganization

func (fake *FakeRepository) HasOrganization() bool

func (*FakeRepository) HasOrganizationCallCount

func (fake *FakeRepository) HasOrganizationCallCount() int

func (*FakeRepository) HasOrganizationReturns

func (fake *FakeRepository) HasOrganizationReturns(result1 bool)

func (*FakeRepository) HasOrganizationReturnsOnCall

func (fake *FakeRepository) HasOrganizationReturnsOnCall(i int, result1 bool)

func (*FakeRepository) HasSpace

func (fake *FakeRepository) HasSpace() bool

func (*FakeRepository) HasSpaceCallCount

func (fake *FakeRepository) HasSpaceCallCount() int

func (*FakeRepository) HasSpaceReturns

func (fake *FakeRepository) HasSpaceReturns(result1 bool)

func (*FakeRepository) HasSpaceReturnsOnCall

func (fake *FakeRepository) HasSpaceReturnsOnCall(i int, result1 bool)

func (*FakeRepository) Invocations

func (fake *FakeRepository) Invocations() map[string][][]interface{}

func (*FakeRepository) IsLoggedIn

func (fake *FakeRepository) IsLoggedIn() bool

func (*FakeRepository) IsLoggedInCallCount

func (fake *FakeRepository) IsLoggedInCallCount() int

func (*FakeRepository) IsLoggedInReturns

func (fake *FakeRepository) IsLoggedInReturns(result1 bool)

func (*FakeRepository) IsLoggedInReturnsOnCall

func (fake *FakeRepository) IsLoggedInReturnsOnCall(i int, result1 bool)

func (*FakeRepository) IsMinAPIVersion

func (fake *FakeRepository) IsMinAPIVersion(arg1 semver.Version) bool

func (*FakeRepository) IsMinAPIVersionArgsForCall

func (fake *FakeRepository) IsMinAPIVersionArgsForCall(i int) semver.Version

func (*FakeRepository) IsMinAPIVersionCallCount

func (fake *FakeRepository) IsMinAPIVersionCallCount() int

func (*FakeRepository) IsMinAPIVersionReturns

func (fake *FakeRepository) IsMinAPIVersionReturns(result1 bool)

func (*FakeRepository) IsMinAPIVersionReturnsOnCall

func (fake *FakeRepository) IsMinAPIVersionReturnsOnCall(i int, result1 bool)

func (*FakeRepository) IsMinCLIVersion

func (fake *FakeRepository) IsMinCLIVersion(arg1 string) bool

func (*FakeRepository) IsMinCLIVersionArgsForCall

func (fake *FakeRepository) IsMinCLIVersionArgsForCall(i int) string

func (*FakeRepository) IsMinCLIVersionCallCount

func (fake *FakeRepository) IsMinCLIVersionCallCount() int

func (*FakeRepository) IsMinCLIVersionReturns

func (fake *FakeRepository) IsMinCLIVersionReturns(result1 bool)

func (*FakeRepository) IsMinCLIVersionReturnsOnCall

func (fake *FakeRepository) IsMinCLIVersionReturnsOnCall(i int, result1 bool)

func (*FakeRepository) IsSSLDisabled

func (fake *FakeRepository) IsSSLDisabled() bool

func (*FakeRepository) IsSSLDisabledCallCount

func (fake *FakeRepository) IsSSLDisabledCallCount() int

func (*FakeRepository) IsSSLDisabledReturns

func (fake *FakeRepository) IsSSLDisabledReturns(result1 bool)

func (*FakeRepository) IsSSLDisabledReturnsOnCall

func (fake *FakeRepository) IsSSLDisabledReturnsOnCall(i int, result1 bool)

func (*FakeRepository) Locale

func (fake *FakeRepository) Locale() string

func (*FakeRepository) LocaleCallCount

func (fake *FakeRepository) LocaleCallCount() int

func (*FakeRepository) LocaleReturns

func (fake *FakeRepository) LocaleReturns(result1 string)

func (*FakeRepository) LocaleReturnsOnCall

func (fake *FakeRepository) LocaleReturnsOnCall(i int, result1 string)

func (*FakeRepository) MinCLIVersion

func (fake *FakeRepository) MinCLIVersion() string

func (*FakeRepository) MinCLIVersionCallCount

func (fake *FakeRepository) MinCLIVersionCallCount() int

func (*FakeRepository) MinCLIVersionReturns

func (fake *FakeRepository) MinCLIVersionReturns(result1 string)

func (*FakeRepository) MinCLIVersionReturnsOnCall

func (fake *FakeRepository) MinCLIVersionReturnsOnCall(i int, result1 string)

func (*FakeRepository) MinRecommendedCLIVersion

func (fake *FakeRepository) MinRecommendedCLIVersion() string

func (*FakeRepository) MinRecommendedCLIVersionCallCount

func (fake *FakeRepository) MinRecommendedCLIVersionCallCount() int

func (*FakeRepository) MinRecommendedCLIVersionReturns

func (fake *FakeRepository) MinRecommendedCLIVersionReturns(result1 string)

func (*FakeRepository) MinRecommendedCLIVersionReturnsOnCall

func (fake *FakeRepository) MinRecommendedCLIVersionReturnsOnCall(i int, result1 string)

func (*FakeRepository) OrganizationFields

func (fake *FakeRepository) OrganizationFields() models.OrganizationFields

func (*FakeRepository) OrganizationFieldsCallCount

func (fake *FakeRepository) OrganizationFieldsCallCount() int

func (*FakeRepository) OrganizationFieldsReturns

func (fake *FakeRepository) OrganizationFieldsReturns(result1 models.OrganizationFields)

func (*FakeRepository) OrganizationFieldsReturnsOnCall

func (fake *FakeRepository) OrganizationFieldsReturnsOnCall(i int, result1 models.OrganizationFields)

func (*FakeRepository) PluginRepos

func (fake *FakeRepository) PluginRepos() []models.PluginRepo

func (*FakeRepository) PluginReposCallCount

func (fake *FakeRepository) PluginReposCallCount() int

func (*FakeRepository) PluginReposReturns

func (fake *FakeRepository) PluginReposReturns(result1 []models.PluginRepo)

func (*FakeRepository) PluginReposReturnsOnCall

func (fake *FakeRepository) PluginReposReturnsOnCall(i int, result1 []models.PluginRepo)

func (*FakeRepository) RefreshToken

func (fake *FakeRepository) RefreshToken() string

func (*FakeRepository) RefreshTokenCallCount

func (fake *FakeRepository) RefreshTokenCallCount() int

func (*FakeRepository) RefreshTokenReturns

func (fake *FakeRepository) RefreshTokenReturns(result1 string)

func (*FakeRepository) RefreshTokenReturnsOnCall

func (fake *FakeRepository) RefreshTokenReturnsOnCall(i int, result1 string)

func (*FakeRepository) RoutingAPIEndpoint

func (fake *FakeRepository) RoutingAPIEndpoint() string

func (*FakeRepository) RoutingAPIEndpointCallCount

func (fake *FakeRepository) RoutingAPIEndpointCallCount() int

func (*FakeRepository) RoutingAPIEndpointReturns

func (fake *FakeRepository) RoutingAPIEndpointReturns(result1 string)

func (*FakeRepository) RoutingAPIEndpointReturnsOnCall

func (fake *FakeRepository) RoutingAPIEndpointReturnsOnCall(i int, result1 string)

func (*FakeRepository) SSHOAuthClient

func (fake *FakeRepository) SSHOAuthClient() string

func (*FakeRepository) SSHOAuthClientCallCount

func (fake *FakeRepository) SSHOAuthClientCallCount() int

func (*FakeRepository) SSHOAuthClientReturns

func (fake *FakeRepository) SSHOAuthClientReturns(result1 string)

func (*FakeRepository) SSHOAuthClientReturnsOnCall

func (fake *FakeRepository) SSHOAuthClientReturnsOnCall(i int, result1 string)

func (*FakeRepository) SetAPIEndpoint

func (fake *FakeRepository) SetAPIEndpoint(arg1 string)

func (*FakeRepository) SetAPIEndpointArgsForCall

func (fake *FakeRepository) SetAPIEndpointArgsForCall(i int) string

func (*FakeRepository) SetAPIEndpointCallCount

func (fake *FakeRepository) SetAPIEndpointCallCount() int

func (*FakeRepository) SetAPIVersion

func (fake *FakeRepository) SetAPIVersion(arg1 string)

func (*FakeRepository) SetAPIVersionArgsForCall

func (fake *FakeRepository) SetAPIVersionArgsForCall(i int) string

func (*FakeRepository) SetAPIVersionCallCount

func (fake *FakeRepository) SetAPIVersionCallCount() int

func (*FakeRepository) SetAccessToken

func (fake *FakeRepository) SetAccessToken(arg1 string)

func (*FakeRepository) SetAccessTokenArgsForCall

func (fake *FakeRepository) SetAccessTokenArgsForCall(i int) string

func (*FakeRepository) SetAccessTokenCallCount

func (fake *FakeRepository) SetAccessTokenCallCount() int

func (*FakeRepository) SetAsyncTimeout

func (fake *FakeRepository) SetAsyncTimeout(arg1 uint)

func (*FakeRepository) SetAsyncTimeoutArgsForCall

func (fake *FakeRepository) SetAsyncTimeoutArgsForCall(i int) uint

func (*FakeRepository) SetAsyncTimeoutCallCount

func (fake *FakeRepository) SetAsyncTimeoutCallCount() int

func (*FakeRepository) SetAuthenticationEndpoint

func (fake *FakeRepository) SetAuthenticationEndpoint(arg1 string)

func (*FakeRepository) SetAuthenticationEndpointArgsForCall

func (fake *FakeRepository) SetAuthenticationEndpointArgsForCall(i int) string

func (*FakeRepository) SetAuthenticationEndpointCallCount

func (fake *FakeRepository) SetAuthenticationEndpointCallCount() int

func (*FakeRepository) SetCLIVersion

func (fake *FakeRepository) SetCLIVersion(arg1 string)

func (*FakeRepository) SetCLIVersionArgsForCall

func (fake *FakeRepository) SetCLIVersionArgsForCall(i int) string

func (*FakeRepository) SetCLIVersionCallCount

func (fake *FakeRepository) SetCLIVersionCallCount() int

func (*FakeRepository) SetColorEnabled

func (fake *FakeRepository) SetColorEnabled(arg1 string)

func (*FakeRepository) SetColorEnabledArgsForCall

func (fake *FakeRepository) SetColorEnabledArgsForCall(i int) string

func (*FakeRepository) SetColorEnabledCallCount

func (fake *FakeRepository) SetColorEnabledCallCount() int

func (*FakeRepository) SetDopplerEndpoint

func (fake *FakeRepository) SetDopplerEndpoint(arg1 string)

func (*FakeRepository) SetDopplerEndpointArgsForCall

func (fake *FakeRepository) SetDopplerEndpointArgsForCall(i int) string

func (*FakeRepository) SetDopplerEndpointCallCount

func (fake *FakeRepository) SetDopplerEndpointCallCount() int

func (*FakeRepository) SetLocale

func (fake *FakeRepository) SetLocale(arg1 string)

func (*FakeRepository) SetLocaleArgsForCall

func (fake *FakeRepository) SetLocaleArgsForCall(i int) string

func (*FakeRepository) SetLocaleCallCount

func (fake *FakeRepository) SetLocaleCallCount() int

func (*FakeRepository) SetMinCLIVersion

func (fake *FakeRepository) SetMinCLIVersion(arg1 string)

func (*FakeRepository) SetMinCLIVersionArgsForCall

func (fake *FakeRepository) SetMinCLIVersionArgsForCall(i int) string

func (*FakeRepository) SetMinCLIVersionCallCount

func (fake *FakeRepository) SetMinCLIVersionCallCount() int

func (*FakeRepository) SetMinRecommendedCLIVersion

func (fake *FakeRepository) SetMinRecommendedCLIVersion(arg1 string)

func (*FakeRepository) SetMinRecommendedCLIVersionArgsForCall

func (fake *FakeRepository) SetMinRecommendedCLIVersionArgsForCall(i int) string

func (*FakeRepository) SetMinRecommendedCLIVersionCallCount

func (fake *FakeRepository) SetMinRecommendedCLIVersionCallCount() int

func (*FakeRepository) SetOrganizationFields

func (fake *FakeRepository) SetOrganizationFields(arg1 models.OrganizationFields)

func (*FakeRepository) SetOrganizationFieldsArgsForCall

func (fake *FakeRepository) SetOrganizationFieldsArgsForCall(i int) models.OrganizationFields

func (*FakeRepository) SetOrganizationFieldsCallCount

func (fake *FakeRepository) SetOrganizationFieldsCallCount() int

func (*FakeRepository) SetPluginRepo

func (fake *FakeRepository) SetPluginRepo(arg1 models.PluginRepo)

func (*FakeRepository) SetPluginRepoArgsForCall

func (fake *FakeRepository) SetPluginRepoArgsForCall(i int) models.PluginRepo

func (*FakeRepository) SetPluginRepoCallCount

func (fake *FakeRepository) SetPluginRepoCallCount() int

func (*FakeRepository) SetRefreshToken

func (fake *FakeRepository) SetRefreshToken(arg1 string)

func (*FakeRepository) SetRefreshTokenArgsForCall

func (fake *FakeRepository) SetRefreshTokenArgsForCall(i int) string

func (*FakeRepository) SetRefreshTokenCallCount

func (fake *FakeRepository) SetRefreshTokenCallCount() int

func (*FakeRepository) SetRoutingAPIEndpoint

func (fake *FakeRepository) SetRoutingAPIEndpoint(arg1 string)

func (*FakeRepository) SetRoutingAPIEndpointArgsForCall

func (fake *FakeRepository) SetRoutingAPIEndpointArgsForCall(i int) string

func (*FakeRepository) SetRoutingAPIEndpointCallCount

func (fake *FakeRepository) SetRoutingAPIEndpointCallCount() int

func (*FakeRepository) SetSSHOAuthClient

func (fake *FakeRepository) SetSSHOAuthClient(arg1 string)

func (*FakeRepository) SetSSHOAuthClientArgsForCall

func (fake *FakeRepository) SetSSHOAuthClientArgsForCall(i int) string

func (*FakeRepository) SetSSHOAuthClientCallCount

func (fake *FakeRepository) SetSSHOAuthClientCallCount() int

func (*FakeRepository) SetSSLDisabled

func (fake *FakeRepository) SetSSLDisabled(arg1 bool)

func (*FakeRepository) SetSSLDisabledArgsForCall

func (fake *FakeRepository) SetSSLDisabledArgsForCall(i int) bool

func (*FakeRepository) SetSSLDisabledCallCount

func (fake *FakeRepository) SetSSLDisabledCallCount() int

func (*FakeRepository) SetSpaceFields

func (fake *FakeRepository) SetSpaceFields(arg1 models.SpaceFields)

func (*FakeRepository) SetSpaceFieldsArgsForCall

func (fake *FakeRepository) SetSpaceFieldsArgsForCall(i int) models.SpaceFields

func (*FakeRepository) SetSpaceFieldsCallCount

func (fake *FakeRepository) SetSpaceFieldsCallCount() int

func (*FakeRepository) SetTrace

func (fake *FakeRepository) SetTrace(arg1 string)

func (*FakeRepository) SetTraceArgsForCall

func (fake *FakeRepository) SetTraceArgsForCall(i int) string

func (*FakeRepository) SetTraceCallCount

func (fake *FakeRepository) SetTraceCallCount() int

func (*FakeRepository) SetUAAGrantType

func (fake *FakeRepository) SetUAAGrantType(arg1 string)

func (*FakeRepository) SetUAAGrantTypeArgsForCall

func (fake *FakeRepository) SetUAAGrantTypeArgsForCall(i int) string

func (*FakeRepository) SetUAAGrantTypeCallCount

func (fake *FakeRepository) SetUAAGrantTypeCallCount() int

func (*FakeRepository) SetUAAOAuthClient

func (fake *FakeRepository) SetUAAOAuthClient(arg1 string)

func (*FakeRepository) SetUAAOAuthClientArgsForCall

func (fake *FakeRepository) SetUAAOAuthClientArgsForCall(i int) string

func (*FakeRepository) SetUAAOAuthClientCallCount

func (fake *FakeRepository) SetUAAOAuthClientCallCount() int

func (*FakeRepository) SetUAAOAuthClientSecret

func (fake *FakeRepository) SetUAAOAuthClientSecret(arg1 string)

func (*FakeRepository) SetUAAOAuthClientSecretArgsForCall

func (fake *FakeRepository) SetUAAOAuthClientSecretArgsForCall(i int) string

func (*FakeRepository) SetUAAOAuthClientSecretCallCount

func (fake *FakeRepository) SetUAAOAuthClientSecretCallCount() int

func (*FakeRepository) SetUaaEndpoint

func (fake *FakeRepository) SetUaaEndpoint(arg1 string)

func (*FakeRepository) SetUaaEndpointArgsForCall

func (fake *FakeRepository) SetUaaEndpointArgsForCall(i int) string

func (*FakeRepository) SetUaaEndpointCallCount

func (fake *FakeRepository) SetUaaEndpointCallCount() int

func (*FakeRepository) SpaceFields

func (fake *FakeRepository) SpaceFields() models.SpaceFields

func (*FakeRepository) SpaceFieldsCallCount

func (fake *FakeRepository) SpaceFieldsCallCount() int

func (*FakeRepository) SpaceFieldsReturns

func (fake *FakeRepository) SpaceFieldsReturns(result1 models.SpaceFields)

func (*FakeRepository) SpaceFieldsReturnsOnCall

func (fake *FakeRepository) SpaceFieldsReturnsOnCall(i int, result1 models.SpaceFields)

func (*FakeRepository) Trace

func (fake *FakeRepository) Trace() string

func (*FakeRepository) TraceCallCount

func (fake *FakeRepository) TraceCallCount() int

func (*FakeRepository) TraceReturns

func (fake *FakeRepository) TraceReturns(result1 string)

func (*FakeRepository) TraceReturnsOnCall

func (fake *FakeRepository) TraceReturnsOnCall(i int, result1 string)

func (*FakeRepository) UAAGrantType

func (fake *FakeRepository) UAAGrantType() string

func (*FakeRepository) UAAGrantTypeCallCount

func (fake *FakeRepository) UAAGrantTypeCallCount() int

func (*FakeRepository) UAAGrantTypeReturns

func (fake *FakeRepository) UAAGrantTypeReturns(result1 string)

func (*FakeRepository) UAAGrantTypeReturnsOnCall

func (fake *FakeRepository) UAAGrantTypeReturnsOnCall(i int, result1 string)

func (*FakeRepository) UAAOAuthClient

func (fake *FakeRepository) UAAOAuthClient() string

func (*FakeRepository) UAAOAuthClientCallCount

func (fake *FakeRepository) UAAOAuthClientCallCount() int

func (*FakeRepository) UAAOAuthClientReturns

func (fake *FakeRepository) UAAOAuthClientReturns(result1 string)

func (*FakeRepository) UAAOAuthClientReturnsOnCall

func (fake *FakeRepository) UAAOAuthClientReturnsOnCall(i int, result1 string)

func (*FakeRepository) UAAOAuthClientSecret

func (fake *FakeRepository) UAAOAuthClientSecret() string

func (*FakeRepository) UAAOAuthClientSecretCallCount

func (fake *FakeRepository) UAAOAuthClientSecretCallCount() int

func (*FakeRepository) UAAOAuthClientSecretReturns

func (fake *FakeRepository) UAAOAuthClientSecretReturns(result1 string)

func (*FakeRepository) UAAOAuthClientSecretReturnsOnCall

func (fake *FakeRepository) UAAOAuthClientSecretReturnsOnCall(i int, result1 string)

func (*FakeRepository) UaaEndpoint

func (fake *FakeRepository) UaaEndpoint() string

func (*FakeRepository) UaaEndpointCallCount

func (fake *FakeRepository) UaaEndpointCallCount() int

func (*FakeRepository) UaaEndpointReturns

func (fake *FakeRepository) UaaEndpointReturns(result1 string)

func (*FakeRepository) UaaEndpointReturnsOnCall

func (fake *FakeRepository) UaaEndpointReturnsOnCall(i int, result1 string)

func (*FakeRepository) UnSetPluginRepo

func (fake *FakeRepository) UnSetPluginRepo(arg1 int)

func (*FakeRepository) UnSetPluginRepoArgsForCall

func (fake *FakeRepository) UnSetPluginRepoArgsForCall(i int) int

func (*FakeRepository) UnSetPluginRepoCallCount

func (fake *FakeRepository) UnSetPluginRepoCallCount() int

func (*FakeRepository) UserEmail

func (fake *FakeRepository) UserEmail() string

func (*FakeRepository) UserEmailCallCount

func (fake *FakeRepository) UserEmailCallCount() int

func (*FakeRepository) UserEmailReturns

func (fake *FakeRepository) UserEmailReturns(result1 string)

func (*FakeRepository) UserEmailReturnsOnCall

func (fake *FakeRepository) UserEmailReturnsOnCall(i int, result1 string)

func (*FakeRepository) UserGUID

func (fake *FakeRepository) UserGUID() string

func (*FakeRepository) UserGUIDCallCount

func (fake *FakeRepository) UserGUIDCallCount() int

func (*FakeRepository) UserGUIDReturns

func (fake *FakeRepository) UserGUIDReturns(result1 string)

func (*FakeRepository) UserGUIDReturnsOnCall

func (fake *FakeRepository) UserGUIDReturnsOnCall(i int, result1 string)

func (*FakeRepository) Username

func (fake *FakeRepository) Username() string

func (*FakeRepository) UsernameCallCount

func (fake *FakeRepository) UsernameCallCount() int

func (*FakeRepository) UsernameReturns

func (fake *FakeRepository) UsernameReturns(result1 string)

func (*FakeRepository) UsernameReturnsOnCall

func (fake *FakeRepository) UsernameReturnsOnCall(i int, result1 string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL