Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) ActivateCredentials(arg1 context.Context, arg2 string) error
- func (fake *FakeClient) ActivateCredentialsArgsForCall(i int) (context.Context, string)
- func (fake *FakeClient) ActivateCredentialsCallCount() int
- func (fake *FakeClient) ActivateCredentialsCalls(stub func(context.Context, string) error)
- func (fake *FakeClient) ActivateCredentialsReturns(result1 error)
- func (fake *FakeClient) ActivateCredentialsReturnsOnCall(i int, result1 error)
- func (fake *FakeClient) GetBrokers(arg1 context.Context) ([]*types.ServiceBroker, error)
- func (fake *FakeClient) GetBrokersArgsForCall(i int) context.Context
- func (fake *FakeClient) GetBrokersCallCount() int
- func (fake *FakeClient) GetBrokersCalls(stub func(context.Context) ([]*types.ServiceBroker, error))
- func (fake *FakeClient) GetBrokersReturns(result1 []*types.ServiceBroker, result2 error)
- func (fake *FakeClient) GetBrokersReturnsOnCall(i int, result1 []*types.ServiceBroker, result2 error)
- func (fake *FakeClient) GetPlans(arg1 context.Context) ([]*types.ServicePlan, error)
- func (fake *FakeClient) GetPlansArgsForCall(i int) context.Context
- func (fake *FakeClient) GetPlansCallCount() int
- func (fake *FakeClient) GetPlansCalls(stub func(context.Context) ([]*types.ServicePlan, error))
- func (fake *FakeClient) GetPlansReturns(result1 []*types.ServicePlan, result2 error)
- func (fake *FakeClient) GetPlansReturnsOnCall(i int, result1 []*types.ServicePlan, result2 error)
- func (fake *FakeClient) GetServiceOfferings(arg1 context.Context) ([]*types.ServiceOffering, error)
- func (fake *FakeClient) GetServiceOfferingsArgsForCall(i int) context.Context
- func (fake *FakeClient) GetServiceOfferingsCallCount() int
- func (fake *FakeClient) GetServiceOfferingsCalls(stub func(context.Context) ([]*types.ServiceOffering, error))
- func (fake *FakeClient) GetServiceOfferingsReturns(result1 []*types.ServiceOffering, result2 error)
- func (fake *FakeClient) GetServiceOfferingsReturnsOnCall(i int, result1 []*types.ServiceOffering, result2 error)
- func (fake *FakeClient) GetVisibilities(arg1 context.Context, arg2 []string) ([]*types.Visibility, error)
- func (fake *FakeClient) GetVisibilitiesArgsForCall(i int) (context.Context, []string)
- func (fake *FakeClient) GetVisibilitiesCallCount() int
- func (fake *FakeClient) GetVisibilitiesCalls(stub func(context.Context, []string) ([]*types.Visibility, error))
- func (fake *FakeClient) GetVisibilitiesReturns(result1 []*types.Visibility, result2 error)
- func (fake *FakeClient) GetVisibilitiesReturnsOnCall(i int, result1 []*types.Visibility, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
- func (fake *FakeClient) PutCredentials(arg1 context.Context, arg2 *types.BrokerPlatformCredential, arg3 bool) (*types.BrokerPlatformCredential, error)
- func (fake *FakeClient) PutCredentialsArgsForCall(i int) (context.Context, *types.BrokerPlatformCredential, bool)
- func (fake *FakeClient) PutCredentialsCallCount() int
- func (fake *FakeClient) PutCredentialsCalls(...)
- func (fake *FakeClient) PutCredentialsReturns(result1 *types.BrokerPlatformCredential, result2 error)
- func (fake *FakeClient) PutCredentialsReturnsOnCall(i int, result1 *types.BrokerPlatformCredential, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { ActivateCredentialsStub func(context.Context, string) error GetBrokersStub func(context.Context) ([]*types.ServiceBroker, error) GetPlansStub func(context.Context) ([]*types.ServicePlan, error) GetServiceOfferingsStub func(context.Context) ([]*types.ServiceOffering, error) GetVisibilitiesStub func(context.Context, []string) ([]*types.Visibility, error) PutCredentialsStub func(context.Context, *types.BrokerPlatformCredential, bool) (*types.BrokerPlatformCredential, error) // contains filtered or unexported fields }
func (*FakeClient) ActivateCredentials ¶ added in v0.11.3
func (fake *FakeClient) ActivateCredentials(arg1 context.Context, arg2 string) error
func (*FakeClient) ActivateCredentialsArgsForCall ¶ added in v0.11.3
func (fake *FakeClient) ActivateCredentialsArgsForCall(i int) (context.Context, string)
func (*FakeClient) ActivateCredentialsCallCount ¶ added in v0.11.3
func (fake *FakeClient) ActivateCredentialsCallCount() int
func (*FakeClient) ActivateCredentialsCalls ¶ added in v0.11.3
func (fake *FakeClient) ActivateCredentialsCalls(stub func(context.Context, string) error)
func (*FakeClient) ActivateCredentialsReturns ¶ added in v0.11.3
func (fake *FakeClient) ActivateCredentialsReturns(result1 error)
func (*FakeClient) ActivateCredentialsReturnsOnCall ¶ added in v0.11.3
func (fake *FakeClient) ActivateCredentialsReturnsOnCall(i int, result1 error)
func (*FakeClient) GetBrokers ¶
func (fake *FakeClient) GetBrokers(arg1 context.Context) ([]*types.ServiceBroker, error)
func (*FakeClient) GetBrokersArgsForCall ¶
func (fake *FakeClient) GetBrokersArgsForCall(i int) context.Context
func (*FakeClient) GetBrokersCallCount ¶
func (fake *FakeClient) GetBrokersCallCount() int
func (*FakeClient) GetBrokersCalls ¶ added in v0.2.0
func (fake *FakeClient) GetBrokersCalls(stub func(context.Context) ([]*types.ServiceBroker, error))
func (*FakeClient) GetBrokersReturns ¶
func (fake *FakeClient) GetBrokersReturns(result1 []*types.ServiceBroker, result2 error)
func (*FakeClient) GetBrokersReturnsOnCall ¶
func (fake *FakeClient) GetBrokersReturnsOnCall(i int, result1 []*types.ServiceBroker, result2 error)
func (*FakeClient) GetPlans ¶ added in v0.2.0
func (fake *FakeClient) GetPlans(arg1 context.Context) ([]*types.ServicePlan, error)
func (*FakeClient) GetPlansArgsForCall ¶ added in v0.2.0
func (fake *FakeClient) GetPlansArgsForCall(i int) context.Context
func (*FakeClient) GetPlansCallCount ¶ added in v0.2.0
func (fake *FakeClient) GetPlansCallCount() int
func (*FakeClient) GetPlansCalls ¶ added in v0.2.0
func (fake *FakeClient) GetPlansCalls(stub func(context.Context) ([]*types.ServicePlan, error))
func (*FakeClient) GetPlansReturns ¶ added in v0.2.0
func (fake *FakeClient) GetPlansReturns(result1 []*types.ServicePlan, result2 error)
func (*FakeClient) GetPlansReturnsOnCall ¶ added in v0.2.0
func (fake *FakeClient) GetPlansReturnsOnCall(i int, result1 []*types.ServicePlan, result2 error)
func (*FakeClient) GetServiceOfferings ¶ added in v0.9.1
func (fake *FakeClient) GetServiceOfferings(arg1 context.Context) ([]*types.ServiceOffering, error)
func (*FakeClient) GetServiceOfferingsArgsForCall ¶ added in v0.9.1
func (fake *FakeClient) GetServiceOfferingsArgsForCall(i int) context.Context
func (*FakeClient) GetServiceOfferingsCallCount ¶ added in v0.9.1
func (fake *FakeClient) GetServiceOfferingsCallCount() int
func (*FakeClient) GetServiceOfferingsCalls ¶ added in v0.9.1
func (fake *FakeClient) GetServiceOfferingsCalls(stub func(context.Context) ([]*types.ServiceOffering, error))
func (*FakeClient) GetServiceOfferingsReturns ¶ added in v0.9.1
func (fake *FakeClient) GetServiceOfferingsReturns(result1 []*types.ServiceOffering, result2 error)
func (*FakeClient) GetServiceOfferingsReturnsOnCall ¶ added in v0.9.1
func (fake *FakeClient) GetServiceOfferingsReturnsOnCall(i int, result1 []*types.ServiceOffering, result2 error)
func (*FakeClient) GetVisibilities ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilities(arg1 context.Context, arg2 []string) ([]*types.Visibility, error)
func (*FakeClient) GetVisibilitiesArgsForCall ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilitiesArgsForCall(i int) (context.Context, []string)
func (*FakeClient) GetVisibilitiesCallCount ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilitiesCallCount() int
func (*FakeClient) GetVisibilitiesCalls ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilitiesCalls(stub func(context.Context, []string) ([]*types.Visibility, error))
func (*FakeClient) GetVisibilitiesReturns ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilitiesReturns(result1 []*types.Visibility, result2 error)
func (*FakeClient) GetVisibilitiesReturnsOnCall ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilitiesReturnsOnCall(i int, result1 []*types.Visibility, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
func (*FakeClient) PutCredentials ¶ added in v0.9.0
func (fake *FakeClient) PutCredentials(arg1 context.Context, arg2 *types.BrokerPlatformCredential, arg3 bool) (*types.BrokerPlatformCredential, error)
func (*FakeClient) PutCredentialsArgsForCall ¶ added in v0.9.0
func (fake *FakeClient) PutCredentialsArgsForCall(i int) (context.Context, *types.BrokerPlatformCredential, bool)
func (*FakeClient) PutCredentialsCallCount ¶ added in v0.9.0
func (fake *FakeClient) PutCredentialsCallCount() int
func (*FakeClient) PutCredentialsCalls ¶ added in v0.9.0
func (fake *FakeClient) PutCredentialsCalls(stub func(context.Context, *types.BrokerPlatformCredential, bool) (*types.BrokerPlatformCredential, error))
func (*FakeClient) PutCredentialsReturns ¶ added in v0.9.0
func (fake *FakeClient) PutCredentialsReturns(result1 *types.BrokerPlatformCredential, result2 error)
func (*FakeClient) PutCredentialsReturnsOnCall ¶ added in v0.9.0
func (fake *FakeClient) PutCredentialsReturnsOnCall(i int, result1 *types.BrokerPlatformCredential, result2 error)
Click to show internal directories.
Click to hide internal directories.