Documentation
¶
Overview ¶
Package mock_logs is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIFormatter ¶
type MockIFormatter struct {
// contains filtered or unexported fields
}
MockIFormatter is a mock of IFormatter interface
func NewMockIFormatter ¶
func NewMockIFormatter(ctrl *gomock.Controller) *MockIFormatter
NewMockIFormatter creates a new mock instance
func (*MockIFormatter) EXPECT ¶
func (m *MockIFormatter) EXPECT() *MockIFormatterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIFormatterMockRecorder ¶
type MockIFormatterMockRecorder struct {
// contains filtered or unexported fields
}
MockIFormatterMockRecorder is the mock recorder for MockIFormatter
func (*MockIFormatterMockRecorder) Format ¶
func (mr *MockIFormatterMockRecorder) Format(item interface{}) *gomock.Call
Format indicates an expected call of Format
type MockITarget ¶
type MockITarget struct {
// contains filtered or unexported fields
}
MockITarget is a mock of ITarget interface
func NewMockITarget ¶
func NewMockITarget(ctrl *gomock.Controller) *MockITarget
NewMockITarget creates a new mock instance
func (*MockITarget) EXPECT ¶
func (m *MockITarget) EXPECT() *MockITargetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockITarget) Process ¶
func (m *MockITarget) Process(item *logs.LogItem)
Process mocks base method
type MockITargetMockRecorder ¶
type MockITargetMockRecorder struct {
// contains filtered or unexported fields
}
MockITargetMockRecorder is the mock recorder for MockITarget
func (*MockITargetMockRecorder) Flush ¶
func (mr *MockITargetMockRecorder) Flush(final interface{}) *gomock.Call
Flush indicates an expected call of Flush
func (*MockITargetMockRecorder) Process ¶
func (mr *MockITargetMockRecorder) Process(item interface{}) *gomock.Call
Process indicates an expected call of Process