mock_logutils

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2019 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_logutils is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLog

type MockLog struct {
	// contains filtered or unexported fields
}

MockLog is a mock of Log interface

func NewMockLog

func NewMockLog(ctrl *gomock.Controller) *MockLog

NewMockLog creates a new mock instance

func (*MockLog) Child

func (m *MockLog) Child(name string) logutils.Log

Child mocks base method

func (*MockLog) EXPECT

func (m *MockLog) EXPECT() *MockLogMockRecorder

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

func (*MockLog) Errorf

func (m *MockLog) Errorf(format string, args ...interface{})

Errorf mocks base method

func (*MockLog) Fatalf

func (m *MockLog) Fatalf(format string, args ...interface{})

Fatalf mocks base method

func (*MockLog) Infof

func (m *MockLog) Infof(format string, args ...interface{})

Infof mocks base method

func (*MockLog) Panicf

func (m *MockLog) Panicf(format string, args ...interface{})

Panicf mocks base method

func (*MockLog) SetLevel

func (m *MockLog) SetLevel(level logutils.LogLevel)

SetLevel mocks base method

func (*MockLog) Warnf

func (m *MockLog) Warnf(format string, args ...interface{})

Warnf mocks base method

type MockLogMockRecorder

type MockLogMockRecorder struct {
	// contains filtered or unexported fields
}

MockLogMockRecorder is the mock recorder for MockLog

func (*MockLogMockRecorder) Child

func (mr *MockLogMockRecorder) Child(name interface{}) *gomock.Call

Child indicates an expected call of Child

func (*MockLogMockRecorder) Errorf

func (mr *MockLogMockRecorder) Errorf(format interface{}, args ...interface{}) *gomock.Call

Errorf indicates an expected call of Errorf

func (*MockLogMockRecorder) Fatalf

func (mr *MockLogMockRecorder) Fatalf(format interface{}, args ...interface{}) *gomock.Call

Fatalf indicates an expected call of Fatalf

func (*MockLogMockRecorder) Infof

func (mr *MockLogMockRecorder) Infof(format interface{}, args ...interface{}) *gomock.Call

Infof indicates an expected call of Infof

func (*MockLogMockRecorder) Panicf

func (mr *MockLogMockRecorder) Panicf(format interface{}, args ...interface{}) *gomock.Call

Panicf indicates an expected call of Panicf

func (*MockLogMockRecorder) SetLevel

func (mr *MockLogMockRecorder) SetLevel(level interface{}) *gomock.Call

SetLevel indicates an expected call of SetLevel

func (*MockLogMockRecorder) Warnf

func (mr *MockLogMockRecorder) Warnf(format interface{}, args ...interface{}) *gomock.Call

Warnf indicates an expected call of Warnf

Jump to

Keyboard shortcuts

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