Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeLock
- func (fake *FakeLock) Acquire(key string)
- func (fake *FakeLock) AcquireArgsForCall(i int) string
- func (fake *FakeLock) AcquireCallCount() int
- func (fake *FakeLock) Invocations() map[string][][]interface{}
- func (fake *FakeLock) Release(key string) error
- func (fake *FakeLock) ReleaseArgsForCall(i int) string
- func (fake *FakeLock) ReleaseCallCount() int
- func (fake *FakeLock) ReleaseReturns(result1 error)
- func (fake *FakeLock) ReleaseReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeLock ¶
type FakeLock struct { AcquireStub func(key string) ReleaseStub func(key string) error // contains filtered or unexported fields }
func (*FakeLock) AcquireArgsForCall ¶
func (*FakeLock) AcquireCallCount ¶
func (*FakeLock) Invocations ¶
func (*FakeLock) ReleaseArgsForCall ¶
func (*FakeLock) ReleaseCallCount ¶
func (*FakeLock) ReleaseReturns ¶
func (*FakeLock) ReleaseReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.