Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeParameterGroupSelector
- func (fake *FakeParameterGroupSelector) Invocations() map[string][][]interface{}
- func (fake *FakeParameterGroupSelector) SelectParameterGroup(arg1 rdsbroker.ServicePlan, arg2 []string) (string, error)
- func (fake *FakeParameterGroupSelector) SelectParameterGroupArgsForCall(i int) (rdsbroker.ServicePlan, []string)
- func (fake *FakeParameterGroupSelector) SelectParameterGroupCallCount() int
- func (fake *FakeParameterGroupSelector) SelectParameterGroupCalls(stub func(rdsbroker.ServicePlan, []string) (string, error))
- func (fake *FakeParameterGroupSelector) SelectParameterGroupReturns(result1 string, result2 error)
- func (fake *FakeParameterGroupSelector) SelectParameterGroupReturnsOnCall(i int, result1 string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeParameterGroupSelector ¶
type FakeParameterGroupSelector struct { SelectParameterGroupStub func(rdsbroker.ServicePlan, []string) (string, error) // contains filtered or unexported fields }
func (*FakeParameterGroupSelector) Invocations ¶
func (fake *FakeParameterGroupSelector) Invocations() map[string][][]interface{}
func (*FakeParameterGroupSelector) SelectParameterGroup ¶
func (fake *FakeParameterGroupSelector) SelectParameterGroup(arg1 rdsbroker.ServicePlan, arg2 []string) (string, error)
func (*FakeParameterGroupSelector) SelectParameterGroupArgsForCall ¶
func (fake *FakeParameterGroupSelector) SelectParameterGroupArgsForCall(i int) (rdsbroker.ServicePlan, []string)
func (*FakeParameterGroupSelector) SelectParameterGroupCallCount ¶
func (fake *FakeParameterGroupSelector) SelectParameterGroupCallCount() int
func (*FakeParameterGroupSelector) SelectParameterGroupCalls ¶
func (fake *FakeParameterGroupSelector) SelectParameterGroupCalls(stub func(rdsbroker.ServicePlan, []string) (string, error))
func (*FakeParameterGroupSelector) SelectParameterGroupReturns ¶
func (fake *FakeParameterGroupSelector) SelectParameterGroupReturns(result1 string, result2 error)
func (*FakeParameterGroupSelector) SelectParameterGroupReturnsOnCall ¶
func (fake *FakeParameterGroupSelector) SelectParameterGroupReturnsOnCall(i int, result1 string, result2 error)
Click to show internal directories.
Click to hide internal directories.