mock

package
v0.0.0-...-c39517e Latest Latest
Warning

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

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

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockManager

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

MockManager is a mock of Manager interface.

func NewMockManager

func NewMockManager(ctrl *gomock.Controller) *MockManager

NewMockManager creates a new mock instance.

func (*MockManager) AcknowledgeBackfill

func (m *MockManager) AcknowledgeBackfill(arg0 context.Context, arg1 string, arg2 *pb.Assignment, arg3 filter.Manager) (*pb.Backfill, error)

AcknowledgeBackfill mocks base method.

func (*MockManager) CreateBackfill

func (m *MockManager) CreateBackfill(arg0 context.Context, arg1 *pb.Backfill, arg2 filter.Manager) (*pb.Backfill, error)

CreateBackfill mocks base method.

func (*MockManager) DeleteBackfill

func (m *MockManager) DeleteBackfill(arg0 context.Context, arg1 string, arg2 filter.Manager) error

DeleteBackfill mocks base method.

func (*MockManager) EXPECT

func (m *MockManager) EXPECT() *MockManagerMockRecorder

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

func (*MockManager) GetAvailableBackfill

func (m *MockManager) GetAvailableBackfill(arg0 context.Context, arg1 string, arg2 int64) ([]*pb.Backfill, error)

GetAvailableBackfill mocks base method.

func (*MockManager) GetBackfill

func (m *MockManager) GetBackfill(arg0 context.Context, arg1 string) (*pb.Backfill, error)

GetBackfill mocks base method.

func (*MockManager) MakeMatchWithBackfill

func (m *MockManager) MakeMatchWithBackfill(arg0 context.Context, arg1 *pb.Backfill, arg2 []string, arg3 filter.Manager) error

MakeMatchWithBackfill mocks base method.

func (*MockManager) UpdateBackfill

func (m *MockManager) UpdateBackfill(arg0 context.Context, arg1 *pb.Backfill, arg2 filter.Manager) (*pb.Backfill, error)

UpdateBackfill mocks base method.

type MockManagerMockRecorder

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

MockManagerMockRecorder is the mock recorder for MockManager.

func (*MockManagerMockRecorder) AcknowledgeBackfill

func (mr *MockManagerMockRecorder) AcknowledgeBackfill(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AcknowledgeBackfill indicates an expected call of AcknowledgeBackfill.

func (*MockManagerMockRecorder) CreateBackfill

func (mr *MockManagerMockRecorder) CreateBackfill(arg0, arg1, arg2 interface{}) *gomock.Call

CreateBackfill indicates an expected call of CreateBackfill.

func (*MockManagerMockRecorder) DeleteBackfill

func (mr *MockManagerMockRecorder) DeleteBackfill(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteBackfill indicates an expected call of DeleteBackfill.

func (*MockManagerMockRecorder) GetAvailableBackfill

func (mr *MockManagerMockRecorder) GetAvailableBackfill(arg0, arg1, arg2 interface{}) *gomock.Call

GetAvailableBackfill indicates an expected call of GetAvailableBackfill.

func (*MockManagerMockRecorder) GetBackfill

func (mr *MockManagerMockRecorder) GetBackfill(arg0, arg1 interface{}) *gomock.Call

GetBackfill indicates an expected call of GetBackfill.

func (*MockManagerMockRecorder) MakeMatchWithBackfill

func (mr *MockManagerMockRecorder) MakeMatchWithBackfill(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

MakeMatchWithBackfill indicates an expected call of MakeMatchWithBackfill.

func (*MockManagerMockRecorder) UpdateBackfill

func (mr *MockManagerMockRecorder) UpdateBackfill(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateBackfill indicates an expected call of UpdateBackfill.

Jump to

Keyboard shortcuts

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