mocks

package
v1.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2025 License: Apache-2.0 Imports: 6 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 MockCheck

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

MockCheck is a mock of Check interface.

func NewMockCheck

func NewMockCheck(ctrl *gomock.Controller) *MockCheck

NewMockCheck creates a new mock instance.

func (*MockCheck) DispatchCheck

DispatchCheck mocks base method.

func (*MockCheck) EXPECT

func (m *MockCheck) EXPECT() *MockCheckMockRecorder

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

type MockCheckMockRecorder

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

MockCheckMockRecorder is the mock recorder for MockCheck.

func (*MockCheckMockRecorder) DispatchCheck

func (mr *MockCheckMockRecorder) DispatchCheck(ctx, req any) *gomock.Call

DispatchCheck indicates an expected call of DispatchCheck.

type MockDispatchableRequest

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

MockDispatchableRequest is a mock of DispatchableRequest interface.

func NewMockDispatchableRequest

func NewMockDispatchableRequest(ctrl *gomock.Controller) *MockDispatchableRequest

NewMockDispatchableRequest creates a new mock instance.

func (*MockDispatchableRequest) EXPECT

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

func (*MockDispatchableRequest) GetMetadata

GetMetadata mocks base method.

func (*MockDispatchableRequest) MarshalZerologObject

func (m *MockDispatchableRequest) MarshalZerologObject(e *zerolog.Event)

MarshalZerologObject mocks base method.

type MockDispatchableRequestMockRecorder

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

MockDispatchableRequestMockRecorder is the mock recorder for MockDispatchableRequest.

func (*MockDispatchableRequestMockRecorder) GetMetadata

func (mr *MockDispatchableRequestMockRecorder) GetMetadata() *gomock.Call

GetMetadata indicates an expected call of GetMetadata.

func (*MockDispatchableRequestMockRecorder) MarshalZerologObject

func (mr *MockDispatchableRequestMockRecorder) MarshalZerologObject(e any) *gomock.Call

MarshalZerologObject indicates an expected call of MarshalZerologObject.

type MockDispatcher

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

MockDispatcher is a mock of Dispatcher interface.

func NewMockDispatcher

func NewMockDispatcher(ctrl *gomock.Controller) *MockDispatcher

NewMockDispatcher creates a new mock instance.

func (*MockDispatcher) Close

func (m *MockDispatcher) Close() error

Close mocks base method.

func (*MockDispatcher) DispatchCheck

DispatchCheck mocks base method.

func (*MockDispatcher) DispatchExpand

DispatchExpand mocks base method.

func (*MockDispatcher) DispatchLookupResources2

DispatchLookupResources2 mocks base method.

func (*MockDispatcher) DispatchLookupResources3

DispatchLookupResources3 mocks base method.

func (*MockDispatcher) DispatchLookupSubjects

DispatchLookupSubjects mocks base method.

func (*MockDispatcher) EXPECT

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

func (*MockDispatcher) ReadyState

func (m *MockDispatcher) ReadyState() dispatch.ReadyState

ReadyState mocks base method.

type MockDispatcherMockRecorder

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

MockDispatcherMockRecorder is the mock recorder for MockDispatcher.

func (*MockDispatcherMockRecorder) Close

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

Close indicates an expected call of Close.

func (*MockDispatcherMockRecorder) DispatchCheck

func (mr *MockDispatcherMockRecorder) DispatchCheck(ctx, req any) *gomock.Call

DispatchCheck indicates an expected call of DispatchCheck.

func (*MockDispatcherMockRecorder) DispatchExpand

func (mr *MockDispatcherMockRecorder) DispatchExpand(ctx, req any) *gomock.Call

DispatchExpand indicates an expected call of DispatchExpand.

func (*MockDispatcherMockRecorder) DispatchLookupResources2

func (mr *MockDispatcherMockRecorder) DispatchLookupResources2(req, stream any) *gomock.Call

DispatchLookupResources2 indicates an expected call of DispatchLookupResources2.

func (*MockDispatcherMockRecorder) DispatchLookupResources3

func (mr *MockDispatcherMockRecorder) DispatchLookupResources3(req, stream any) *gomock.Call

DispatchLookupResources3 indicates an expected call of DispatchLookupResources3.

func (*MockDispatcherMockRecorder) DispatchLookupSubjects

func (mr *MockDispatcherMockRecorder) DispatchLookupSubjects(req, stream any) *gomock.Call

DispatchLookupSubjects indicates an expected call of DispatchLookupSubjects.

func (*MockDispatcherMockRecorder) ReadyState

func (mr *MockDispatcherMockRecorder) ReadyState() *gomock.Call

ReadyState indicates an expected call of ReadyState.

type MockExpand

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

MockExpand is a mock of Expand interface.

func NewMockExpand

func NewMockExpand(ctrl *gomock.Controller) *MockExpand

NewMockExpand creates a new mock instance.

func (*MockExpand) DispatchExpand

DispatchExpand mocks base method.

func (*MockExpand) EXPECT

func (m *MockExpand) EXPECT() *MockExpandMockRecorder

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

type MockExpandMockRecorder

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

MockExpandMockRecorder is the mock recorder for MockExpand.

func (*MockExpandMockRecorder) DispatchExpand

func (mr *MockExpandMockRecorder) DispatchExpand(ctx, req any) *gomock.Call

DispatchExpand indicates an expected call of DispatchExpand.

type MockLookupResources2

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

MockLookupResources2 is a mock of LookupResources2 interface.

func NewMockLookupResources2

func NewMockLookupResources2(ctrl *gomock.Controller) *MockLookupResources2

NewMockLookupResources2 creates a new mock instance.

func (*MockLookupResources2) DispatchLookupResources2

DispatchLookupResources2 mocks base method.

func (*MockLookupResources2) EXPECT

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

type MockLookupResources2MockRecorder

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

MockLookupResources2MockRecorder is the mock recorder for MockLookupResources2.

func (*MockLookupResources2MockRecorder) DispatchLookupResources2

func (mr *MockLookupResources2MockRecorder) DispatchLookupResources2(req, stream any) *gomock.Call

DispatchLookupResources2 indicates an expected call of DispatchLookupResources2.

type MockLookupResources3

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

MockLookupResources3 is a mock of LookupResources3 interface.

func NewMockLookupResources3

func NewMockLookupResources3(ctrl *gomock.Controller) *MockLookupResources3

NewMockLookupResources3 creates a new mock instance.

func (*MockLookupResources3) DispatchLookupResources3

DispatchLookupResources3 mocks base method.

func (*MockLookupResources3) EXPECT

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

type MockLookupResources3MockRecorder

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

MockLookupResources3MockRecorder is the mock recorder for MockLookupResources3.

func (*MockLookupResources3MockRecorder) DispatchLookupResources3

func (mr *MockLookupResources3MockRecorder) DispatchLookupResources3(req, stream any) *gomock.Call

DispatchLookupResources3 indicates an expected call of DispatchLookupResources3.

type MockLookupSubjects

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

MockLookupSubjects is a mock of LookupSubjects interface.

func NewMockLookupSubjects

func NewMockLookupSubjects(ctrl *gomock.Controller) *MockLookupSubjects

NewMockLookupSubjects creates a new mock instance.

func (*MockLookupSubjects) DispatchLookupSubjects

DispatchLookupSubjects mocks base method.

func (*MockLookupSubjects) EXPECT

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

type MockLookupSubjectsMockRecorder

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

MockLookupSubjectsMockRecorder is the mock recorder for MockLookupSubjects.

func (*MockLookupSubjectsMockRecorder) DispatchLookupSubjects

func (mr *MockLookupSubjectsMockRecorder) DispatchLookupSubjects(req, stream any) *gomock.Call

DispatchLookupSubjects indicates an expected call of DispatchLookupSubjects.

Jump to

Keyboard shortcuts

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