mock_queue

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_queue is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockQueueService

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

MockQueueService is a mock of QueueService interface.

func NewMockQueueService

func NewMockQueueService(ctrl *gomock.Controller) *MockQueueService

NewMockQueueService creates a new mock instance.

func (*MockQueueService) Complete

func (m *MockQueueService) Complete(arg0 context.Context, arg1, arg2 string) error

Complete mocks base method.

func (*MockQueueService) EXPECT

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

func (*MockQueueService) Receive

Receive mocks base method.

func (*MockQueueService) Send

func (m *MockQueueService) Send(arg0 context.Context, arg1 string, arg2 queue.NitricTask) error

Send mocks base method.

func (*MockQueueService) SendBatch

func (m *MockQueueService) SendBatch(arg0 context.Context, arg1 string, arg2 []queue.NitricTask) (*queue.SendBatchResponse, error)

SendBatch mocks base method.

type MockQueueServiceMockRecorder

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

MockQueueServiceMockRecorder is the mock recorder for MockQueueService.

func (*MockQueueServiceMockRecorder) Complete

func (mr *MockQueueServiceMockRecorder) Complete(arg0, arg1, arg2 interface{}) *gomock.Call

Complete indicates an expected call of Complete.

func (*MockQueueServiceMockRecorder) Receive

func (mr *MockQueueServiceMockRecorder) Receive(arg0, arg1 interface{}) *gomock.Call

Receive indicates an expected call of Receive.

func (*MockQueueServiceMockRecorder) Send

func (mr *MockQueueServiceMockRecorder) Send(arg0, arg1, arg2 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockQueueServiceMockRecorder) SendBatch

func (mr *MockQueueServiceMockRecorder) SendBatch(arg0, arg1, arg2 interface{}) *gomock.Call

SendBatch indicates an expected call of SendBatch.

Jump to

Keyboard shortcuts

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