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) LogEntries ¶ added in v1.2.0
func (m *MockIAudit) LogEntries(entries []interface{}, timeout ...time.Duration) error
LogEntries mocks base method
type MockIAuditMockRecorder ¶
type MockIAuditMockRecorder struct {
// contains filtered or unexported fields
}
MockIAuditMockRecorder is the mock recorder for MockIAudit
func (*MockIAuditMockRecorder) LogEntries ¶ added in v1.2.0
func (mr *MockIAuditMockRecorder) LogEntries(entries interface{}, timeout ...interface{}) *gomock.Call
LogEntries indicates an expected call of LogEntries
func (*MockIAuditMockRecorder) LogEntry ¶ added in v1.0.0
func (mr *MockIAuditMockRecorder) LogEntry(action, user, data interface{}, timeout ...interface{}) *gomock.Call
LogEntry indicates an expected call of LogEntry
Click to show internal directories.
Click to hide internal directories.