Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Resource
- func (fake *Resource) Invocations() map[string][][]interface{}
- func (fake *Resource) Relationships() map[string]string
- func (fake *Resource) RelationshipsCallCount() int
- func (fake *Resource) RelationshipsCalls(stub func() map[string]string)
- func (fake *Resource) RelationshipsReturns(result1 map[string]string)
- func (fake *Resource) RelationshipsReturnsOnCall(i int, result1 map[string]string)
- type ServiceBrokerRepository
- func (fake *ServiceBrokerRepository) Invocations() map[string][][]interface{}
- func (fake *ServiceBrokerRepository) ListServiceBrokers(arg1 context.Context, arg2 authorization.Info, ...) ([]repositories.ServiceBrokerRecord, error)
- func (fake *ServiceBrokerRepository) ListServiceBrokersArgsForCall(i int) (context.Context, authorization.Info, repositories.ListServiceBrokerMessage)
- func (fake *ServiceBrokerRepository) ListServiceBrokersCallCount() int
- func (fake *ServiceBrokerRepository) ListServiceBrokersCalls(...)
- func (fake *ServiceBrokerRepository) ListServiceBrokersReturns(result1 []repositories.ServiceBrokerRecord, result2 error)
- func (fake *ServiceBrokerRepository) ListServiceBrokersReturnsOnCall(i int, result1 []repositories.ServiceBrokerRecord, result2 error)
- type ServiceOfferingRepository
- func (fake *ServiceOfferingRepository) Invocations() map[string][][]interface{}
- func (fake *ServiceOfferingRepository) ListOfferings(arg1 context.Context, arg2 authorization.Info, ...) ([]repositories.ServiceOfferingRecord, error)
- func (fake *ServiceOfferingRepository) ListOfferingsArgsForCall(i int) (context.Context, authorization.Info, repositories.ListServiceOfferingMessage)
- func (fake *ServiceOfferingRepository) ListOfferingsCallCount() int
- func (fake *ServiceOfferingRepository) ListOfferingsCalls(...)
- func (fake *ServiceOfferingRepository) ListOfferingsReturns(result1 []repositories.ServiceOfferingRecord, result2 error)
- func (fake *ServiceOfferingRepository) ListOfferingsReturnsOnCall(i int, result1 []repositories.ServiceOfferingRecord, result2 error)
- type ServicePlanRepository
- func (fake *ServicePlanRepository) Invocations() map[string][][]interface{}
- func (fake *ServicePlanRepository) ListPlans(arg1 context.Context, arg2 authorization.Info, ...) ([]repositories.ServicePlanRecord, error)
- func (fake *ServicePlanRepository) ListPlansArgsForCall(i int) (context.Context, authorization.Info, repositories.ListServicePlanMessage)
- func (fake *ServicePlanRepository) ListPlansCallCount() int
- func (fake *ServicePlanRepository) ListPlansCalls(...)
- func (fake *ServicePlanRepository) ListPlansReturns(result1 []repositories.ServicePlanRecord, result2 error)
- func (fake *ServicePlanRepository) ListPlansReturnsOnCall(i int, result1 []repositories.ServicePlanRecord, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { RelationshipsStub func() map[string]string // contains filtered or unexported fields }
func (*Resource) Invocations ¶
func (*Resource) Relationships ¶
func (*Resource) RelationshipsCallCount ¶
func (*Resource) RelationshipsCalls ¶
func (*Resource) RelationshipsReturns ¶
type ServiceBrokerRepository ¶
type ServiceBrokerRepository struct { ListServiceBrokersStub func(context.Context, authorization.Info, repositories.ListServiceBrokerMessage) ([]repositories.ServiceBrokerRecord, error) // contains filtered or unexported fields }
func (*ServiceBrokerRepository) Invocations ¶
func (fake *ServiceBrokerRepository) Invocations() map[string][][]interface{}
func (*ServiceBrokerRepository) ListServiceBrokers ¶
func (fake *ServiceBrokerRepository) ListServiceBrokers(arg1 context.Context, arg2 authorization.Info, arg3 repositories.ListServiceBrokerMessage) ([]repositories.ServiceBrokerRecord, error)
func (*ServiceBrokerRepository) ListServiceBrokersArgsForCall ¶
func (fake *ServiceBrokerRepository) ListServiceBrokersArgsForCall(i int) (context.Context, authorization.Info, repositories.ListServiceBrokerMessage)
func (*ServiceBrokerRepository) ListServiceBrokersCallCount ¶
func (fake *ServiceBrokerRepository) ListServiceBrokersCallCount() int
func (*ServiceBrokerRepository) ListServiceBrokersCalls ¶
func (fake *ServiceBrokerRepository) ListServiceBrokersCalls(stub func(context.Context, authorization.Info, repositories.ListServiceBrokerMessage) ([]repositories.ServiceBrokerRecord, error))
func (*ServiceBrokerRepository) ListServiceBrokersReturns ¶
func (fake *ServiceBrokerRepository) ListServiceBrokersReturns(result1 []repositories.ServiceBrokerRecord, result2 error)
func (*ServiceBrokerRepository) ListServiceBrokersReturnsOnCall ¶
func (fake *ServiceBrokerRepository) ListServiceBrokersReturnsOnCall(i int, result1 []repositories.ServiceBrokerRecord, result2 error)
type ServiceOfferingRepository ¶
type ServiceOfferingRepository struct { ListOfferingsStub func(context.Context, authorization.Info, repositories.ListServiceOfferingMessage) ([]repositories.ServiceOfferingRecord, error) // contains filtered or unexported fields }
func (*ServiceOfferingRepository) Invocations ¶
func (fake *ServiceOfferingRepository) Invocations() map[string][][]interface{}
func (*ServiceOfferingRepository) ListOfferings ¶
func (fake *ServiceOfferingRepository) ListOfferings(arg1 context.Context, arg2 authorization.Info, arg3 repositories.ListServiceOfferingMessage) ([]repositories.ServiceOfferingRecord, error)
func (*ServiceOfferingRepository) ListOfferingsArgsForCall ¶
func (fake *ServiceOfferingRepository) ListOfferingsArgsForCall(i int) (context.Context, authorization.Info, repositories.ListServiceOfferingMessage)
func (*ServiceOfferingRepository) ListOfferingsCallCount ¶
func (fake *ServiceOfferingRepository) ListOfferingsCallCount() int
func (*ServiceOfferingRepository) ListOfferingsCalls ¶
func (fake *ServiceOfferingRepository) ListOfferingsCalls(stub func(context.Context, authorization.Info, repositories.ListServiceOfferingMessage) ([]repositories.ServiceOfferingRecord, error))
func (*ServiceOfferingRepository) ListOfferingsReturns ¶
func (fake *ServiceOfferingRepository) ListOfferingsReturns(result1 []repositories.ServiceOfferingRecord, result2 error)
func (*ServiceOfferingRepository) ListOfferingsReturnsOnCall ¶
func (fake *ServiceOfferingRepository) ListOfferingsReturnsOnCall(i int, result1 []repositories.ServiceOfferingRecord, result2 error)
type ServicePlanRepository ¶
type ServicePlanRepository struct { ListPlansStub func(context.Context, authorization.Info, repositories.ListServicePlanMessage) ([]repositories.ServicePlanRecord, error) // contains filtered or unexported fields }
func (*ServicePlanRepository) Invocations ¶
func (fake *ServicePlanRepository) Invocations() map[string][][]interface{}
func (*ServicePlanRepository) ListPlans ¶
func (fake *ServicePlanRepository) ListPlans(arg1 context.Context, arg2 authorization.Info, arg3 repositories.ListServicePlanMessage) ([]repositories.ServicePlanRecord, error)
func (*ServicePlanRepository) ListPlansArgsForCall ¶
func (fake *ServicePlanRepository) ListPlansArgsForCall(i int) (context.Context, authorization.Info, repositories.ListServicePlanMessage)
func (*ServicePlanRepository) ListPlansCallCount ¶
func (fake *ServicePlanRepository) ListPlansCallCount() int
func (*ServicePlanRepository) ListPlansCalls ¶
func (fake *ServicePlanRepository) ListPlansCalls(stub func(context.Context, authorization.Info, repositories.ListServicePlanMessage) ([]repositories.ServicePlanRecord, error))
func (*ServicePlanRepository) ListPlansReturns ¶
func (fake *ServicePlanRepository) ListPlansReturns(result1 []repositories.ServicePlanRecord, result2 error)
func (*ServicePlanRepository) ListPlansReturnsOnCall ¶
func (fake *ServicePlanRepository) ListPlansReturnsOnCall(i int, result1 []repositories.ServicePlanRecord, result2 error)
Click to show internal directories.
Click to hide internal directories.