mockactivity

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mockactivity is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockActivityService

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

MockActivityService is a mock of ActivityService interface.

func NewMockActivityService

func NewMockActivityService(ctrl *gomock.Controller) *MockActivityService

NewMockActivityService creates a new mock instance.

func (*MockActivityService) EXPECT

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

func (*MockActivityService) GetActivities

func (m *MockActivityService) GetActivities(ctx context.Context, campID uint, userID string) ([]activity.ActivityResponse, error)

GetActivities mocks base method.

func (*MockActivityService) RecordPaymentAmountChanged

func (m *MockActivityService) RecordPaymentAmountChanged(ctx context.Context, repo repository.Repository, payment model.Payment) error

RecordPaymentAmountChanged mocks base method.

func (*MockActivityService) RecordPaymentCreated

func (m *MockActivityService) RecordPaymentCreated(ctx context.Context, repo repository.Repository, payment model.Payment) error

RecordPaymentCreated mocks base method.

func (*MockActivityService) RecordPaymentPaidChanged

func (m *MockActivityService) RecordPaymentPaidChanged(ctx context.Context, repo repository.Repository, payment model.Payment) error

RecordPaymentPaidChanged mocks base method.

func (*MockActivityService) RecordQuestionCreated

func (m *MockActivityService) RecordQuestionCreated(ctx context.Context, repo repository.Repository, questionGroup model.QuestionGroup) error

RecordQuestionCreated mocks base method.

func (*MockActivityService) RecordRollCallCreated

func (m *MockActivityService) RecordRollCallCreated(ctx context.Context, repo repository.Repository, rollCall model.RollCall) error

RecordRollCallCreated mocks base method.

func (*MockActivityService) RecordRoomCreated

func (m *MockActivityService) RecordRoomCreated(ctx context.Context, repo repository.Repository, room model.Room) error

RecordRoomCreated mocks base method.

type MockActivityServiceMockRecorder

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

MockActivityServiceMockRecorder is the mock recorder for MockActivityService.

func (*MockActivityServiceMockRecorder) GetActivities

func (mr *MockActivityServiceMockRecorder) GetActivities(ctx, campID, userID any) *gomock.Call

GetActivities indicates an expected call of GetActivities.

func (*MockActivityServiceMockRecorder) RecordPaymentAmountChanged

func (mr *MockActivityServiceMockRecorder) RecordPaymentAmountChanged(ctx, repo, payment any) *gomock.Call

RecordPaymentAmountChanged indicates an expected call of RecordPaymentAmountChanged.

func (*MockActivityServiceMockRecorder) RecordPaymentCreated

func (mr *MockActivityServiceMockRecorder) RecordPaymentCreated(ctx, repo, payment any) *gomock.Call

RecordPaymentCreated indicates an expected call of RecordPaymentCreated.

func (*MockActivityServiceMockRecorder) RecordPaymentPaidChanged

func (mr *MockActivityServiceMockRecorder) RecordPaymentPaidChanged(ctx, repo, payment any) *gomock.Call

RecordPaymentPaidChanged indicates an expected call of RecordPaymentPaidChanged.

func (*MockActivityServiceMockRecorder) RecordQuestionCreated

func (mr *MockActivityServiceMockRecorder) RecordQuestionCreated(ctx, repo, questionGroup any) *gomock.Call

RecordQuestionCreated indicates an expected call of RecordQuestionCreated.

func (*MockActivityServiceMockRecorder) RecordRollCallCreated

func (mr *MockActivityServiceMockRecorder) RecordRollCallCreated(ctx, repo, rollCall any) *gomock.Call

RecordRollCallCreated indicates an expected call of RecordRollCallCreated.

func (*MockActivityServiceMockRecorder) RecordRoomCreated

func (mr *MockActivityServiceMockRecorder) RecordRoomCreated(ctx, repo, room any) *gomock.Call

RecordRoomCreated indicates an expected call of RecordRoomCreated.

Jump to

Keyboard shortcuts

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