mocks

package
v5.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLogger

type MockLogger struct {
	ErrorCall   func(msg ...interface{})
	WarningCall func(msg ...interface{})
	InfoCall    func(msg ...interface{})
	DebugCall   func(msg ...interface{})
	VerboseCall func(msg ...interface{})
}

func (*MockLogger) Debug

func (l *MockLogger) Debug(msg ...interface{})

func (*MockLogger) Error

func (l *MockLogger) Error(msg ...interface{})

func (*MockLogger) Info

func (l *MockLogger) Info(msg ...interface{})

func (*MockLogger) Verbose

func (l *MockLogger) Verbose(msg ...interface{})

func (*MockLogger) Warning

func (l *MockLogger) Warning(msg ...interface{})

Jump to

Keyboard shortcuts

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