Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRWLocker
- func (fake *FakeRWLocker) Invocations() map[string][][]interface{}
- func (fake *FakeRWLocker) Lock()
- func (fake *FakeRWLocker) LockCallCount() int
- func (fake *FakeRWLocker) RLock()
- func (fake *FakeRWLocker) RLockCallCount() int
- func (fake *FakeRWLocker) RUnlock()
- func (fake *FakeRWLocker) RUnlockCallCount() int
- func (fake *FakeRWLocker) Unlock()
- func (fake *FakeRWLocker) UnlockCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRWLocker ¶
type FakeRWLocker struct { RLockStub func() RUnlockStub func() LockStub func() UnlockStub func() // contains filtered or unexported fields }
func (*FakeRWLocker) Invocations ¶
func (fake *FakeRWLocker) Invocations() map[string][][]interface{}
func (*FakeRWLocker) Lock ¶
func (fake *FakeRWLocker) Lock()
func (*FakeRWLocker) LockCallCount ¶
func (fake *FakeRWLocker) LockCallCount() int
func (*FakeRWLocker) RLock ¶
func (fake *FakeRWLocker) RLock()
func (*FakeRWLocker) RLockCallCount ¶
func (fake *FakeRWLocker) RLockCallCount() int
func (*FakeRWLocker) RUnlock ¶
func (fake *FakeRWLocker) RUnlock()
func (*FakeRWLocker) RUnlockCallCount ¶
func (fake *FakeRWLocker) RUnlockCallCount() int
func (*FakeRWLocker) Unlock ¶
func (fake *FakeRWLocker) Unlock()
func (*FakeRWLocker) UnlockCallCount ¶
func (fake *FakeRWLocker) UnlockCallCount() int
Click to show internal directories.
Click to hide internal directories.