coreconfigfakes

package
v7.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

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) GetCCInfoCalls

func (fake *FakeEndpointRepository) GetCCInfoCalls(stub func(string) (*coreconfig.CCInfo, string, error))

func (*FakeEndpointRepository) GetCCInfoReturns

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

func (*FakeEndpointRepository) GetCCInfoReturnsOnCall

func (fake *FakeEndpointRepository) GetCCInfoReturnsOnCall(i int, 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

	AccessTokenStub func() string

	AsyncTimeoutStub func() uint

	AuthenticationEndpointStub func() string

	CLIVersionStub func() string

	ClearSessionStub func()

	ColorEnabledStub func() string

	DopplerEndpointStub func() string

	HasAPIEndpointStub func() bool

	HasOrganizationStub func() bool

	HasSpaceStub func() bool

	IsLoggedInStub func() bool

	IsMinAPIVersionStub func(semver.Version) bool

	IsMinCLIVersionStub func(string) bool

	IsSSLDisabledStub func() bool

	LocaleStub func() string

	LogCacheEndpointStub func() string

	MinCLIVersionStub func() string

	MinRecommendedCLIVersionStub func() string

	OrganizationFieldsStub func() models.OrganizationFields

	PluginReposStub func() []models.PluginRepo

	RefreshTokenStub func() string

	RoutingAPIEndpointStub func() string

	SSHOAuthClientStub func() string

	SetAPIEndpointStub func(string)

	SetAPIVersionStub func(string)

	SetAccessTokenStub func(string)

	SetAsyncTimeoutStub func(uint)

	SetAuthenticationEndpointStub func(string)

	SetCLIVersionStub func(string)

	SetColorEnabledStub func(string)

	SetDopplerEndpointStub func(string)

	SetLocaleStub func(string)

	SetLogCacheEndpointStub func(string)

	SetMinCLIVersionStub func(string)

	SetMinRecommendedCLIVersionStub func(string)

	SetOrganizationFieldsStub func(models.OrganizationFields)

	SetPluginRepoStub func(models.PluginRepo)

	SetRefreshTokenStub func(string)

	SetRoutingAPIEndpointStub func(string)

	SetSSHOAuthClientStub func(string)

	SetSSLDisabledStub func(bool)

	SetSpaceFieldsStub func(models.SpaceFields)

	SetTraceStub func(string)

	SetUAAGrantTypeStub func(string)

	SetUAAOAuthClientStub func(string)

	SetUAAOAuthClientSecretStub func(string)

	SetUaaEndpointStub func(string)

	SpaceFieldsStub func() models.SpaceFields

	TraceStub func() string

	UAAGrantTypeStub func() string

	UAAOAuthClientStub func() string

	UAAOAuthClientSecretStub func() string

	UaaEndpointStub func() string

	UnSetPluginRepoStub func(int)

	UserEmailStub func() string

	UserGUIDStub func() string

	UsernameStub 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) APIEndpointCalls

func (fake *FakeReadWriter) APIEndpointCalls(stub func() string)

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) APIVersionCalls

func (fake *FakeReadWriter) APIVersionCalls(stub func() string)

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) AccessTokenCalls

func (fake *FakeReadWriter) AccessTokenCalls(stub func() string)

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) AsyncTimeoutCalls

func (fake *FakeReadWriter) AsyncTimeoutCalls(stub func() uint)

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) AuthenticationEndpointCalls

func (fake *FakeReadWriter) AuthenticationEndpointCalls(stub func() string)

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) CLIVersionCalls

func (fake *FakeReadWriter) CLIVersionCalls(stub func() string)

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) ClearSessionCalls

func (fake *FakeReadWriter) ClearSessionCalls(stub func())

func (*FakeReadWriter) ColorEnabled

func (fake *FakeReadWriter) ColorEnabled() string

func (*FakeReadWriter) ColorEnabledCallCount

func (fake *FakeReadWriter) ColorEnabledCallCount() int

func (*FakeReadWriter) ColorEnabledCalls

func (fake *FakeReadWriter) ColorEnabledCalls(stub func() string)

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) DopplerEndpointCalls

func (fake *FakeReadWriter) DopplerEndpointCalls(stub func() string)

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) HasAPIEndpointCalls

func (fake *FakeReadWriter) HasAPIEndpointCalls(stub func() bool)

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) HasOrganizationCalls

func (fake *FakeReadWriter) HasOrganizationCalls(stub func() bool)

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) HasSpaceCalls

func (fake *FakeReadWriter) HasSpaceCalls(stub func() bool)

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) IsLoggedInCalls

func (fake *FakeReadWriter) IsLoggedInCalls(stub func() bool)

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) IsMinAPIVersionCalls

func (fake *FakeReadWriter) IsMinAPIVersionCalls(stub func(semver.Version) bool)

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) IsMinCLIVersionCalls

func (fake *FakeReadWriter) IsMinCLIVersionCalls(stub func(string) bool)

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) IsSSLDisabledCalls

func (fake *FakeReadWriter) IsSSLDisabledCalls(stub func() bool)

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) LocaleCalls

func (fake *FakeReadWriter) LocaleCalls(stub func() string)

func (*FakeReadWriter) LocaleReturns

func (fake *FakeReadWriter) LocaleReturns(result1 string)

func (*FakeReadWriter) LocaleReturnsOnCall

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

func (*FakeReadWriter) LogCacheEndpoint

func (fake *FakeReadWriter) LogCacheEndpoint() string

func (*FakeReadWriter) LogCacheEndpointCallCount

func (fake *FakeReadWriter) LogCacheEndpointCallCount() int

func (*FakeReadWriter) LogCacheEndpointCalls

func (fake *FakeReadWriter) LogCacheEndpointCalls(stub func() string)

func (*FakeReadWriter) LogCacheEndpointReturns

func (fake *FakeReadWriter) LogCacheEndpointReturns(result1 string)

func (*FakeReadWriter) LogCacheEndpointReturnsOnCall

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

func (*FakeReadWriter) MinCLIVersion

func (fake *FakeReadWriter) MinCLIVersion() string

func (*FakeReadWriter) MinCLIVersionCallCount

func (fake *FakeReadWriter) MinCLIVersionCallCount() int

func (*FakeReadWriter) MinCLIVersionCalls

func (fake *FakeReadWriter) MinCLIVersionCalls(stub func() string)

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) MinRecommendedCLIVersionCalls

func (fake *FakeReadWriter) MinRecommendedCLIVersionCalls(stub func() string)

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) OrganizationFieldsCalls

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

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) PluginReposCalls

func (fake *FakeReadWriter) PluginReposCalls(stub func() []models.PluginRepo)

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) RefreshTokenCalls

func (fake *FakeReadWriter) RefreshTokenCalls(stub func() string)

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) RoutingAPIEndpointCalls

func (fake *FakeReadWriter) RoutingAPIEndpointCalls(stub func() string)

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) SSHOAuthClientCalls

func (fake *FakeReadWriter) SSHOAuthClientCalls(stub func() string)

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) SetAPIEndpointCalls

func (fake *FakeReadWriter) SetAPIEndpointCalls(stub func(string))

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) SetAPIVersionCalls

func (fake *FakeReadWriter) SetAPIVersionCalls(stub func(string))

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) SetAccessTokenCalls

func (fake *FakeReadWriter) SetAccessTokenCalls(stub func(string))

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) SetAsyncTimeoutCalls

func (fake *FakeReadWriter) SetAsyncTimeoutCalls(stub func(uint))

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) SetAuthenticationEndpointCalls

func (fake *FakeReadWriter) SetAuthenticationEndpointCalls(stub func(string))

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) SetCLIVersionCalls

func (fake *FakeReadWriter) SetCLIVersionCalls(stub func(string))

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) SetColorEnabledCalls

func (fake *FakeReadWriter) SetColorEnabledCalls(stub func(string))

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) SetDopplerEndpointCalls

func (fake *FakeReadWriter) SetDopplerEndpointCalls(stub func(string))

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) SetLocaleCalls

func (fake *FakeReadWriter) SetLocaleCalls(stub func(string))

func (*FakeReadWriter) SetLogCacheEndpoint

func (fake *FakeReadWriter) SetLogCacheEndpoint(arg1 string)

func (*FakeReadWriter) SetLogCacheEndpointArgsForCall

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

func (*FakeReadWriter) SetLogCacheEndpointCallCount

func (fake *FakeReadWriter) SetLogCacheEndpointCallCount() int

func (*FakeReadWriter) SetLogCacheEndpointCalls

func (fake *FakeReadWriter) SetLogCacheEndpointCalls(stub func(string))

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) SetMinCLIVersionCalls

func (fake *FakeReadWriter) SetMinCLIVersionCalls(stub func(string))

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) SetMinRecommendedCLIVersionCalls

func (fake *FakeReadWriter) SetMinRecommendedCLIVersionCalls(stub func(string))

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) SetOrganizationFieldsCalls

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

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) SetPluginRepoCalls

func (fake *FakeReadWriter) SetPluginRepoCalls(stub func(models.PluginRepo))

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) SetRefreshTokenCalls

func (fake *FakeReadWriter) SetRefreshTokenCalls(stub func(string))

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) SetRoutingAPIEndpointCalls

func (fake *FakeReadWriter) SetRoutingAPIEndpointCalls(stub func(string))

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) SetSSHOAuthClientCalls

func (fake *FakeReadWriter) SetSSHOAuthClientCalls(stub func(string))

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) SetSSLDisabledCalls

func (fake *FakeReadWriter) SetSSLDisabledCalls(stub func(bool))

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) SetSpaceFieldsCalls

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

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) SetTraceCalls

func (fake *FakeReadWriter) SetTraceCalls(stub func(string))

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) SetUAAGrantTypeCalls

func (fake *FakeReadWriter) SetUAAGrantTypeCalls(stub func(string))

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) SetUAAOAuthClientCalls

func (fake *FakeReadWriter) SetUAAOAuthClientCalls(stub func(string))

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) SetUAAOAuthClientSecretCalls

func (fake *FakeReadWriter) SetUAAOAuthClientSecretCalls(stub func(string))

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) SetUaaEndpointCalls

func (fake *FakeReadWriter) SetUaaEndpointCalls(stub func(string))

func (*FakeReadWriter) SpaceFields

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

func (*FakeReadWriter) SpaceFieldsCallCount

func (fake *FakeReadWriter) SpaceFieldsCallCount() int

func (*FakeReadWriter) SpaceFieldsCalls

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

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) TraceCalls

func (fake *FakeReadWriter) TraceCalls(stub func() string)

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) UAAGrantTypeCalls

func (fake *FakeReadWriter) UAAGrantTypeCalls(stub func() string)

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) UAAOAuthClientCalls

func (fake *FakeReadWriter) UAAOAuthClientCalls(stub func() string)

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) UAAOAuthClientSecretCalls

func (fake *FakeReadWriter) UAAOAuthClientSecretCalls(stub func() string)

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) UaaEndpointCalls

func (fake *FakeReadWriter) UaaEndpointCalls(stub func() string)

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) UnSetPluginRepoCalls

func (fake *FakeReadWriter) UnSetPluginRepoCalls(stub func(int))

func (*FakeReadWriter) UserEmail

func (fake *FakeReadWriter) UserEmail() string

func (*FakeReadWriter) UserEmailCallCount

func (fake *FakeReadWriter) UserEmailCallCount() int

func (*FakeReadWriter) UserEmailCalls

func (fake *FakeReadWriter) UserEmailCalls(stub func() string)

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) UserGUIDCalls

func (fake *FakeReadWriter) UserGUIDCalls(stub func() string)

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) UsernameCalls

func (fake *FakeReadWriter) UsernameCalls(stub func() string)

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

	AccessTokenStub func() string

	AsyncTimeoutStub func() uint

	AuthenticationEndpointStub func() string

	CLIVersionStub func() string

	ClearSessionStub func()

	CloseStub func()

	ColorEnabledStub func() string

	DopplerEndpointStub func() string

	HasAPIEndpointStub func() bool

	HasOrganizationStub func() bool

	HasSpaceStub func() bool

	IsLoggedInStub func() bool

	IsMinAPIVersionStub func(semver.Version) bool

	IsMinCLIVersionStub func(string) bool

	IsSSLDisabledStub func() bool

	LocaleStub func() string

	LogCacheEndpointStub func() string

	MinCLIVersionStub func() string

	MinRecommendedCLIVersionStub func() string

	OrganizationFieldsStub func() models.OrganizationFields

	PluginReposStub func() []models.PluginRepo

	RefreshTokenStub func() string

	RoutingAPIEndpointStub func() string

	SSHOAuthClientStub func() string

	SetAPIEndpointStub func(string)

	SetAPIVersionStub func(string)

	SetAccessTokenStub func(string)

	SetAsyncTimeoutStub func(uint)

	SetAuthenticationEndpointStub func(string)

	SetCLIVersionStub func(string)

	SetColorEnabledStub func(string)

	SetDopplerEndpointStub func(string)

	SetLocaleStub func(string)

	SetLogCacheEndpointStub func(string)

	SetMinCLIVersionStub func(string)

	SetMinRecommendedCLIVersionStub func(string)

	SetOrganizationFieldsStub func(models.OrganizationFields)

	SetPluginRepoStub func(models.PluginRepo)

	SetRefreshTokenStub func(string)

	SetRoutingAPIEndpointStub func(string)

	SetSSHOAuthClientStub func(string)

	SetSSLDisabledStub func(bool)

	SetSpaceFieldsStub func(models.SpaceFields)

	SetTraceStub func(string)

	SetUAAGrantTypeStub func(string)

	SetUAAOAuthClientStub func(string)

	SetUAAOAuthClientSecretStub func(string)

	SetUaaEndpointStub func(string)

	SpaceFieldsStub func() models.SpaceFields

	TraceStub func() string

	UAAGrantTypeStub func() string

	UAAOAuthClientStub func() string

	UAAOAuthClientSecretStub func() string

	UaaEndpointStub func() string

	UnSetPluginRepoStub func(int)

	UserEmailStub func() string

	UserGUIDStub func() string

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

func (*FakeRepository) APIEndpoint

func (fake *FakeRepository) APIEndpoint() string

func (*FakeRepository) APIEndpointCallCount

func (fake *FakeRepository) APIEndpointCallCount() int

func (*FakeRepository) APIEndpointCalls

func (fake *FakeRepository) APIEndpointCalls(stub func() string)

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) APIVersionCalls

func (fake *FakeRepository) APIVersionCalls(stub func() string)

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) AccessTokenCalls

func (fake *FakeRepository) AccessTokenCalls(stub func() string)

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) AsyncTimeoutCalls

func (fake *FakeRepository) AsyncTimeoutCalls(stub func() uint)

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) AuthenticationEndpointCalls

func (fake *FakeRepository) AuthenticationEndpointCalls(stub func() string)

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) CLIVersionCalls

func (fake *FakeRepository) CLIVersionCalls(stub func() string)

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) ClearSessionCalls

func (fake *FakeRepository) ClearSessionCalls(stub func())

func (*FakeRepository) Close

func (fake *FakeRepository) Close()

func (*FakeRepository) CloseCallCount

func (fake *FakeRepository) CloseCallCount() int

func (*FakeRepository) CloseCalls

func (fake *FakeRepository) CloseCalls(stub func())

func (*FakeRepository) ColorEnabled

func (fake *FakeRepository) ColorEnabled() string

func (*FakeRepository) ColorEnabledCallCount

func (fake *FakeRepository) ColorEnabledCallCount() int

func (*FakeRepository) ColorEnabledCalls

func (fake *FakeRepository) ColorEnabledCalls(stub func() string)

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) DopplerEndpointCalls

func (fake *FakeRepository) DopplerEndpointCalls(stub func() string)

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) HasAPIEndpointCalls

func (fake *FakeRepository) HasAPIEndpointCalls(stub func() bool)

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) HasOrganizationCalls

func (fake *FakeRepository) HasOrganizationCalls(stub func() bool)

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) HasSpaceCalls

func (fake *FakeRepository) HasSpaceCalls(stub func() bool)

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) IsLoggedInCalls

func (fake *FakeRepository) IsLoggedInCalls(stub func() bool)

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) IsMinAPIVersionCalls

func (fake *FakeRepository) IsMinAPIVersionCalls(stub func(semver.Version) bool)

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) IsMinCLIVersionCalls

func (fake *FakeRepository) IsMinCLIVersionCalls(stub func(string) bool)

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) IsSSLDisabledCalls

func (fake *FakeRepository) IsSSLDisabledCalls(stub func() bool)

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) LocaleCalls

func (fake *FakeRepository) LocaleCalls(stub func() string)

func (*FakeRepository) LocaleReturns

func (fake *FakeRepository) LocaleReturns(result1 string)

func (*FakeRepository) LocaleReturnsOnCall

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

func (*FakeRepository) LogCacheEndpoint

func (fake *FakeRepository) LogCacheEndpoint() string

func (*FakeRepository) LogCacheEndpointCallCount

func (fake *FakeRepository) LogCacheEndpointCallCount() int

func (*FakeRepository) LogCacheEndpointCalls

func (fake *FakeRepository) LogCacheEndpointCalls(stub func() string)

func (*FakeRepository) LogCacheEndpointReturns

func (fake *FakeRepository) LogCacheEndpointReturns(result1 string)

func (*FakeRepository) LogCacheEndpointReturnsOnCall

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

func (*FakeRepository) MinCLIVersion

func (fake *FakeRepository) MinCLIVersion() string

func (*FakeRepository) MinCLIVersionCallCount

func (fake *FakeRepository) MinCLIVersionCallCount() int

func (*FakeRepository) MinCLIVersionCalls

func (fake *FakeRepository) MinCLIVersionCalls(stub func() string)

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) MinRecommendedCLIVersionCalls

func (fake *FakeRepository) MinRecommendedCLIVersionCalls(stub func() string)

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) OrganizationFieldsCalls

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

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) PluginReposCalls

func (fake *FakeRepository) PluginReposCalls(stub func() []models.PluginRepo)

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) RefreshTokenCalls

func (fake *FakeRepository) RefreshTokenCalls(stub func() string)

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) RoutingAPIEndpointCalls

func (fake *FakeRepository) RoutingAPIEndpointCalls(stub func() string)

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) SSHOAuthClientCalls

func (fake *FakeRepository) SSHOAuthClientCalls(stub func() string)

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) SetAPIEndpointCalls

func (fake *FakeRepository) SetAPIEndpointCalls(stub func(string))

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) SetAPIVersionCalls

func (fake *FakeRepository) SetAPIVersionCalls(stub func(string))

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) SetAccessTokenCalls

func (fake *FakeRepository) SetAccessTokenCalls(stub func(string))

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) SetAsyncTimeoutCalls

func (fake *FakeRepository) SetAsyncTimeoutCalls(stub func(uint))

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) SetAuthenticationEndpointCalls

func (fake *FakeRepository) SetAuthenticationEndpointCalls(stub func(string))

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) SetCLIVersionCalls

func (fake *FakeRepository) SetCLIVersionCalls(stub func(string))

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) SetColorEnabledCalls

func (fake *FakeRepository) SetColorEnabledCalls(stub func(string))

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) SetDopplerEndpointCalls

func (fake *FakeRepository) SetDopplerEndpointCalls(stub func(string))

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) SetLocaleCalls

func (fake *FakeRepository) SetLocaleCalls(stub func(string))

func (*FakeRepository) SetLogCacheEndpoint

func (fake *FakeRepository) SetLogCacheEndpoint(arg1 string)

func (*FakeRepository) SetLogCacheEndpointArgsForCall

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

func (*FakeRepository) SetLogCacheEndpointCallCount

func (fake *FakeRepository) SetLogCacheEndpointCallCount() int

func (*FakeRepository) SetLogCacheEndpointCalls

func (fake *FakeRepository) SetLogCacheEndpointCalls(stub func(string))

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) SetMinCLIVersionCalls

func (fake *FakeRepository) SetMinCLIVersionCalls(stub func(string))

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) SetMinRecommendedCLIVersionCalls

func (fake *FakeRepository) SetMinRecommendedCLIVersionCalls(stub func(string))

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) SetOrganizationFieldsCalls

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

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) SetPluginRepoCalls

func (fake *FakeRepository) SetPluginRepoCalls(stub func(models.PluginRepo))

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) SetRefreshTokenCalls

func (fake *FakeRepository) SetRefreshTokenCalls(stub func(string))

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) SetRoutingAPIEndpointCalls

func (fake *FakeRepository) SetRoutingAPIEndpointCalls(stub func(string))

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) SetSSHOAuthClientCalls

func (fake *FakeRepository) SetSSHOAuthClientCalls(stub func(string))

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) SetSSLDisabledCalls

func (fake *FakeRepository) SetSSLDisabledCalls(stub func(bool))

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) SetSpaceFieldsCalls

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

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) SetTraceCalls

func (fake *FakeRepository) SetTraceCalls(stub func(string))

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) SetUAAGrantTypeCalls

func (fake *FakeRepository) SetUAAGrantTypeCalls(stub func(string))

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) SetUAAOAuthClientCalls

func (fake *FakeRepository) SetUAAOAuthClientCalls(stub func(string))

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) SetUAAOAuthClientSecretCalls

func (fake *FakeRepository) SetUAAOAuthClientSecretCalls(stub func(string))

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) SetUaaEndpointCalls

func (fake *FakeRepository) SetUaaEndpointCalls(stub func(string))

func (*FakeRepository) SpaceFields

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

func (*FakeRepository) SpaceFieldsCallCount

func (fake *FakeRepository) SpaceFieldsCallCount() int

func (*FakeRepository) SpaceFieldsCalls

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

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) TraceCalls

func (fake *FakeRepository) TraceCalls(stub func() string)

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) UAAGrantTypeCalls

func (fake *FakeRepository) UAAGrantTypeCalls(stub func() string)

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) UAAOAuthClientCalls

func (fake *FakeRepository) UAAOAuthClientCalls(stub func() string)

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) UAAOAuthClientSecretCalls

func (fake *FakeRepository) UAAOAuthClientSecretCalls(stub func() string)

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) UaaEndpointCalls

func (fake *FakeRepository) UaaEndpointCalls(stub func() string)

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) UnSetPluginRepoCalls

func (fake *FakeRepository) UnSetPluginRepoCalls(stub func(int))

func (*FakeRepository) UserEmail

func (fake *FakeRepository) UserEmail() string

func (*FakeRepository) UserEmailCallCount

func (fake *FakeRepository) UserEmailCallCount() int

func (*FakeRepository) UserEmailCalls

func (fake *FakeRepository) UserEmailCalls(stub func() string)

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) UserGUIDCalls

func (fake *FakeRepository) UserGUIDCalls(stub func() string)

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) UsernameCalls

func (fake *FakeRepository) UsernameCalls(stub func() string)

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