mocks

package
v0.0.0-...-0e73c6a Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: channel.go

Generated by this command:

mockgen -package=mocks -destination=mocks/channel.mock.go -source=channel.go IChannel

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 MockIChannel

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

MockIChannel is a mock of IChannel interface.

func NewMockIChannel

func NewMockIChannel(ctrl *gomock.Controller) *MockIChannel

NewMockIChannel creates a new mock instance.

func (*MockIChannel) EXPECT

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

func (*MockIChannel) Execute

func (m *MockIChannel) Execute(ctx context.Context, deli notifier.Delivery) error

Execute mocks base method.

func (*MockIChannel) Name

func (m *MockIChannel) Name() string

Name mocks base method.

type MockIChannelMockRecorder

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

MockIChannelMockRecorder is the mock recorder for MockIChannel.

func (*MockIChannelMockRecorder) Execute

func (mr *MockIChannelMockRecorder) Execute(ctx, deli any) *gomock.Call

Execute indicates an expected call of Execute.

func (*MockIChannelMockRecorder) Name

func (mr *MockIChannelMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

Jump to

Keyboard shortcuts

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