mock

package
v0.8.0-nightly.20230830 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: Apache-2.0 Imports: 5 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 Processor

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

Processor is a mock of Interface interface.

func NewProcessor

func NewProcessor(ctrl *gomock.Controller) *Processor

NewProcessor creates a new mock instance.

func (*Processor) Close added in v0.6.0

func (m *Processor) Close()

Close mocks base method.

func (*Processor) EXPECT

func (m *Processor) EXPECT() *ProcessorMockRecorder

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

func (*Processor) InspectIn added in v0.5.0

func (m *Processor) InspectIn(arg0 context.Context, arg1 string) *inspector.Session

InspectIn mocks base method.

func (*Processor) InspectOut added in v0.5.0

func (m *Processor) InspectOut(arg0 context.Context, arg1 string) *inspector.Session

InspectOut mocks base method.

func (*Processor) Process added in v0.3.0

func (m *Processor) Process(arg0 context.Context, arg1 record.Record) (record.Record, error)

Process mocks base method.

type ProcessorMockRecorder

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

ProcessorMockRecorder is the mock recorder for Processor.

func (*ProcessorMockRecorder) Close added in v0.6.0

func (mr *ProcessorMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*ProcessorMockRecorder) InspectIn added in v0.5.0

func (mr *ProcessorMockRecorder) InspectIn(arg0, arg1 interface{}) *gomock.Call

InspectIn indicates an expected call of InspectIn.

func (*ProcessorMockRecorder) InspectOut added in v0.5.0

func (mr *ProcessorMockRecorder) InspectOut(arg0, arg1 interface{}) *gomock.Call

InspectOut indicates an expected call of InspectOut.

func (*ProcessorMockRecorder) Process added in v0.3.0

func (mr *ProcessorMockRecorder) Process(arg0, arg1 interface{}) *gomock.Call

Process indicates an expected call of Process.

Jump to

Keyboard shortcuts

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