Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClock
- func (fake *FakeClock) Invocations() map[string][][]interface{}
- func (fake *FakeClock) Now() time.Time
- func (fake *FakeClock) NowCallCount() int
- func (fake *FakeClock) NowCalls(stub func() time.Time)
- func (fake *FakeClock) NowReturns(result1 time.Time)
- func (fake *FakeClock) NowReturnsOnCall(i int, result1 time.Time)
- type FakeFlock
- func (fake *FakeFlock) Invocations() map[string][][]interface{}
- func (fake *FakeFlock) TryLockContext(arg1 context.Context, arg2 time.Duration) (bool, error)
- func (fake *FakeFlock) TryLockContextArgsForCall(i int) (context.Context, time.Duration)
- func (fake *FakeFlock) TryLockContextCallCount() int
- func (fake *FakeFlock) TryLockContextCalls(stub func(context.Context, time.Duration) (bool, error))
- func (fake *FakeFlock) TryLockContextReturns(result1 bool, result2 error)
- func (fake *FakeFlock) TryLockContextReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeFlock) TryRLockContext(arg1 context.Context, arg2 time.Duration) (bool, error)
- func (fake *FakeFlock) TryRLockContextArgsForCall(i int) (context.Context, time.Duration)
- func (fake *FakeFlock) TryRLockContextCallCount() int
- func (fake *FakeFlock) TryRLockContextCalls(stub func(context.Context, time.Duration) (bool, error))
- func (fake *FakeFlock) TryRLockContextReturns(result1 bool, result2 error)
- func (fake *FakeFlock) TryRLockContextReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeFlock) Unlock() error
- func (fake *FakeFlock) UnlockCallCount() int
- func (fake *FakeFlock) UnlockCalls(stub func() error)
- func (fake *FakeFlock) UnlockReturns(result1 error)
- func (fake *FakeFlock) UnlockReturnsOnCall(i int, result1 error)
- type FakeProvider
- func (fake *FakeProvider) Invocations() map[string][][]interface{}
- func (fake *FakeProvider) Retrieve(arg1 context.Context) (aws.Credentials, error)
- func (fake *FakeProvider) RetrieveArgsForCall(i int) context.Context
- func (fake *FakeProvider) RetrieveCallCount() int
- func (fake *FakeProvider) RetrieveCalls(stub func(context.Context) (aws.Credentials, error))
- func (fake *FakeProvider) RetrieveReturns(result1 aws.Credentials, result2 error)
- func (fake *FakeProvider) RetrieveReturnsOnCall(i int, result1 aws.Credentials, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClock ¶
func (*FakeClock) Invocations ¶
func (*FakeClock) NowCallCount ¶
func (*FakeClock) NowReturns ¶
type FakeFlock ¶
type FakeFlock struct { TryLockContextStub func(context.Context, time.Duration) (bool, error) TryRLockContextStub func(context.Context, time.Duration) (bool, error) UnlockStub func() error // contains filtered or unexported fields }
func (*FakeFlock) Invocations ¶
func (*FakeFlock) TryLockContext ¶
func (*FakeFlock) TryLockContextArgsForCall ¶
func (*FakeFlock) TryLockContextCallCount ¶
func (*FakeFlock) TryLockContextCalls ¶
func (*FakeFlock) TryLockContextReturns ¶
func (*FakeFlock) TryLockContextReturnsOnCall ¶
func (*FakeFlock) TryRLockContext ¶
func (*FakeFlock) TryRLockContextArgsForCall ¶
func (*FakeFlock) TryRLockContextCallCount ¶
func (*FakeFlock) TryRLockContextCalls ¶
func (*FakeFlock) TryRLockContextReturns ¶
func (*FakeFlock) TryRLockContextReturnsOnCall ¶
func (*FakeFlock) UnlockCallCount ¶
func (*FakeFlock) UnlockCalls ¶
func (*FakeFlock) UnlockReturns ¶
func (*FakeFlock) UnlockReturnsOnCall ¶
type FakeProvider ¶
type FakeProvider struct { RetrieveStub func(context.Context) (aws.Credentials, error) // contains filtered or unexported fields }
func (*FakeProvider) Invocations ¶
func (fake *FakeProvider) Invocations() map[string][][]interface{}
func (*FakeProvider) Retrieve ¶
func (fake *FakeProvider) Retrieve(arg1 context.Context) (aws.Credentials, error)
func (*FakeProvider) RetrieveArgsForCall ¶
func (fake *FakeProvider) RetrieveArgsForCall(i int) context.Context
func (*FakeProvider) RetrieveCallCount ¶
func (fake *FakeProvider) RetrieveCallCount() int
func (*FakeProvider) RetrieveCalls ¶
func (fake *FakeProvider) RetrieveCalls(stub func(context.Context) (aws.Credentials, error))
func (*FakeProvider) RetrieveReturns ¶
func (fake *FakeProvider) RetrieveReturns(result1 aws.Credentials, result2 error)
func (*FakeProvider) RetrieveReturnsOnCall ¶
func (fake *FakeProvider) RetrieveReturnsOnCall(i int, result1 aws.Credentials, result2 error)
Click to show internal directories.
Click to hide internal directories.