Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSTSPresigner
- func (fake *FakeSTSPresigner) Invocations() map[string][][]interface{}
- func (fake *FakeSTSPresigner) PresignGetCallerIdentity(arg1 context.Context, arg2 *sts.GetCallerIdentityInput, ...) (*v4.PresignedHTTPRequest, error)
- func (fake *FakeSTSPresigner) PresignGetCallerIdentityArgsForCall(i int) (context.Context, *sts.GetCallerIdentityInput, []func(*sts.PresignOptions))
- func (fake *FakeSTSPresigner) PresignGetCallerIdentityCallCount() int
- func (fake *FakeSTSPresigner) PresignGetCallerIdentityCalls(...)
- func (fake *FakeSTSPresigner) PresignGetCallerIdentityReturns(result1 *v4.PresignedHTTPRequest, result2 error)
- func (fake *FakeSTSPresigner) PresignGetCallerIdentityReturnsOnCall(i int, result1 *v4.PresignedHTTPRequest, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSTSPresigner ¶
type FakeSTSPresigner struct { PresignGetCallerIdentityStub func(context.Context, *sts.GetCallerIdentityInput, ...func(*sts.PresignOptions)) (*v4.PresignedHTTPRequest, error) // contains filtered or unexported fields }
func (*FakeSTSPresigner) Invocations ¶
func (fake *FakeSTSPresigner) Invocations() map[string][][]interface{}
func (*FakeSTSPresigner) PresignGetCallerIdentity ¶
func (fake *FakeSTSPresigner) PresignGetCallerIdentity(arg1 context.Context, arg2 *sts.GetCallerIdentityInput, arg3 ...func(*sts.PresignOptions)) (*v4.PresignedHTTPRequest, error)
func (*FakeSTSPresigner) PresignGetCallerIdentityArgsForCall ¶
func (fake *FakeSTSPresigner) PresignGetCallerIdentityArgsForCall(i int) (context.Context, *sts.GetCallerIdentityInput, []func(*sts.PresignOptions))
func (*FakeSTSPresigner) PresignGetCallerIdentityCallCount ¶
func (fake *FakeSTSPresigner) PresignGetCallerIdentityCallCount() int
func (*FakeSTSPresigner) PresignGetCallerIdentityCalls ¶
func (fake *FakeSTSPresigner) PresignGetCallerIdentityCalls(stub func(context.Context, *sts.GetCallerIdentityInput, ...func(*sts.PresignOptions)) (*v4.PresignedHTTPRequest, error))
func (*FakeSTSPresigner) PresignGetCallerIdentityReturns ¶
func (fake *FakeSTSPresigner) PresignGetCallerIdentityReturns(result1 *v4.PresignedHTTPRequest, result2 error)
func (*FakeSTSPresigner) PresignGetCallerIdentityReturnsOnCall ¶
func (fake *FakeSTSPresigner) PresignGetCallerIdentityReturnsOnCall(i int, result1 *v4.PresignedHTTPRequest, result2 error)
Click to show internal directories.
Click to hide internal directories.