mocklogger

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mocklogger is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStorage

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

MockStorage is a mock of Storage interface.

func NewMockStorage

func NewMockStorage(ctrl *gomock.Controller) *MockStorage

NewMockStorage creates a new mock instance.

func (*MockStorage) EXPECT

func (m *MockStorage) EXPECT() *MockStorageMockRecorder

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

func (*MockStorage) Error

func (m *MockStorage) Error(arg0 logrus.Fields, arg1 string)

Error mocks base method.

func (*MockStorage) Fatal

func (m *MockStorage) Fatal(arg0 logrus.Fields, arg1 string)

Fatal mocks base method.

func (*MockStorage) Info

func (m *MockStorage) Info(arg0 logrus.Fields, arg1 string)

Info mocks base method.

type MockStorageMockRecorder

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

MockStorageMockRecorder is the mock recorder for MockStorage.

func (*MockStorageMockRecorder) Error

func (mr *MockStorageMockRecorder) Error(arg0, arg1 interface{}) *gomock.Call

Error indicates an expected call of Error.

func (*MockStorageMockRecorder) Fatal

func (mr *MockStorageMockRecorder) Fatal(arg0, arg1 interface{}) *gomock.Call

Fatal indicates an expected call of Fatal.

func (*MockStorageMockRecorder) Info

func (mr *MockStorageMockRecorder) Info(arg0, arg1 interface{}) *gomock.Call

Info indicates an expected call of Info.

Jump to

Keyboard shortcuts

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