mocks

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 3 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 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) EXPECT

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

func (*MockQueueService) Pop

func (m *MockQueueService) Pop(arg0 context.Context) ([]byte, error)

Pop mocks base method.

func (*MockQueueService) Push

func (m *MockQueueService) Push(arg0 context.Context, arg1 []byte) error

Push mocks base method.

type MockQueueServiceMockRecorder

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

MockQueueServiceMockRecorder is the mock recorder for MockQueueService.

func (*MockQueueServiceMockRecorder) Pop

func (mr *MockQueueServiceMockRecorder) Pop(arg0 interface{}) *gomock.Call

Pop indicates an expected call of Pop.

func (*MockQueueServiceMockRecorder) Push

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

Push indicates an expected call of Push.

Jump to

Keyboard shortcuts

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