Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEndpointRepository
- func (fake *FakeEndpointRepository) GetCCInfo(arg1 string) (*coreconfig.CCInfo, string, error)
- func (fake *FakeEndpointRepository) GetCCInfoArgsForCall(i int) string
- func (fake *FakeEndpointRepository) GetCCInfoCallCount() int
- func (fake *FakeEndpointRepository) GetCCInfoCalls(stub func(string) (*coreconfig.CCInfo, string, error))
- func (fake *FakeEndpointRepository) GetCCInfoReturns(result1 *coreconfig.CCInfo, result2 string, result3 error)
- func (fake *FakeEndpointRepository) GetCCInfoReturnsOnCall(i int, result1 *coreconfig.CCInfo, result2 string, result3 error)
- func (fake *FakeEndpointRepository) Invocations() map[string][][]interface{}
- type FakeReadWriter
- func (fake *FakeReadWriter) APIEndpoint() string
- func (fake *FakeReadWriter) APIEndpointCallCount() int
- func (fake *FakeReadWriter) APIEndpointCalls(stub func() string)
- func (fake *FakeReadWriter) APIEndpointReturns(result1 string)
- func (fake *FakeReadWriter) APIEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) APIVersion() string
- func (fake *FakeReadWriter) APIVersionCallCount() int
- func (fake *FakeReadWriter) APIVersionCalls(stub func() string)
- func (fake *FakeReadWriter) APIVersionReturns(result1 string)
- func (fake *FakeReadWriter) APIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) AccessToken() string
- func (fake *FakeReadWriter) AccessTokenCallCount() int
- func (fake *FakeReadWriter) AccessTokenCalls(stub func() string)
- func (fake *FakeReadWriter) AccessTokenReturns(result1 string)
- func (fake *FakeReadWriter) AccessTokenReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) AsyncTimeout() uint
- func (fake *FakeReadWriter) AsyncTimeoutCallCount() int
- func (fake *FakeReadWriter) AsyncTimeoutCalls(stub func() uint)
- func (fake *FakeReadWriter) AsyncTimeoutReturns(result1 uint)
- func (fake *FakeReadWriter) AsyncTimeoutReturnsOnCall(i int, result1 uint)
- func (fake *FakeReadWriter) AuthenticationEndpoint() string
- func (fake *FakeReadWriter) AuthenticationEndpointCallCount() int
- func (fake *FakeReadWriter) AuthenticationEndpointCalls(stub func() string)
- func (fake *FakeReadWriter) AuthenticationEndpointReturns(result1 string)
- func (fake *FakeReadWriter) AuthenticationEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) CLIVersion() string
- func (fake *FakeReadWriter) CLIVersionCallCount() int
- func (fake *FakeReadWriter) CLIVersionCalls(stub func() string)
- func (fake *FakeReadWriter) CLIVersionReturns(result1 string)
- func (fake *FakeReadWriter) CLIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) ClearSession()
- func (fake *FakeReadWriter) ClearSessionCallCount() int
- func (fake *FakeReadWriter) ClearSessionCalls(stub func())
- func (fake *FakeReadWriter) ColorEnabled() string
- func (fake *FakeReadWriter) ColorEnabledCallCount() int
- func (fake *FakeReadWriter) ColorEnabledCalls(stub func() string)
- func (fake *FakeReadWriter) ColorEnabledReturns(result1 string)
- func (fake *FakeReadWriter) ColorEnabledReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) DopplerEndpoint() string
- func (fake *FakeReadWriter) DopplerEndpointCallCount() int
- func (fake *FakeReadWriter) DopplerEndpointCalls(stub func() string)
- func (fake *FakeReadWriter) DopplerEndpointReturns(result1 string)
- func (fake *FakeReadWriter) DopplerEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) HasAPIEndpoint() bool
- func (fake *FakeReadWriter) HasAPIEndpointCallCount() int
- func (fake *FakeReadWriter) HasAPIEndpointCalls(stub func() bool)
- func (fake *FakeReadWriter) HasAPIEndpointReturns(result1 bool)
- func (fake *FakeReadWriter) HasAPIEndpointReturnsOnCall(i int, result1 bool)
- func (fake *FakeReadWriter) HasOrganization() bool
- func (fake *FakeReadWriter) HasOrganizationCallCount() int
- func (fake *FakeReadWriter) HasOrganizationCalls(stub func() bool)
- func (fake *FakeReadWriter) HasOrganizationReturns(result1 bool)
- func (fake *FakeReadWriter) HasOrganizationReturnsOnCall(i int, result1 bool)
- func (fake *FakeReadWriter) HasSpace() bool
- func (fake *FakeReadWriter) HasSpaceCallCount() int
- func (fake *FakeReadWriter) HasSpaceCalls(stub func() bool)
- func (fake *FakeReadWriter) HasSpaceReturns(result1 bool)
- func (fake *FakeReadWriter) HasSpaceReturnsOnCall(i int, result1 bool)
- func (fake *FakeReadWriter) Invocations() map[string][][]interface{}
- func (fake *FakeReadWriter) IsLoggedIn() bool
- func (fake *FakeReadWriter) IsLoggedInCallCount() int
- func (fake *FakeReadWriter) IsLoggedInCalls(stub func() bool)
- func (fake *FakeReadWriter) IsLoggedInReturns(result1 bool)
- func (fake *FakeReadWriter) IsLoggedInReturnsOnCall(i int, result1 bool)
- func (fake *FakeReadWriter) IsMinAPIVersion(arg1 semver.Version) bool
- func (fake *FakeReadWriter) IsMinAPIVersionArgsForCall(i int) semver.Version
- func (fake *FakeReadWriter) IsMinAPIVersionCallCount() int
- func (fake *FakeReadWriter) IsMinAPIVersionCalls(stub func(semver.Version) bool)
- func (fake *FakeReadWriter) IsMinAPIVersionReturns(result1 bool)
- func (fake *FakeReadWriter) IsMinAPIVersionReturnsOnCall(i int, result1 bool)
- func (fake *FakeReadWriter) IsMinCLIVersion(arg1 string) bool
- func (fake *FakeReadWriter) IsMinCLIVersionArgsForCall(i int) string
- func (fake *FakeReadWriter) IsMinCLIVersionCallCount() int
- func (fake *FakeReadWriter) IsMinCLIVersionCalls(stub func(string) bool)
- func (fake *FakeReadWriter) IsMinCLIVersionReturns(result1 bool)
- func (fake *FakeReadWriter) IsMinCLIVersionReturnsOnCall(i int, result1 bool)
- func (fake *FakeReadWriter) IsSSLDisabled() bool
- func (fake *FakeReadWriter) IsSSLDisabledCallCount() int
- func (fake *FakeReadWriter) IsSSLDisabledCalls(stub func() bool)
- func (fake *FakeReadWriter) IsSSLDisabledReturns(result1 bool)
- func (fake *FakeReadWriter) IsSSLDisabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeReadWriter) Locale() string
- func (fake *FakeReadWriter) LocaleCallCount() int
- func (fake *FakeReadWriter) LocaleCalls(stub func() string)
- func (fake *FakeReadWriter) LocaleReturns(result1 string)
- func (fake *FakeReadWriter) LocaleReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) LogCacheEndpoint() string
- func (fake *FakeReadWriter) LogCacheEndpointCallCount() int
- func (fake *FakeReadWriter) LogCacheEndpointCalls(stub func() string)
- func (fake *FakeReadWriter) LogCacheEndpointReturns(result1 string)
- func (fake *FakeReadWriter) LogCacheEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) MinCLIVersion() string
- func (fake *FakeReadWriter) MinCLIVersionCallCount() int
- func (fake *FakeReadWriter) MinCLIVersionCalls(stub func() string)
- func (fake *FakeReadWriter) MinCLIVersionReturns(result1 string)
- func (fake *FakeReadWriter) MinCLIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) MinRecommendedCLIVersion() string
- func (fake *FakeReadWriter) MinRecommendedCLIVersionCallCount() int
- func (fake *FakeReadWriter) MinRecommendedCLIVersionCalls(stub func() string)
- func (fake *FakeReadWriter) MinRecommendedCLIVersionReturns(result1 string)
- func (fake *FakeReadWriter) MinRecommendedCLIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) OrganizationFields() models.OrganizationFields
- func (fake *FakeReadWriter) OrganizationFieldsCallCount() int
- func (fake *FakeReadWriter) OrganizationFieldsCalls(stub func() models.OrganizationFields)
- func (fake *FakeReadWriter) OrganizationFieldsReturns(result1 models.OrganizationFields)
- func (fake *FakeReadWriter) OrganizationFieldsReturnsOnCall(i int, result1 models.OrganizationFields)
- func (fake *FakeReadWriter) PluginRepos() []models.PluginRepo
- func (fake *FakeReadWriter) PluginReposCallCount() int
- func (fake *FakeReadWriter) PluginReposCalls(stub func() []models.PluginRepo)
- func (fake *FakeReadWriter) PluginReposReturns(result1 []models.PluginRepo)
- func (fake *FakeReadWriter) PluginReposReturnsOnCall(i int, result1 []models.PluginRepo)
- func (fake *FakeReadWriter) RefreshToken() string
- func (fake *FakeReadWriter) RefreshTokenCallCount() int
- func (fake *FakeReadWriter) RefreshTokenCalls(stub func() string)
- func (fake *FakeReadWriter) RefreshTokenReturns(result1 string)
- func (fake *FakeReadWriter) RefreshTokenReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) RoutingAPIEndpoint() string
- func (fake *FakeReadWriter) RoutingAPIEndpointCallCount() int
- func (fake *FakeReadWriter) RoutingAPIEndpointCalls(stub func() string)
- func (fake *FakeReadWriter) RoutingAPIEndpointReturns(result1 string)
- func (fake *FakeReadWriter) RoutingAPIEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) SSHOAuthClient() string
- func (fake *FakeReadWriter) SSHOAuthClientCallCount() int
- func (fake *FakeReadWriter) SSHOAuthClientCalls(stub func() string)
- func (fake *FakeReadWriter) SSHOAuthClientReturns(result1 string)
- func (fake *FakeReadWriter) SSHOAuthClientReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) SetAPIEndpoint(arg1 string)
- func (fake *FakeReadWriter) SetAPIEndpointArgsForCall(i int) string
- func (fake *FakeReadWriter) SetAPIEndpointCallCount() int
- func (fake *FakeReadWriter) SetAPIEndpointCalls(stub func(string))
- func (fake *FakeReadWriter) SetAPIVersion(arg1 string)
- func (fake *FakeReadWriter) SetAPIVersionArgsForCall(i int) string
- func (fake *FakeReadWriter) SetAPIVersionCallCount() int
- func (fake *FakeReadWriter) SetAPIVersionCalls(stub func(string))
- func (fake *FakeReadWriter) SetAccessToken(arg1 string)
- func (fake *FakeReadWriter) SetAccessTokenArgsForCall(i int) string
- func (fake *FakeReadWriter) SetAccessTokenCallCount() int
- func (fake *FakeReadWriter) SetAccessTokenCalls(stub func(string))
- func (fake *FakeReadWriter) SetAsyncTimeout(arg1 uint)
- func (fake *FakeReadWriter) SetAsyncTimeoutArgsForCall(i int) uint
- func (fake *FakeReadWriter) SetAsyncTimeoutCallCount() int
- func (fake *FakeReadWriter) SetAsyncTimeoutCalls(stub func(uint))
- func (fake *FakeReadWriter) SetAuthenticationEndpoint(arg1 string)
- func (fake *FakeReadWriter) SetAuthenticationEndpointArgsForCall(i int) string
- func (fake *FakeReadWriter) SetAuthenticationEndpointCallCount() int
- func (fake *FakeReadWriter) SetAuthenticationEndpointCalls(stub func(string))
- func (fake *FakeReadWriter) SetCLIVersion(arg1 string)
- func (fake *FakeReadWriter) SetCLIVersionArgsForCall(i int) string
- func (fake *FakeReadWriter) SetCLIVersionCallCount() int
- func (fake *FakeReadWriter) SetCLIVersionCalls(stub func(string))
- func (fake *FakeReadWriter) SetColorEnabled(arg1 string)
- func (fake *FakeReadWriter) SetColorEnabledArgsForCall(i int) string
- func (fake *FakeReadWriter) SetColorEnabledCallCount() int
- func (fake *FakeReadWriter) SetColorEnabledCalls(stub func(string))
- func (fake *FakeReadWriter) SetDopplerEndpoint(arg1 string)
- func (fake *FakeReadWriter) SetDopplerEndpointArgsForCall(i int) string
- func (fake *FakeReadWriter) SetDopplerEndpointCallCount() int
- func (fake *FakeReadWriter) SetDopplerEndpointCalls(stub func(string))
- func (fake *FakeReadWriter) SetLocale(arg1 string)
- func (fake *FakeReadWriter) SetLocaleArgsForCall(i int) string
- func (fake *FakeReadWriter) SetLocaleCallCount() int
- func (fake *FakeReadWriter) SetLocaleCalls(stub func(string))
- func (fake *FakeReadWriter) SetLogCacheEndpoint(arg1 string)
- func (fake *FakeReadWriter) SetLogCacheEndpointArgsForCall(i int) string
- func (fake *FakeReadWriter) SetLogCacheEndpointCallCount() int
- func (fake *FakeReadWriter) SetLogCacheEndpointCalls(stub func(string))
- func (fake *FakeReadWriter) SetMinCLIVersion(arg1 string)
- func (fake *FakeReadWriter) SetMinCLIVersionArgsForCall(i int) string
- func (fake *FakeReadWriter) SetMinCLIVersionCallCount() int
- func (fake *FakeReadWriter) SetMinCLIVersionCalls(stub func(string))
- func (fake *FakeReadWriter) SetMinRecommendedCLIVersion(arg1 string)
- func (fake *FakeReadWriter) SetMinRecommendedCLIVersionArgsForCall(i int) string
- func (fake *FakeReadWriter) SetMinRecommendedCLIVersionCallCount() int
- func (fake *FakeReadWriter) SetMinRecommendedCLIVersionCalls(stub func(string))
- func (fake *FakeReadWriter) SetOrganizationFields(arg1 models.OrganizationFields)
- func (fake *FakeReadWriter) SetOrganizationFieldsArgsForCall(i int) models.OrganizationFields
- func (fake *FakeReadWriter) SetOrganizationFieldsCallCount() int
- func (fake *FakeReadWriter) SetOrganizationFieldsCalls(stub func(models.OrganizationFields))
- func (fake *FakeReadWriter) SetPluginRepo(arg1 models.PluginRepo)
- func (fake *FakeReadWriter) SetPluginRepoArgsForCall(i int) models.PluginRepo
- func (fake *FakeReadWriter) SetPluginRepoCallCount() int
- func (fake *FakeReadWriter) SetPluginRepoCalls(stub func(models.PluginRepo))
- func (fake *FakeReadWriter) SetRefreshToken(arg1 string)
- func (fake *FakeReadWriter) SetRefreshTokenArgsForCall(i int) string
- func (fake *FakeReadWriter) SetRefreshTokenCallCount() int
- func (fake *FakeReadWriter) SetRefreshTokenCalls(stub func(string))
- func (fake *FakeReadWriter) SetRoutingAPIEndpoint(arg1 string)
- func (fake *FakeReadWriter) SetRoutingAPIEndpointArgsForCall(i int) string
- func (fake *FakeReadWriter) SetRoutingAPIEndpointCallCount() int
- func (fake *FakeReadWriter) SetRoutingAPIEndpointCalls(stub func(string))
- func (fake *FakeReadWriter) SetSSHOAuthClient(arg1 string)
- func (fake *FakeReadWriter) SetSSHOAuthClientArgsForCall(i int) string
- func (fake *FakeReadWriter) SetSSHOAuthClientCallCount() int
- func (fake *FakeReadWriter) SetSSHOAuthClientCalls(stub func(string))
- func (fake *FakeReadWriter) SetSSLDisabled(arg1 bool)
- func (fake *FakeReadWriter) SetSSLDisabledArgsForCall(i int) bool
- func (fake *FakeReadWriter) SetSSLDisabledCallCount() int
- func (fake *FakeReadWriter) SetSSLDisabledCalls(stub func(bool))
- func (fake *FakeReadWriter) SetSpaceFields(arg1 models.SpaceFields)
- func (fake *FakeReadWriter) SetSpaceFieldsArgsForCall(i int) models.SpaceFields
- func (fake *FakeReadWriter) SetSpaceFieldsCallCount() int
- func (fake *FakeReadWriter) SetSpaceFieldsCalls(stub func(models.SpaceFields))
- func (fake *FakeReadWriter) SetTrace(arg1 string)
- func (fake *FakeReadWriter) SetTraceArgsForCall(i int) string
- func (fake *FakeReadWriter) SetTraceCallCount() int
- func (fake *FakeReadWriter) SetTraceCalls(stub func(string))
- func (fake *FakeReadWriter) SetUAAGrantType(arg1 string)
- func (fake *FakeReadWriter) SetUAAGrantTypeArgsForCall(i int) string
- func (fake *FakeReadWriter) SetUAAGrantTypeCallCount() int
- func (fake *FakeReadWriter) SetUAAGrantTypeCalls(stub func(string))
- func (fake *FakeReadWriter) SetUAAOAuthClient(arg1 string)
- func (fake *FakeReadWriter) SetUAAOAuthClientArgsForCall(i int) string
- func (fake *FakeReadWriter) SetUAAOAuthClientCallCount() int
- func (fake *FakeReadWriter) SetUAAOAuthClientCalls(stub func(string))
- func (fake *FakeReadWriter) SetUAAOAuthClientSecret(arg1 string)
- func (fake *FakeReadWriter) SetUAAOAuthClientSecretArgsForCall(i int) string
- func (fake *FakeReadWriter) SetUAAOAuthClientSecretCallCount() int
- func (fake *FakeReadWriter) SetUAAOAuthClientSecretCalls(stub func(string))
- func (fake *FakeReadWriter) SetUaaEndpoint(arg1 string)
- func (fake *FakeReadWriter) SetUaaEndpointArgsForCall(i int) string
- func (fake *FakeReadWriter) SetUaaEndpointCallCount() int
- func (fake *FakeReadWriter) SetUaaEndpointCalls(stub func(string))
- func (fake *FakeReadWriter) SpaceFields() models.SpaceFields
- func (fake *FakeReadWriter) SpaceFieldsCallCount() int
- func (fake *FakeReadWriter) SpaceFieldsCalls(stub func() models.SpaceFields)
- func (fake *FakeReadWriter) SpaceFieldsReturns(result1 models.SpaceFields)
- func (fake *FakeReadWriter) SpaceFieldsReturnsOnCall(i int, result1 models.SpaceFields)
- func (fake *FakeReadWriter) Trace() string
- func (fake *FakeReadWriter) TraceCallCount() int
- func (fake *FakeReadWriter) TraceCalls(stub func() string)
- func (fake *FakeReadWriter) TraceReturns(result1 string)
- func (fake *FakeReadWriter) TraceReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) UAAGrantType() string
- func (fake *FakeReadWriter) UAAGrantTypeCallCount() int
- func (fake *FakeReadWriter) UAAGrantTypeCalls(stub func() string)
- func (fake *FakeReadWriter) UAAGrantTypeReturns(result1 string)
- func (fake *FakeReadWriter) UAAGrantTypeReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) UAAOAuthClient() string
- func (fake *FakeReadWriter) UAAOAuthClientCallCount() int
- func (fake *FakeReadWriter) UAAOAuthClientCalls(stub func() string)
- func (fake *FakeReadWriter) UAAOAuthClientReturns(result1 string)
- func (fake *FakeReadWriter) UAAOAuthClientReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) UAAOAuthClientSecret() string
- func (fake *FakeReadWriter) UAAOAuthClientSecretCallCount() int
- func (fake *FakeReadWriter) UAAOAuthClientSecretCalls(stub func() string)
- func (fake *FakeReadWriter) UAAOAuthClientSecretReturns(result1 string)
- func (fake *FakeReadWriter) UAAOAuthClientSecretReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) UaaEndpoint() string
- func (fake *FakeReadWriter) UaaEndpointCallCount() int
- func (fake *FakeReadWriter) UaaEndpointCalls(stub func() string)
- func (fake *FakeReadWriter) UaaEndpointReturns(result1 string)
- func (fake *FakeReadWriter) UaaEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) UnSetPluginRepo(arg1 int)
- func (fake *FakeReadWriter) UnSetPluginRepoArgsForCall(i int) int
- func (fake *FakeReadWriter) UnSetPluginRepoCallCount() int
- func (fake *FakeReadWriter) UnSetPluginRepoCalls(stub func(int))
- func (fake *FakeReadWriter) UserEmail() string
- func (fake *FakeReadWriter) UserEmailCallCount() int
- func (fake *FakeReadWriter) UserEmailCalls(stub func() string)
- func (fake *FakeReadWriter) UserEmailReturns(result1 string)
- func (fake *FakeReadWriter) UserEmailReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) UserGUID() string
- func (fake *FakeReadWriter) UserGUIDCallCount() int
- func (fake *FakeReadWriter) UserGUIDCalls(stub func() string)
- func (fake *FakeReadWriter) UserGUIDReturns(result1 string)
- func (fake *FakeReadWriter) UserGUIDReturnsOnCall(i int, result1 string)
- func (fake *FakeReadWriter) Username() string
- func (fake *FakeReadWriter) UsernameCallCount() int
- func (fake *FakeReadWriter) UsernameCalls(stub func() string)
- func (fake *FakeReadWriter) UsernameReturns(result1 string)
- func (fake *FakeReadWriter) UsernameReturnsOnCall(i int, result1 string)
- type FakeRepository
- func (fake *FakeRepository) APIEndpoint() string
- func (fake *FakeRepository) APIEndpointCallCount() int
- func (fake *FakeRepository) APIEndpointCalls(stub func() string)
- func (fake *FakeRepository) APIEndpointReturns(result1 string)
- func (fake *FakeRepository) APIEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) APIVersion() string
- func (fake *FakeRepository) APIVersionCallCount() int
- func (fake *FakeRepository) APIVersionCalls(stub func() string)
- func (fake *FakeRepository) APIVersionReturns(result1 string)
- func (fake *FakeRepository) APIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) AccessToken() string
- func (fake *FakeRepository) AccessTokenCallCount() int
- func (fake *FakeRepository) AccessTokenCalls(stub func() string)
- func (fake *FakeRepository) AccessTokenReturns(result1 string)
- func (fake *FakeRepository) AccessTokenReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) AsyncTimeout() uint
- func (fake *FakeRepository) AsyncTimeoutCallCount() int
- func (fake *FakeRepository) AsyncTimeoutCalls(stub func() uint)
- func (fake *FakeRepository) AsyncTimeoutReturns(result1 uint)
- func (fake *FakeRepository) AsyncTimeoutReturnsOnCall(i int, result1 uint)
- func (fake *FakeRepository) AuthenticationEndpoint() string
- func (fake *FakeRepository) AuthenticationEndpointCallCount() int
- func (fake *FakeRepository) AuthenticationEndpointCalls(stub func() string)
- func (fake *FakeRepository) AuthenticationEndpointReturns(result1 string)
- func (fake *FakeRepository) AuthenticationEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) CLIVersion() string
- func (fake *FakeRepository) CLIVersionCallCount() int
- func (fake *FakeRepository) CLIVersionCalls(stub func() string)
- func (fake *FakeRepository) CLIVersionReturns(result1 string)
- func (fake *FakeRepository) CLIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) ClearSession()
- func (fake *FakeRepository) ClearSessionCallCount() int
- func (fake *FakeRepository) ClearSessionCalls(stub func())
- func (fake *FakeRepository) Close()
- func (fake *FakeRepository) CloseCallCount() int
- func (fake *FakeRepository) CloseCalls(stub func())
- func (fake *FakeRepository) ColorEnabled() string
- func (fake *FakeRepository) ColorEnabledCallCount() int
- func (fake *FakeRepository) ColorEnabledCalls(stub func() string)
- func (fake *FakeRepository) ColorEnabledReturns(result1 string)
- func (fake *FakeRepository) ColorEnabledReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) DopplerEndpoint() string
- func (fake *FakeRepository) DopplerEndpointCallCount() int
- func (fake *FakeRepository) DopplerEndpointCalls(stub func() string)
- func (fake *FakeRepository) DopplerEndpointReturns(result1 string)
- func (fake *FakeRepository) DopplerEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) HasAPIEndpoint() bool
- func (fake *FakeRepository) HasAPIEndpointCallCount() int
- func (fake *FakeRepository) HasAPIEndpointCalls(stub func() bool)
- func (fake *FakeRepository) HasAPIEndpointReturns(result1 bool)
- func (fake *FakeRepository) HasAPIEndpointReturnsOnCall(i int, result1 bool)
- func (fake *FakeRepository) HasOrganization() bool
- func (fake *FakeRepository) HasOrganizationCallCount() int
- func (fake *FakeRepository) HasOrganizationCalls(stub func() bool)
- func (fake *FakeRepository) HasOrganizationReturns(result1 bool)
- func (fake *FakeRepository) HasOrganizationReturnsOnCall(i int, result1 bool)
- func (fake *FakeRepository) HasSpace() bool
- func (fake *FakeRepository) HasSpaceCallCount() int
- func (fake *FakeRepository) HasSpaceCalls(stub func() bool)
- func (fake *FakeRepository) HasSpaceReturns(result1 bool)
- func (fake *FakeRepository) HasSpaceReturnsOnCall(i int, result1 bool)
- func (fake *FakeRepository) Invocations() map[string][][]interface{}
- func (fake *FakeRepository) IsLoggedIn() bool
- func (fake *FakeRepository) IsLoggedInCallCount() int
- func (fake *FakeRepository) IsLoggedInCalls(stub func() bool)
- func (fake *FakeRepository) IsLoggedInReturns(result1 bool)
- func (fake *FakeRepository) IsLoggedInReturnsOnCall(i int, result1 bool)
- func (fake *FakeRepository) IsMinAPIVersion(arg1 semver.Version) bool
- func (fake *FakeRepository) IsMinAPIVersionArgsForCall(i int) semver.Version
- func (fake *FakeRepository) IsMinAPIVersionCallCount() int
- func (fake *FakeRepository) IsMinAPIVersionCalls(stub func(semver.Version) bool)
- func (fake *FakeRepository) IsMinAPIVersionReturns(result1 bool)
- func (fake *FakeRepository) IsMinAPIVersionReturnsOnCall(i int, result1 bool)
- func (fake *FakeRepository) IsMinCLIVersion(arg1 string) bool
- func (fake *FakeRepository) IsMinCLIVersionArgsForCall(i int) string
- func (fake *FakeRepository) IsMinCLIVersionCallCount() int
- func (fake *FakeRepository) IsMinCLIVersionCalls(stub func(string) bool)
- func (fake *FakeRepository) IsMinCLIVersionReturns(result1 bool)
- func (fake *FakeRepository) IsMinCLIVersionReturnsOnCall(i int, result1 bool)
- func (fake *FakeRepository) IsSSLDisabled() bool
- func (fake *FakeRepository) IsSSLDisabledCallCount() int
- func (fake *FakeRepository) IsSSLDisabledCalls(stub func() bool)
- func (fake *FakeRepository) IsSSLDisabledReturns(result1 bool)
- func (fake *FakeRepository) IsSSLDisabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeRepository) Locale() string
- func (fake *FakeRepository) LocaleCallCount() int
- func (fake *FakeRepository) LocaleCalls(stub func() string)
- func (fake *FakeRepository) LocaleReturns(result1 string)
- func (fake *FakeRepository) LocaleReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) LogCacheEndpoint() string
- func (fake *FakeRepository) LogCacheEndpointCallCount() int
- func (fake *FakeRepository) LogCacheEndpointCalls(stub func() string)
- func (fake *FakeRepository) LogCacheEndpointReturns(result1 string)
- func (fake *FakeRepository) LogCacheEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) MinCLIVersion() string
- func (fake *FakeRepository) MinCLIVersionCallCount() int
- func (fake *FakeRepository) MinCLIVersionCalls(stub func() string)
- func (fake *FakeRepository) MinCLIVersionReturns(result1 string)
- func (fake *FakeRepository) MinCLIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) MinRecommendedCLIVersion() string
- func (fake *FakeRepository) MinRecommendedCLIVersionCallCount() int
- func (fake *FakeRepository) MinRecommendedCLIVersionCalls(stub func() string)
- func (fake *FakeRepository) MinRecommendedCLIVersionReturns(result1 string)
- func (fake *FakeRepository) MinRecommendedCLIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) OrganizationFields() models.OrganizationFields
- func (fake *FakeRepository) OrganizationFieldsCallCount() int
- func (fake *FakeRepository) OrganizationFieldsCalls(stub func() models.OrganizationFields)
- func (fake *FakeRepository) OrganizationFieldsReturns(result1 models.OrganizationFields)
- func (fake *FakeRepository) OrganizationFieldsReturnsOnCall(i int, result1 models.OrganizationFields)
- func (fake *FakeRepository) PluginRepos() []models.PluginRepo
- func (fake *FakeRepository) PluginReposCallCount() int
- func (fake *FakeRepository) PluginReposCalls(stub func() []models.PluginRepo)
- func (fake *FakeRepository) PluginReposReturns(result1 []models.PluginRepo)
- func (fake *FakeRepository) PluginReposReturnsOnCall(i int, result1 []models.PluginRepo)
- func (fake *FakeRepository) RefreshToken() string
- func (fake *FakeRepository) RefreshTokenCallCount() int
- func (fake *FakeRepository) RefreshTokenCalls(stub func() string)
- func (fake *FakeRepository) RefreshTokenReturns(result1 string)
- func (fake *FakeRepository) RefreshTokenReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) RoutingAPIEndpoint() string
- func (fake *FakeRepository) RoutingAPIEndpointCallCount() int
- func (fake *FakeRepository) RoutingAPIEndpointCalls(stub func() string)
- func (fake *FakeRepository) RoutingAPIEndpointReturns(result1 string)
- func (fake *FakeRepository) RoutingAPIEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) SSHOAuthClient() string
- func (fake *FakeRepository) SSHOAuthClientCallCount() int
- func (fake *FakeRepository) SSHOAuthClientCalls(stub func() string)
- func (fake *FakeRepository) SSHOAuthClientReturns(result1 string)
- func (fake *FakeRepository) SSHOAuthClientReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) SetAPIEndpoint(arg1 string)
- func (fake *FakeRepository) SetAPIEndpointArgsForCall(i int) string
- func (fake *FakeRepository) SetAPIEndpointCallCount() int
- func (fake *FakeRepository) SetAPIEndpointCalls(stub func(string))
- func (fake *FakeRepository) SetAPIVersion(arg1 string)
- func (fake *FakeRepository) SetAPIVersionArgsForCall(i int) string
- func (fake *FakeRepository) SetAPIVersionCallCount() int
- func (fake *FakeRepository) SetAPIVersionCalls(stub func(string))
- func (fake *FakeRepository) SetAccessToken(arg1 string)
- func (fake *FakeRepository) SetAccessTokenArgsForCall(i int) string
- func (fake *FakeRepository) SetAccessTokenCallCount() int
- func (fake *FakeRepository) SetAccessTokenCalls(stub func(string))
- func (fake *FakeRepository) SetAsyncTimeout(arg1 uint)
- func (fake *FakeRepository) SetAsyncTimeoutArgsForCall(i int) uint
- func (fake *FakeRepository) SetAsyncTimeoutCallCount() int
- func (fake *FakeRepository) SetAsyncTimeoutCalls(stub func(uint))
- func (fake *FakeRepository) SetAuthenticationEndpoint(arg1 string)
- func (fake *FakeRepository) SetAuthenticationEndpointArgsForCall(i int) string
- func (fake *FakeRepository) SetAuthenticationEndpointCallCount() int
- func (fake *FakeRepository) SetAuthenticationEndpointCalls(stub func(string))
- func (fake *FakeRepository) SetCLIVersion(arg1 string)
- func (fake *FakeRepository) SetCLIVersionArgsForCall(i int) string
- func (fake *FakeRepository) SetCLIVersionCallCount() int
- func (fake *FakeRepository) SetCLIVersionCalls(stub func(string))
- func (fake *FakeRepository) SetColorEnabled(arg1 string)
- func (fake *FakeRepository) SetColorEnabledArgsForCall(i int) string
- func (fake *FakeRepository) SetColorEnabledCallCount() int
- func (fake *FakeRepository) SetColorEnabledCalls(stub func(string))
- func (fake *FakeRepository) SetDopplerEndpoint(arg1 string)
- func (fake *FakeRepository) SetDopplerEndpointArgsForCall(i int) string
- func (fake *FakeRepository) SetDopplerEndpointCallCount() int
- func (fake *FakeRepository) SetDopplerEndpointCalls(stub func(string))
- func (fake *FakeRepository) SetLocale(arg1 string)
- func (fake *FakeRepository) SetLocaleArgsForCall(i int) string
- func (fake *FakeRepository) SetLocaleCallCount() int
- func (fake *FakeRepository) SetLocaleCalls(stub func(string))
- func (fake *FakeRepository) SetLogCacheEndpoint(arg1 string)
- func (fake *FakeRepository) SetLogCacheEndpointArgsForCall(i int) string
- func (fake *FakeRepository) SetLogCacheEndpointCallCount() int
- func (fake *FakeRepository) SetLogCacheEndpointCalls(stub func(string))
- func (fake *FakeRepository) SetMinCLIVersion(arg1 string)
- func (fake *FakeRepository) SetMinCLIVersionArgsForCall(i int) string
- func (fake *FakeRepository) SetMinCLIVersionCallCount() int
- func (fake *FakeRepository) SetMinCLIVersionCalls(stub func(string))
- func (fake *FakeRepository) SetMinRecommendedCLIVersion(arg1 string)
- func (fake *FakeRepository) SetMinRecommendedCLIVersionArgsForCall(i int) string
- func (fake *FakeRepository) SetMinRecommendedCLIVersionCallCount() int
- func (fake *FakeRepository) SetMinRecommendedCLIVersionCalls(stub func(string))
- func (fake *FakeRepository) SetOrganizationFields(arg1 models.OrganizationFields)
- func (fake *FakeRepository) SetOrganizationFieldsArgsForCall(i int) models.OrganizationFields
- func (fake *FakeRepository) SetOrganizationFieldsCallCount() int
- func (fake *FakeRepository) SetOrganizationFieldsCalls(stub func(models.OrganizationFields))
- func (fake *FakeRepository) SetPluginRepo(arg1 models.PluginRepo)
- func (fake *FakeRepository) SetPluginRepoArgsForCall(i int) models.PluginRepo
- func (fake *FakeRepository) SetPluginRepoCallCount() int
- func (fake *FakeRepository) SetPluginRepoCalls(stub func(models.PluginRepo))
- func (fake *FakeRepository) SetRefreshToken(arg1 string)
- func (fake *FakeRepository) SetRefreshTokenArgsForCall(i int) string
- func (fake *FakeRepository) SetRefreshTokenCallCount() int
- func (fake *FakeRepository) SetRefreshTokenCalls(stub func(string))
- func (fake *FakeRepository) SetRoutingAPIEndpoint(arg1 string)
- func (fake *FakeRepository) SetRoutingAPIEndpointArgsForCall(i int) string
- func (fake *FakeRepository) SetRoutingAPIEndpointCallCount() int
- func (fake *FakeRepository) SetRoutingAPIEndpointCalls(stub func(string))
- func (fake *FakeRepository) SetSSHOAuthClient(arg1 string)
- func (fake *FakeRepository) SetSSHOAuthClientArgsForCall(i int) string
- func (fake *FakeRepository) SetSSHOAuthClientCallCount() int
- func (fake *FakeRepository) SetSSHOAuthClientCalls(stub func(string))
- func (fake *FakeRepository) SetSSLDisabled(arg1 bool)
- func (fake *FakeRepository) SetSSLDisabledArgsForCall(i int) bool
- func (fake *FakeRepository) SetSSLDisabledCallCount() int
- func (fake *FakeRepository) SetSSLDisabledCalls(stub func(bool))
- func (fake *FakeRepository) SetSpaceFields(arg1 models.SpaceFields)
- func (fake *FakeRepository) SetSpaceFieldsArgsForCall(i int) models.SpaceFields
- func (fake *FakeRepository) SetSpaceFieldsCallCount() int
- func (fake *FakeRepository) SetSpaceFieldsCalls(stub func(models.SpaceFields))
- func (fake *FakeRepository) SetTrace(arg1 string)
- func (fake *FakeRepository) SetTraceArgsForCall(i int) string
- func (fake *FakeRepository) SetTraceCallCount() int
- func (fake *FakeRepository) SetTraceCalls(stub func(string))
- func (fake *FakeRepository) SetUAAGrantType(arg1 string)
- func (fake *FakeRepository) SetUAAGrantTypeArgsForCall(i int) string
- func (fake *FakeRepository) SetUAAGrantTypeCallCount() int
- func (fake *FakeRepository) SetUAAGrantTypeCalls(stub func(string))
- func (fake *FakeRepository) SetUAAOAuthClient(arg1 string)
- func (fake *FakeRepository) SetUAAOAuthClientArgsForCall(i int) string
- func (fake *FakeRepository) SetUAAOAuthClientCallCount() int
- func (fake *FakeRepository) SetUAAOAuthClientCalls(stub func(string))
- func (fake *FakeRepository) SetUAAOAuthClientSecret(arg1 string)
- func (fake *FakeRepository) SetUAAOAuthClientSecretArgsForCall(i int) string
- func (fake *FakeRepository) SetUAAOAuthClientSecretCallCount() int
- func (fake *FakeRepository) SetUAAOAuthClientSecretCalls(stub func(string))
- func (fake *FakeRepository) SetUaaEndpoint(arg1 string)
- func (fake *FakeRepository) SetUaaEndpointArgsForCall(i int) string
- func (fake *FakeRepository) SetUaaEndpointCallCount() int
- func (fake *FakeRepository) SetUaaEndpointCalls(stub func(string))
- func (fake *FakeRepository) SpaceFields() models.SpaceFields
- func (fake *FakeRepository) SpaceFieldsCallCount() int
- func (fake *FakeRepository) SpaceFieldsCalls(stub func() models.SpaceFields)
- func (fake *FakeRepository) SpaceFieldsReturns(result1 models.SpaceFields)
- func (fake *FakeRepository) SpaceFieldsReturnsOnCall(i int, result1 models.SpaceFields)
- func (fake *FakeRepository) Trace() string
- func (fake *FakeRepository) TraceCallCount() int
- func (fake *FakeRepository) TraceCalls(stub func() string)
- func (fake *FakeRepository) TraceReturns(result1 string)
- func (fake *FakeRepository) TraceReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) UAAGrantType() string
- func (fake *FakeRepository) UAAGrantTypeCallCount() int
- func (fake *FakeRepository) UAAGrantTypeCalls(stub func() string)
- func (fake *FakeRepository) UAAGrantTypeReturns(result1 string)
- func (fake *FakeRepository) UAAGrantTypeReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) UAAOAuthClient() string
- func (fake *FakeRepository) UAAOAuthClientCallCount() int
- func (fake *FakeRepository) UAAOAuthClientCalls(stub func() string)
- func (fake *FakeRepository) UAAOAuthClientReturns(result1 string)
- func (fake *FakeRepository) UAAOAuthClientReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) UAAOAuthClientSecret() string
- func (fake *FakeRepository) UAAOAuthClientSecretCallCount() int
- func (fake *FakeRepository) UAAOAuthClientSecretCalls(stub func() string)
- func (fake *FakeRepository) UAAOAuthClientSecretReturns(result1 string)
- func (fake *FakeRepository) UAAOAuthClientSecretReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) UaaEndpoint() string
- func (fake *FakeRepository) UaaEndpointCallCount() int
- func (fake *FakeRepository) UaaEndpointCalls(stub func() string)
- func (fake *FakeRepository) UaaEndpointReturns(result1 string)
- func (fake *FakeRepository) UaaEndpointReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) UnSetPluginRepo(arg1 int)
- func (fake *FakeRepository) UnSetPluginRepoArgsForCall(i int) int
- func (fake *FakeRepository) UnSetPluginRepoCallCount() int
- func (fake *FakeRepository) UnSetPluginRepoCalls(stub func(int))
- func (fake *FakeRepository) UserEmail() string
- func (fake *FakeRepository) UserEmailCallCount() int
- func (fake *FakeRepository) UserEmailCalls(stub func() string)
- func (fake *FakeRepository) UserEmailReturns(result1 string)
- func (fake *FakeRepository) UserEmailReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) UserGUID() string
- func (fake *FakeRepository) UserGUIDCallCount() int
- func (fake *FakeRepository) UserGUIDCalls(stub func() string)
- func (fake *FakeRepository) UserGUIDReturns(result1 string)
- func (fake *FakeRepository) UserGUIDReturnsOnCall(i int, result1 string)
- func (fake *FakeRepository) Username() string
- func (fake *FakeRepository) UsernameCallCount() int
- func (fake *FakeRepository) UsernameCalls(stub func() string)
- func (fake *FakeRepository) UsernameReturns(result1 string)
- func (fake *FakeRepository) UsernameReturnsOnCall(i int, result1 string)
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)
Click to show internal directories.
Click to hide internal directories.