Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSSM
- func (fake *FakeSSM) GetParameterWithContext(arg1 context.Context, arg2 *ssm.GetParameterInput, arg3 ...request.Option) (*ssm.GetParameterOutput, error)
- func (fake *FakeSSM) GetParameterWithContextArgsForCall(i int) (context.Context, *ssm.GetParameterInput, []request.Option)
- func (fake *FakeSSM) GetParameterWithContextCallCount() int
- func (fake *FakeSSM) GetParameterWithContextCalls(...)
- func (fake *FakeSSM) GetParameterWithContextReturns(result1 *ssm.GetParameterOutput, result2 error)
- func (fake *FakeSSM) GetParameterWithContextReturnsOnCall(i int, result1 *ssm.GetParameterOutput, result2 error)
- func (fake *FakeSSM) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSSM ¶
type FakeSSM struct { GetParameterWithContextStub func(context.Context, *ssm.GetParameterInput, ...request.Option) (*ssm.GetParameterOutput, error) // contains filtered or unexported fields }
func (*FakeSSM) GetParameterWithContext ¶
func (fake *FakeSSM) GetParameterWithContext(arg1 context.Context, arg2 *ssm.GetParameterInput, arg3 ...request.Option) (*ssm.GetParameterOutput, error)
func (*FakeSSM) GetParameterWithContextArgsForCall ¶
func (*FakeSSM) GetParameterWithContextCallCount ¶
func (*FakeSSM) GetParameterWithContextCalls ¶
func (fake *FakeSSM) GetParameterWithContextCalls(stub func(context.Context, *ssm.GetParameterInput, ...request.Option) (*ssm.GetParameterOutput, error))
func (*FakeSSM) GetParameterWithContextReturns ¶
func (fake *FakeSSM) GetParameterWithContextReturns(result1 *ssm.GetParameterOutput, result2 error)
func (*FakeSSM) GetParameterWithContextReturnsOnCall ¶
func (fake *FakeSSM) GetParameterWithContextReturnsOnCall(i int, result1 *ssm.GetParameterOutput, result2 error)
func (*FakeSSM) Invocations ¶
Click to show internal directories.
Click to hide internal directories.