mocks

package
v1.7.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: MIT Imports: 4 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 MockPublishSubscriber added in v1.7.0

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

MockPublishSubscriber is a mock of PublishSubscriber interface.

func NewMockPublishSubscriber added in v1.7.0

func NewMockPublishSubscriber(ctrl *gomock.Controller) *MockPublishSubscriber

NewMockPublishSubscriber creates a new mock instance.

func (*MockPublishSubscriber) EXPECT added in v1.7.0

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

func (*MockPublishSubscriber) Publish added in v1.7.0

func (m *MockPublishSubscriber) Publish(arg0 context.Context, arg1 string, arg2 []byte) error

Publish mocks base method.

func (*MockPublishSubscriber) Register added in v1.7.0

func (m *MockPublishSubscriber) Register(arg0 string, arg1 pubsub.GossipHandler, arg2 ...pubsub.ValidatorOpt)

Register mocks base method.

type MockPublishSubscriberMockRecorder added in v1.7.0

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

MockPublishSubscriberMockRecorder is the mock recorder for MockPublishSubscriber.

func (*MockPublishSubscriberMockRecorder) Publish added in v1.7.0

Publish indicates an expected call of Publish.

func (*MockPublishSubscriberMockRecorder) Register added in v1.7.0

Register indicates an expected call of Register.

type MockPublishSubscriberPublishCall added in v1.7.0

type MockPublishSubscriberPublishCall struct {
	*gomock.Call
}

MockPublishSubscriberPublishCall wrap *gomock.Call

func (*MockPublishSubscriberPublishCall) Do added in v1.7.0

Do rewrite *gomock.Call.Do

func (*MockPublishSubscriberPublishCall) DoAndReturn added in v1.7.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockPublishSubscriberPublishCall) Return added in v1.7.0

Return rewrite *gomock.Call.Return

type MockPublishSubscriberRegisterCall added in v1.7.0

type MockPublishSubscriberRegisterCall struct {
	*gomock.Call
}

MockPublishSubscriberRegisterCall wrap *gomock.Call

func (*MockPublishSubscriberRegisterCall) Do added in v1.7.0

Do rewrite *gomock.Call.Do

func (*MockPublishSubscriberRegisterCall) DoAndReturn added in v1.7.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockPublishSubscriberRegisterCall) Return added in v1.7.0

Return rewrite *gomock.Call.Return

type MockPublisher

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

MockPublisher is a mock of Publisher interface.

func NewMockPublisher

func NewMockPublisher(ctrl *gomock.Controller) *MockPublisher

NewMockPublisher creates a new mock instance.

func (*MockPublisher) EXPECT

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

func (*MockPublisher) Publish

func (m *MockPublisher) Publish(arg0 context.Context, arg1 string, arg2 []byte) error

Publish mocks base method.

type MockPublisherMockRecorder

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

MockPublisherMockRecorder is the mock recorder for MockPublisher.

func (*MockPublisherMockRecorder) Publish

func (mr *MockPublisherMockRecorder) Publish(arg0, arg1, arg2 any) *MockPublisherPublishCall

Publish indicates an expected call of Publish.

type MockPublisherPublishCall added in v1.4.0

type MockPublisherPublishCall struct {
	*gomock.Call
}

MockPublisherPublishCall wrap *gomock.Call

func (*MockPublisherPublishCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockPublisherPublishCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockPublisherPublishCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockSubscriber

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

MockSubscriber is a mock of Subscriber interface.

func NewMockSubscriber

func NewMockSubscriber(ctrl *gomock.Controller) *MockSubscriber

NewMockSubscriber creates a new mock instance.

func (*MockSubscriber) EXPECT

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

func (*MockSubscriber) Register

func (m *MockSubscriber) Register(arg0 string, arg1 pubsub.GossipHandler, arg2 ...pubsub.ValidatorOpt)

Register mocks base method.

type MockSubscriberMockRecorder

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

MockSubscriberMockRecorder is the mock recorder for MockSubscriber.

func (*MockSubscriberMockRecorder) Register

func (mr *MockSubscriberMockRecorder) Register(arg0, arg1 any, arg2 ...any) *MockSubscriberRegisterCall

Register indicates an expected call of Register.

type MockSubscriberRegisterCall added in v1.4.0

type MockSubscriberRegisterCall struct {
	*gomock.Call
}

MockSubscriberRegisterCall wrap *gomock.Call

func (*MockSubscriberRegisterCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockSubscriberRegisterCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSubscriberRegisterCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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