Documentation ¶
Overview ¶
Package lxAuditMocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIAudit ¶
type MockIAudit struct {
// contains filtered or unexported fields
}
MockIAudit is a mock of IAudit interface
func NewMockIAudit ¶
func NewMockIAudit(ctrl *gomock.Controller) *MockIAudit
NewMockIAudit creates a new mock instance
func (*MockIAudit) EXPECT ¶
func (m *MockIAudit) EXPECT() *MockIAuditMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIAudit) Log ¶
func (m *MockIAudit) Log(arg0 string, arg1, arg2 interface{}) error
Log mocks base method
type MockIAuditMockRecorder ¶
type MockIAuditMockRecorder struct {
// contains filtered or unexported fields
}
MockIAuditMockRecorder is the mock recorder for MockIAudit
func (*MockIAuditMockRecorder) Log ¶
func (mr *MockIAuditMockRecorder) Log(arg0, arg1, arg2 interface{}) *gomock.Call
Log indicates an expected call of Log
Click to show internal directories.
Click to hide internal directories.