Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) GetBrokers(arg1 context.Context) ([]sm.Broker, error)
- func (fake *FakeClient) GetBrokersArgsForCall(i int) context.Context
- func (fake *FakeClient) GetBrokersCallCount() int
- func (fake *FakeClient) GetBrokersCalls(stub func(context.Context) ([]sm.Broker, error))
- func (fake *FakeClient) GetBrokersReturns(result1 []sm.Broker, result2 error)
- func (fake *FakeClient) GetBrokersReturnsOnCall(i int, result1 []sm.Broker, result2 error)
- func (fake *FakeClient) GetPlans(arg1 context.Context) ([]*types.ServicePlan, error)
- func (fake *FakeClient) GetPlansArgsForCall(i int) context.Context
- func (fake *FakeClient) GetPlansByServiceOfferings(arg1 context.Context, arg2 []*types.ServiceOffering) ([]*types.ServicePlan, error)
- func (fake *FakeClient) GetPlansByServiceOfferingsArgsForCall(i int) (context.Context, []*types.ServiceOffering)
- func (fake *FakeClient) GetPlansByServiceOfferingsCallCount() int
- func (fake *FakeClient) GetPlansByServiceOfferingsCalls(...)
- func (fake *FakeClient) GetPlansByServiceOfferingsReturns(result1 []*types.ServicePlan, result2 error)
- func (fake *FakeClient) GetPlansByServiceOfferingsReturnsOnCall(i int, result1 []*types.ServicePlan, result2 error)
- 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) GetServiceOfferingsByBrokerIDs(arg1 context.Context, arg2 []string) ([]*types.ServiceOffering, error)
- func (fake *FakeClient) GetServiceOfferingsByBrokerIDsArgsForCall(i int) (context.Context, []string)
- func (fake *FakeClient) GetServiceOfferingsByBrokerIDsCallCount() int
- func (fake *FakeClient) GetServiceOfferingsByBrokerIDsCalls(stub func(context.Context, []string) ([]*types.ServiceOffering, error))
- func (fake *FakeClient) GetServiceOfferingsByBrokerIDsReturns(result1 []*types.ServiceOffering, result2 error)
- func (fake *FakeClient) GetServiceOfferingsByBrokerIDsReturnsOnCall(i int, result1 []*types.ServiceOffering, result2 error)
- func (fake *FakeClient) GetVisibilities(arg1 context.Context) ([]*types.Visibility, error)
- func (fake *FakeClient) GetVisibilitiesArgsForCall(i int) context.Context
- func (fake *FakeClient) GetVisibilitiesCallCount() int
- func (fake *FakeClient) GetVisibilitiesCalls(stub func(context.Context) ([]*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{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { GetBrokersStub func(context.Context) ([]sm.Broker, error) GetPlansStub func(context.Context) ([]*types.ServicePlan, error) GetPlansByServiceOfferingsStub func(context.Context, []*types.ServiceOffering) ([]*types.ServicePlan, error) GetServiceOfferingsByBrokerIDsStub func(context.Context, []string) ([]*types.ServiceOffering, error) GetVisibilitiesStub func(context.Context) ([]*types.Visibility, error) // contains filtered or unexported fields }
func (*FakeClient) GetBrokers ¶
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 (*FakeClient) GetBrokersReturns ¶
func (fake *FakeClient) GetBrokersReturns(result1 []sm.Broker, result2 error)
func (*FakeClient) GetBrokersReturnsOnCall ¶
func (fake *FakeClient) GetBrokersReturnsOnCall(i int, result1 []sm.Broker, 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) GetPlansByServiceOfferings ¶ added in v0.3.0
func (fake *FakeClient) GetPlansByServiceOfferings(arg1 context.Context, arg2 []*types.ServiceOffering) ([]*types.ServicePlan, error)
func (*FakeClient) GetPlansByServiceOfferingsArgsForCall ¶ added in v0.3.0
func (fake *FakeClient) GetPlansByServiceOfferingsArgsForCall(i int) (context.Context, []*types.ServiceOffering)
func (*FakeClient) GetPlansByServiceOfferingsCallCount ¶ added in v0.3.0
func (fake *FakeClient) GetPlansByServiceOfferingsCallCount() int
func (*FakeClient) GetPlansByServiceOfferingsCalls ¶ added in v0.3.0
func (fake *FakeClient) GetPlansByServiceOfferingsCalls(stub func(context.Context, []*types.ServiceOffering) ([]*types.ServicePlan, error))
func (*FakeClient) GetPlansByServiceOfferingsReturns ¶ added in v0.3.0
func (fake *FakeClient) GetPlansByServiceOfferingsReturns(result1 []*types.ServicePlan, result2 error)
func (*FakeClient) GetPlansByServiceOfferingsReturnsOnCall ¶ added in v0.3.0
func (fake *FakeClient) GetPlansByServiceOfferingsReturnsOnCall(i int, result1 []*types.ServicePlan, result2 error)
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) GetServiceOfferingsByBrokerIDs ¶ added in v0.3.0
func (fake *FakeClient) GetServiceOfferingsByBrokerIDs(arg1 context.Context, arg2 []string) ([]*types.ServiceOffering, error)
func (*FakeClient) GetServiceOfferingsByBrokerIDsArgsForCall ¶ added in v0.3.0
func (fake *FakeClient) GetServiceOfferingsByBrokerIDsArgsForCall(i int) (context.Context, []string)
func (*FakeClient) GetServiceOfferingsByBrokerIDsCallCount ¶ added in v0.3.0
func (fake *FakeClient) GetServiceOfferingsByBrokerIDsCallCount() int
func (*FakeClient) GetServiceOfferingsByBrokerIDsCalls ¶ added in v0.3.0
func (fake *FakeClient) GetServiceOfferingsByBrokerIDsCalls(stub func(context.Context, []string) ([]*types.ServiceOffering, error))
func (*FakeClient) GetServiceOfferingsByBrokerIDsReturns ¶ added in v0.3.0
func (fake *FakeClient) GetServiceOfferingsByBrokerIDsReturns(result1 []*types.ServiceOffering, result2 error)
func (*FakeClient) GetServiceOfferingsByBrokerIDsReturnsOnCall ¶ added in v0.3.0
func (fake *FakeClient) GetServiceOfferingsByBrokerIDsReturnsOnCall(i int, result1 []*types.ServiceOffering, result2 error)
func (*FakeClient) GetVisibilities ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilities(arg1 context.Context) ([]*types.Visibility, error)
func (*FakeClient) GetVisibilitiesArgsForCall ¶ added in v0.2.0
func (fake *FakeClient) GetVisibilitiesArgsForCall(i int) context.Context
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) ([]*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{}
Click to show internal directories.
Click to hide internal directories.