mocks

package
v0.0.0-...-2e8aeb9 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLogSink

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

MockLogSink is a mock of LogSink interface.

func NewMockLogSink

func NewMockLogSink(ctrl *gomock.Controller) *MockLogSink

NewMockLogSink creates a new mock instance.

func (*MockLogSink) EXPECT

func (m *MockLogSink) EXPECT() *MockLogSinkMockRecorder

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

func (*MockLogSink) Enabled

func (m *MockLogSink) Enabled(arg0 int) bool

Enabled mocks base method.

func (*MockLogSink) Error

func (m *MockLogSink) Error(arg0 error, arg1 string, arg2 ...interface{})

Error mocks base method.

func (*MockLogSink) Info

func (m *MockLogSink) Info(arg0 int, arg1 string, arg2 ...interface{})

Info mocks base method.

func (*MockLogSink) Init

func (m *MockLogSink) Init(arg0 logr.RuntimeInfo)

Init mocks base method.

func (*MockLogSink) WithName

func (m *MockLogSink) WithName(arg0 string) logr.LogSink

WithName mocks base method.

func (*MockLogSink) WithValues

func (m *MockLogSink) WithValues(arg0 ...interface{}) logr.LogSink

WithValues mocks base method.

type MockLogSinkMockRecorder

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

MockLogSinkMockRecorder is the mock recorder for MockLogSink.

func (*MockLogSinkMockRecorder) Enabled

func (mr *MockLogSinkMockRecorder) Enabled(arg0 interface{}) *gomock.Call

Enabled indicates an expected call of Enabled.

func (*MockLogSinkMockRecorder) Error

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

Error indicates an expected call of Error.

func (*MockLogSinkMockRecorder) Info

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

Info indicates an expected call of Info.

func (*MockLogSinkMockRecorder) Init

func (mr *MockLogSinkMockRecorder) Init(arg0 interface{}) *gomock.Call

Init indicates an expected call of Init.

func (*MockLogSinkMockRecorder) WithName

func (mr *MockLogSinkMockRecorder) WithName(arg0 interface{}) *gomock.Call

WithName indicates an expected call of WithName.

func (*MockLogSinkMockRecorder) WithValues

func (mr *MockLogSinkMockRecorder) WithValues(arg0 ...interface{}) *gomock.Call

WithValues indicates an expected call of WithValues.

Jump to

Keyboard shortcuts

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