Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockManager
- func (m *MockManager) AcknowledgeBackfill(arg0 context.Context, arg1 string, arg2 *pb.Assignment, arg3 filter.Manager) (*pb.Backfill, error)
- func (m *MockManager) CreateBackfill(arg0 context.Context, arg1 *pb.Backfill, arg2 filter.Manager) (*pb.Backfill, error)
- func (m *MockManager) DeleteBackfill(arg0 context.Context, arg1 string, arg2 filter.Manager) error
- func (m *MockManager) EXPECT() *MockManagerMockRecorder
- func (m *MockManager) GetAvailableBackfill(arg0 context.Context, arg1 string, arg2 int64) ([]*pb.Backfill, error)
- func (m *MockManager) GetBackfill(arg0 context.Context, arg1 string) (*pb.Backfill, error)
- func (m *MockManager) MakeMatchWithBackfill(arg0 context.Context, arg1 *pb.Backfill, arg2 []string, arg3 filter.Manager) error
- func (m *MockManager) UpdateBackfill(arg0 context.Context, arg1 *pb.Backfill, arg2 filter.Manager) (*pb.Backfill, error)
- type MockManagerMockRecorder
- func (mr *MockManagerMockRecorder) AcknowledgeBackfill(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) CreateBackfill(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) DeleteBackfill(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) GetAvailableBackfill(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) GetBackfill(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) MakeMatchWithBackfill(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) UpdateBackfill(arg0, arg1, arg2 interface{}) *gomock.Call
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 ¶
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 ¶
GetBackfill 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.