Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDLM ¶
type MockDLM struct {
// contains filtered or unexported fields
}
MockDLM is a mock of DLM interface.
func NewMockDLM ¶
func NewMockDLM(ctrl *gomock.Controller) *MockDLM
NewMockDLM creates a new mock instance.
func (*MockDLM) EXPECT ¶
func (m *MockDLM) EXPECT() *MockDLMMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDLMMockRecorder ¶
type MockDLMMockRecorder struct {
// contains filtered or unexported fields
}
MockDLMMockRecorder is the mock recorder for MockDLM.
func (*MockDLMMockRecorder) Lock ¶
func (mr *MockDLMMockRecorder) Lock(arg0, arg1 interface{}) *gomock.Call
Lock indicates an expected call of Lock.
func (*MockDLMMockRecorder) Unlock ¶
func (mr *MockDLMMockRecorder) Unlock(arg0 interface{}) *gomock.Call
Unlock indicates an expected call of Unlock.
Click to show internal directories.
Click to hide internal directories.