mock

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInterface

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

MockInterface is a mock of Interface interface

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance

func (*MockInterface) Debug

func (m *MockInterface) Debug(arg0 ...interface{})

Debug mocks base method

func (*MockInterface) Debugf

func (m *MockInterface) Debugf(arg0 string, arg1 ...interface{})

Debugf mocks base method

func (*MockInterface) Debugln

func (m *MockInterface) Debugln(arg0 ...interface{})

Debugln mocks base method

func (*MockInterface) EXPECT

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

func (*MockInterface) Error

func (m *MockInterface) Error(arg0 ...interface{})

Error mocks base method

func (*MockInterface) Errorf

func (m *MockInterface) Errorf(arg0 string, arg1 ...interface{})

Errorf mocks base method

func (*MockInterface) Errorln

func (m *MockInterface) Errorln(arg0 ...interface{})

Errorln mocks base method

func (*MockInterface) Fatal

func (m *MockInterface) Fatal(arg0 ...interface{})

Fatal mocks base method

func (*MockInterface) Fatalf

func (m *MockInterface) Fatalf(arg0 string, arg1 ...interface{})

Fatalf mocks base method

func (*MockInterface) Fatalln

func (m *MockInterface) Fatalln(arg0 ...interface{})

Fatalln mocks base method

func (*MockInterface) Info

func (m *MockInterface) Info(arg0 ...interface{})

Info mocks base method

func (*MockInterface) Infof

func (m *MockInterface) Infof(arg0 string, arg1 ...interface{})

Infof mocks base method

func (*MockInterface) Infoln

func (m *MockInterface) Infoln(arg0 ...interface{})

Infoln mocks base method

func (*MockInterface) Panic

func (m *MockInterface) Panic(arg0 ...interface{})

Panic mocks base method

func (*MockInterface) Panicf

func (m *MockInterface) Panicf(arg0 string, arg1 ...interface{})

Panicf mocks base method

func (*MockInterface) Panicln

func (m *MockInterface) Panicln(arg0 ...interface{})

Panicln mocks base method

func (*MockInterface) Print

func (m *MockInterface) Print(arg0 ...interface{})

Print mocks base method

func (*MockInterface) Printf

func (m *MockInterface) Printf(arg0 string, arg1 ...interface{})

Printf mocks base method

func (*MockInterface) Println

func (m *MockInterface) Println(arg0 ...interface{})

Println mocks base method

func (*MockInterface) Warn

func (m *MockInterface) Warn(arg0 ...interface{})

Warn mocks base method

func (*MockInterface) Warnf

func (m *MockInterface) Warnf(arg0 string, arg1 ...interface{})

Warnf mocks base method

func (*MockInterface) Warning

func (m *MockInterface) Warning(arg0 ...interface{})

Warning mocks base method

func (*MockInterface) Warningf

func (m *MockInterface) Warningf(arg0 string, arg1 ...interface{})

Warningf mocks base method

func (*MockInterface) Warningln

func (m *MockInterface) Warningln(arg0 ...interface{})

Warningln mocks base method

func (*MockInterface) Warnln

func (m *MockInterface) Warnln(arg0 ...interface{})

Warnln mocks base method

func (*MockInterface) With

func (m *MockInterface) With(arg0 string, arg1 interface{}) log.Interface

With mocks base method

func (*MockInterface) WithError

func (m *MockInterface) WithError(arg0 error) *logrus.Entry

WithError mocks base method

func (*MockInterface) WithField

func (m *MockInterface) WithField(arg0 string, arg1 interface{}) *logrus.Entry

WithField mocks base method

func (*MockInterface) WithFields

func (m *MockInterface) WithFields(arg0 logrus.Fields) *logrus.Entry

WithFields mocks base method

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface

func (*MockInterfaceMockRecorder) Debug

func (mr *MockInterfaceMockRecorder) Debug(arg0 ...interface{}) *gomock.Call

Debug indicates an expected call of Debug

func (*MockInterfaceMockRecorder) Debugf

func (mr *MockInterfaceMockRecorder) Debugf(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Debugf indicates an expected call of Debugf

func (*MockInterfaceMockRecorder) Debugln

func (mr *MockInterfaceMockRecorder) Debugln(arg0 ...interface{}) *gomock.Call

Debugln indicates an expected call of Debugln

func (*MockInterfaceMockRecorder) Error

func (mr *MockInterfaceMockRecorder) Error(arg0 ...interface{}) *gomock.Call

Error indicates an expected call of Error

func (*MockInterfaceMockRecorder) Errorf

func (mr *MockInterfaceMockRecorder) Errorf(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Errorf indicates an expected call of Errorf

func (*MockInterfaceMockRecorder) Errorln

func (mr *MockInterfaceMockRecorder) Errorln(arg0 ...interface{}) *gomock.Call

Errorln indicates an expected call of Errorln

func (*MockInterfaceMockRecorder) Fatal

func (mr *MockInterfaceMockRecorder) Fatal(arg0 ...interface{}) *gomock.Call

Fatal indicates an expected call of Fatal

func (*MockInterfaceMockRecorder) Fatalf

func (mr *MockInterfaceMockRecorder) Fatalf(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Fatalf indicates an expected call of Fatalf

func (*MockInterfaceMockRecorder) Fatalln

func (mr *MockInterfaceMockRecorder) Fatalln(arg0 ...interface{}) *gomock.Call

Fatalln indicates an expected call of Fatalln

func (*MockInterfaceMockRecorder) Info

func (mr *MockInterfaceMockRecorder) Info(arg0 ...interface{}) *gomock.Call

Info indicates an expected call of Info

func (*MockInterfaceMockRecorder) Infof

func (mr *MockInterfaceMockRecorder) Infof(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Infof indicates an expected call of Infof

func (*MockInterfaceMockRecorder) Infoln

func (mr *MockInterfaceMockRecorder) Infoln(arg0 ...interface{}) *gomock.Call

Infoln indicates an expected call of Infoln

func (*MockInterfaceMockRecorder) Panic

func (mr *MockInterfaceMockRecorder) Panic(arg0 ...interface{}) *gomock.Call

Panic indicates an expected call of Panic

func (*MockInterfaceMockRecorder) Panicf

func (mr *MockInterfaceMockRecorder) Panicf(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Panicf indicates an expected call of Panicf

func (*MockInterfaceMockRecorder) Panicln

func (mr *MockInterfaceMockRecorder) Panicln(arg0 ...interface{}) *gomock.Call

Panicln indicates an expected call of Panicln

func (*MockInterfaceMockRecorder) Print

func (mr *MockInterfaceMockRecorder) Print(arg0 ...interface{}) *gomock.Call

Print indicates an expected call of Print

func (*MockInterfaceMockRecorder) Printf

func (mr *MockInterfaceMockRecorder) Printf(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Printf indicates an expected call of Printf

func (*MockInterfaceMockRecorder) Println

func (mr *MockInterfaceMockRecorder) Println(arg0 ...interface{}) *gomock.Call

Println indicates an expected call of Println

func (*MockInterfaceMockRecorder) Warn

func (mr *MockInterfaceMockRecorder) Warn(arg0 ...interface{}) *gomock.Call

Warn indicates an expected call of Warn

func (*MockInterfaceMockRecorder) Warnf

func (mr *MockInterfaceMockRecorder) Warnf(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Warnf indicates an expected call of Warnf

func (*MockInterfaceMockRecorder) Warning

func (mr *MockInterfaceMockRecorder) Warning(arg0 ...interface{}) *gomock.Call

Warning indicates an expected call of Warning

func (*MockInterfaceMockRecorder) Warningf

func (mr *MockInterfaceMockRecorder) Warningf(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Warningf indicates an expected call of Warningf

func (*MockInterfaceMockRecorder) Warningln

func (mr *MockInterfaceMockRecorder) Warningln(arg0 ...interface{}) *gomock.Call

Warningln indicates an expected call of Warningln

func (*MockInterfaceMockRecorder) Warnln

func (mr *MockInterfaceMockRecorder) Warnln(arg0 ...interface{}) *gomock.Call

Warnln indicates an expected call of Warnln

func (*MockInterfaceMockRecorder) With

func (mr *MockInterfaceMockRecorder) With(arg0, arg1 interface{}) *gomock.Call

With indicates an expected call of With

func (*MockInterfaceMockRecorder) WithError

func (mr *MockInterfaceMockRecorder) WithError(arg0 interface{}) *gomock.Call

WithError indicates an expected call of WithError

func (*MockInterfaceMockRecorder) WithField

func (mr *MockInterfaceMockRecorder) WithField(arg0, arg1 interface{}) *gomock.Call

WithField indicates an expected call of WithField

func (*MockInterfaceMockRecorder) WithFields

func (mr *MockInterfaceMockRecorder) WithFields(arg0 interface{}) *gomock.Call

WithFields indicates an expected call of WithFields

Jump to

Keyboard shortcuts

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