mock_logs

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

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

EXPECT returns an object that allows the caller to indicate expected use

func (*MockIFormatter) Format

func (m *MockIFormatter) Format(item *logs.LogItem) string

Format mocks base method

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) Flush

func (m *MockITarget) Flush(final bool)

Flush mocks base method

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL