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 ¶
func (m *MockIChannel) EXPECT() *MockIChannelMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
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.
Click to show internal directories.
Click to hide internal directories.