malak_mocks

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2025 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Package malak_mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCache

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

MockCache is a mock of Cache interface.

func NewMockCache

func NewMockCache(ctrl *gomock.Controller) *MockCache

NewMockCache creates a new mock instance.

func (*MockCache) Add

func (m *MockCache) Add(arg0 context.Context, arg1 string, arg2 []byte, arg3 time.Duration) error

Add mocks base method.

func (*MockCache) EXPECT

func (m *MockCache) EXPECT() *MockCacheMockRecorder

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

func (*MockCache) Exists

func (m *MockCache) Exists(arg0 context.Context, arg1 string) (bool, error)

Exists mocks base method.

func (*MockCache) Get

func (m *MockCache) Get(arg0 context.Context, arg1 string) ([]byte, error)

Get mocks base method.

type MockCacheMockRecorder

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

MockCacheMockRecorder is the mock recorder for MockCache.

func (*MockCacheMockRecorder) Add

func (mr *MockCacheMockRecorder) Add(arg0, arg1, arg2, arg3 any) *gomock.Call

Add indicates an expected call of Add.

func (*MockCacheMockRecorder) Exists

func (mr *MockCacheMockRecorder) Exists(arg0, arg1 any) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockCacheMockRecorder) Get

func (mr *MockCacheMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

type MockClient added in v0.4.0

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

MockClient is a mock of Client interface.

func NewMockClient added in v0.4.0

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) AddPlanToCustomer added in v0.4.0

func (m *MockClient) AddPlanToCustomer(arg0 context.Context, arg1 *billing.AddPlanToCustomerOptions) (string, error)

AddPlanToCustomer mocks base method.

func (*MockClient) CreateCustomer added in v0.4.0

func (m *MockClient) CreateCustomer(arg0 context.Context, arg1 *billing.CreateCustomerOptions) (string, error)

CreateCustomer mocks base method.

func (*MockClient) EXPECT added in v0.4.0

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) Portal added in v0.4.0

Portal mocks base method.

type MockClientMockRecorder added in v0.4.0

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) AddPlanToCustomer added in v0.4.0

func (mr *MockClientMockRecorder) AddPlanToCustomer(arg0, arg1 any) *gomock.Call

AddPlanToCustomer indicates an expected call of AddPlanToCustomer.

func (*MockClientMockRecorder) CreateCustomer added in v0.4.0

func (mr *MockClientMockRecorder) CreateCustomer(arg0, arg1 any) *gomock.Call

CreateCustomer indicates an expected call of CreateCustomer.

func (*MockClientMockRecorder) Portal added in v0.4.0

func (mr *MockClientMockRecorder) Portal(arg0, arg1 any) *gomock.Call

Portal indicates an expected call of Portal.

type MockContactListRepository

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

MockContactListRepository is a mock of ContactListRepository interface.

func NewMockContactListRepository

func NewMockContactListRepository(ctrl *gomock.Controller) *MockContactListRepository

NewMockContactListRepository creates a new mock instance.

func (*MockContactListRepository) Add

Add mocks base method.

func (*MockContactListRepository) Create

Create mocks base method.

func (*MockContactListRepository) Delete

Delete mocks base method.

func (*MockContactListRepository) EXPECT

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

func (*MockContactListRepository) Get

Get mocks base method.

func (*MockContactListRepository) List

List mocks base method.

func (*MockContactListRepository) Update

Update mocks base method.

type MockContactListRepositoryMockRecorder

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

MockContactListRepositoryMockRecorder is the mock recorder for MockContactListRepository.

func (*MockContactListRepositoryMockRecorder) Add

Add indicates an expected call of Add.

func (*MockContactListRepositoryMockRecorder) Create

func (mr *MockContactListRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockContactListRepositoryMockRecorder) Delete

func (mr *MockContactListRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockContactListRepositoryMockRecorder) Get

Get indicates an expected call of Get.

func (*MockContactListRepositoryMockRecorder) List

func (mr *MockContactListRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call

List indicates an expected call of List.

func (*MockContactListRepositoryMockRecorder) Update

func (mr *MockContactListRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call

Update indicates an expected call of Update.

type MockContactRepository

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

MockContactRepository is a mock of ContactRepository interface.

func NewMockContactRepository

func NewMockContactRepository(ctrl *gomock.Controller) *MockContactRepository

NewMockContactRepository creates a new mock instance.

func (*MockContactRepository) Create

func (m *MockContactRepository) Create(arg0 context.Context, arg1 *malak.Contact) error

Create mocks base method.

func (*MockContactRepository) Delete added in v0.3.0

func (m *MockContactRepository) Delete(arg0 context.Context, arg1 *malak.Contact) error

Delete mocks base method.

func (*MockContactRepository) EXPECT

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

func (*MockContactRepository) Get

Get mocks base method.

func (*MockContactRepository) List

List mocks base method.

type MockContactRepositoryMockRecorder

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

MockContactRepositoryMockRecorder is the mock recorder for MockContactRepository.

func (*MockContactRepositoryMockRecorder) Create

func (mr *MockContactRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockContactRepositoryMockRecorder) Delete added in v0.3.0

func (mr *MockContactRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockContactRepositoryMockRecorder) Get

func (mr *MockContactRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockContactRepositoryMockRecorder) List

func (mr *MockContactRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call

List indicates an expected call of List.

type MockContactShareRepository added in v0.3.0

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

MockContactShareRepository is a mock of ContactShareRepository interface.

func NewMockContactShareRepository added in v0.3.0

func NewMockContactShareRepository(ctrl *gomock.Controller) *MockContactShareRepository

NewMockContactShareRepository creates a new mock instance.

func (*MockContactShareRepository) All added in v0.3.0

All mocks base method.

func (*MockContactShareRepository) EXPECT added in v0.3.0

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

type MockContactShareRepositoryMockRecorder added in v0.3.0

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

MockContactShareRepositoryMockRecorder is the mock recorder for MockContactShareRepository.

func (*MockContactShareRepositoryMockRecorder) All added in v0.3.0

All indicates an expected call of All.

type MockDeckRepository

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

MockDeckRepository is a mock of DeckRepository interface.

func NewMockDeckRepository

func NewMockDeckRepository(ctrl *gomock.Controller) *MockDeckRepository

NewMockDeckRepository creates a new mock instance.

func (*MockDeckRepository) Create

func (m *MockDeckRepository) Create(arg0 context.Context, arg1 *malak.Deck, arg2 *malak.CreateDeckOptions) error

Create mocks base method.

func (*MockDeckRepository) Delete

func (m *MockDeckRepository) Delete(arg0 context.Context, arg1 *malak.Deck) error

Delete mocks base method.

func (*MockDeckRepository) EXPECT

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

func (*MockDeckRepository) Get

Get mocks base method.

func (*MockDeckRepository) List

func (m *MockDeckRepository) List(arg0 context.Context, arg1 *malak.Workspace) ([]malak.Deck, error)

List mocks base method.

func (*MockDeckRepository) ToggleArchive

func (m *MockDeckRepository) ToggleArchive(arg0 context.Context, arg1 *malak.Deck) error

ToggleArchive mocks base method.

func (*MockDeckRepository) TogglePinned

func (m *MockDeckRepository) TogglePinned(arg0 context.Context, arg1 *malak.Deck) error

TogglePinned mocks base method.

func (*MockDeckRepository) UpdatePreferences

func (m *MockDeckRepository) UpdatePreferences(arg0 context.Context, arg1 *malak.Deck) error

UpdatePreferences mocks base method.

type MockDeckRepositoryMockRecorder

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

MockDeckRepositoryMockRecorder is the mock recorder for MockDeckRepository.

func (*MockDeckRepositoryMockRecorder) Create

func (mr *MockDeckRepositoryMockRecorder) Create(arg0, arg1, arg2 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockDeckRepositoryMockRecorder) Delete

func (mr *MockDeckRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockDeckRepositoryMockRecorder) Get

func (mr *MockDeckRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockDeckRepositoryMockRecorder) List

func (mr *MockDeckRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call

List indicates an expected call of List.

func (*MockDeckRepositoryMockRecorder) ToggleArchive

func (mr *MockDeckRepositoryMockRecorder) ToggleArchive(arg0, arg1 any) *gomock.Call

ToggleArchive indicates an expected call of ToggleArchive.

func (*MockDeckRepositoryMockRecorder) TogglePinned

func (mr *MockDeckRepositoryMockRecorder) TogglePinned(arg0, arg1 any) *gomock.Call

TogglePinned indicates an expected call of TogglePinned.

func (*MockDeckRepositoryMockRecorder) UpdatePreferences

func (mr *MockDeckRepositoryMockRecorder) UpdatePreferences(arg0, arg1 any) *gomock.Call

UpdatePreferences indicates an expected call of UpdatePreferences.

type MockIntegrationProvider added in v0.4.0

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

MockIntegrationProvider is a mock of IntegrationProvider interface.

func NewMockIntegrationProvider added in v0.4.0

func NewMockIntegrationProvider(ctrl *gomock.Controller) *MockIntegrationProvider

NewMockIntegrationProvider creates a new mock instance.

func (*MockIntegrationProvider) Close added in v0.4.0

func (m *MockIntegrationProvider) Close() error

Close mocks base method.

func (*MockIntegrationProvider) EXPECT added in v0.4.0

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

func (*MockIntegrationProvider) Name added in v0.4.0

func (m *MockIntegrationProvider) Name() string

Name mocks base method.

type MockIntegrationProviderMockRecorder added in v0.4.0

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

MockIntegrationProviderMockRecorder is the mock recorder for MockIntegrationProvider.

func (*MockIntegrationProviderMockRecorder) Close added in v0.4.0

Close indicates an expected call of Close.

func (*MockIntegrationProviderMockRecorder) Name added in v0.4.0

Name indicates an expected call of Name.

type MockIntegrationRepository added in v0.3.1

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

MockIntegrationRepository is a mock of IntegrationRepository interface.

func NewMockIntegrationRepository added in v0.3.1

func NewMockIntegrationRepository(ctrl *gomock.Controller) *MockIntegrationRepository

NewMockIntegrationRepository creates a new mock instance.

func (*MockIntegrationRepository) Create added in v0.3.1

Create mocks base method.

func (*MockIntegrationRepository) EXPECT added in v0.3.1

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

func (*MockIntegrationRepository) List added in v0.3.1

List mocks base method.

type MockIntegrationRepositoryMockRecorder added in v0.3.1

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

MockIntegrationRepositoryMockRecorder is the mock recorder for MockIntegrationRepository.

func (*MockIntegrationRepositoryMockRecorder) Create added in v0.3.1

func (mr *MockIntegrationRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockIntegrationRepositoryMockRecorder) List added in v0.3.1

func (mr *MockIntegrationRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call

List indicates an expected call of List.

type MockPlanRepository

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

MockPlanRepository is a mock of PlanRepository interface.

func NewMockPlanRepository

func NewMockPlanRepository(ctrl *gomock.Controller) *MockPlanRepository

NewMockPlanRepository creates a new mock instance.

func (*MockPlanRepository) Create added in v0.3.1

func (m *MockPlanRepository) Create(arg0 context.Context, arg1 *malak.Plan) error

Create mocks base method.

func (*MockPlanRepository) EXPECT

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

func (*MockPlanRepository) Get

Get mocks base method.

func (*MockPlanRepository) List

func (m *MockPlanRepository) List(arg0 context.Context) ([]*malak.Plan, error)

List mocks base method.

func (*MockPlanRepository) SetDefault added in v0.3.1

func (m *MockPlanRepository) SetDefault(arg0 context.Context, arg1 *malak.Plan) error

SetDefault mocks base method.

type MockPlanRepositoryMockRecorder

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

MockPlanRepositoryMockRecorder is the mock recorder for MockPlanRepository.

func (*MockPlanRepositoryMockRecorder) Create added in v0.3.1

func (mr *MockPlanRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockPlanRepositoryMockRecorder) Get

func (mr *MockPlanRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockPlanRepositoryMockRecorder) List

List indicates an expected call of List.

func (*MockPlanRepositoryMockRecorder) SetDefault added in v0.3.1

func (mr *MockPlanRepositoryMockRecorder) SetDefault(arg0, arg1 any) *gomock.Call

SetDefault indicates an expected call of SetDefault.

type MockPreferenceRepository added in v0.3.1

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

MockPreferenceRepository is a mock of PreferenceRepository interface.

func NewMockPreferenceRepository added in v0.3.1

func NewMockPreferenceRepository(ctrl *gomock.Controller) *MockPreferenceRepository

NewMockPreferenceRepository creates a new mock instance.

func (*MockPreferenceRepository) EXPECT added in v0.3.1

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

func (*MockPreferenceRepository) Get added in v0.3.1

Get mocks base method.

func (*MockPreferenceRepository) Update added in v0.3.1

Update mocks base method.

type MockPreferenceRepositoryMockRecorder added in v0.3.1

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

MockPreferenceRepositoryMockRecorder is the mock recorder for MockPreferenceRepository.

func (*MockPreferenceRepositoryMockRecorder) Get added in v0.3.1

func (mr *MockPreferenceRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockPreferenceRepositoryMockRecorder) Update added in v0.3.1

func (mr *MockPreferenceRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call

Update indicates an expected call of Update.

type MockQueueHandler

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

MockQueueHandler is a mock of QueueHandler interface.

func NewMockQueueHandler

func NewMockQueueHandler(ctrl *gomock.Controller) *MockQueueHandler

NewMockQueueHandler creates a new mock instance.

func (*MockQueueHandler) Add

func (m *MockQueueHandler) Add(arg0 context.Context, arg1 queue.QueueTopic, arg2 any) error

Add mocks base method.

func (*MockQueueHandler) Close

func (m *MockQueueHandler) Close() error

Close mocks base method.

func (*MockQueueHandler) EXPECT

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

func (*MockQueueHandler) Start

func (m *MockQueueHandler) Start(arg0 context.Context)

Start mocks base method.

type MockQueueHandlerMockRecorder

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

MockQueueHandlerMockRecorder is the mock recorder for MockQueueHandler.

func (*MockQueueHandlerMockRecorder) Add

func (mr *MockQueueHandlerMockRecorder) Add(arg0, arg1, arg2 any) *gomock.Call

Add indicates an expected call of Add.

func (*MockQueueHandlerMockRecorder) Close

Close indicates an expected call of Close.

func (*MockQueueHandlerMockRecorder) Start

func (mr *MockQueueHandlerMockRecorder) Start(arg0 any) *gomock.Call

Start indicates an expected call of Start.

type MockReferenceGeneratorOperation

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

MockReferenceGeneratorOperation is a mock of ReferenceGeneratorOperation interface.

func NewMockReferenceGeneratorOperation

func NewMockReferenceGeneratorOperation(ctrl *gomock.Controller) *MockReferenceGeneratorOperation

NewMockReferenceGeneratorOperation creates a new mock instance.

func (*MockReferenceGeneratorOperation) EXPECT

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

func (*MockReferenceGeneratorOperation) Generate

Generate mocks base method.

func (m *MockReferenceGeneratorOperation) ShortLink() string

ShortLink mocks base method.

type MockReferenceGeneratorOperationMockRecorder

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

MockReferenceGeneratorOperationMockRecorder is the mock recorder for MockReferenceGeneratorOperation.

func (*MockReferenceGeneratorOperationMockRecorder) Generate

Generate indicates an expected call of Generate.

ShortLink indicates an expected call of ShortLink.

type MockUpdateRepository

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

MockUpdateRepository is a mock of UpdateRepository interface.

func NewMockUpdateRepository

func NewMockUpdateRepository(ctrl *gomock.Controller) *MockUpdateRepository

NewMockUpdateRepository creates a new mock instance.

func (*MockUpdateRepository) Create

func (m *MockUpdateRepository) Create(arg0 context.Context, arg1 *malak.Update) error

Create mocks base method.

func (*MockUpdateRepository) Delete

func (m *MockUpdateRepository) Delete(arg0 context.Context, arg1 *malak.Update) error

Delete mocks base method.

func (*MockUpdateRepository) EXPECT

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

func (*MockUpdateRepository) Get

Get mocks base method.

func (*MockUpdateRepository) GetByID

func (m *MockUpdateRepository) GetByID(arg0 context.Context, arg1 uuid.UUID) (*malak.Update, error)

GetByID mocks base method.

func (*MockUpdateRepository) GetSchedule

func (m *MockUpdateRepository) GetSchedule(arg0 context.Context, arg1 uuid.UUID) (*malak.UpdateSchedule, error)

GetSchedule mocks base method.

func (*MockUpdateRepository) GetStatByEmailID

GetStatByEmailID mocks base method.

func (*MockUpdateRepository) List

List mocks base method.

func (*MockUpdateRepository) ListPinned

func (m *MockUpdateRepository) ListPinned(arg0 context.Context, arg1 uuid.UUID) ([]malak.Update, error)

ListPinned mocks base method.

func (*MockUpdateRepository) RecipientStat

func (m *MockUpdateRepository) RecipientStat(arg0 context.Context, arg1 *malak.Update) ([]malak.UpdateRecipient, error)

RecipientStat mocks base method.

func (*MockUpdateRepository) SendUpdate

SendUpdate mocks base method.

func (*MockUpdateRepository) Stat

Stat mocks base method.

func (*MockUpdateRepository) TogglePinned

func (m *MockUpdateRepository) TogglePinned(arg0 context.Context, arg1 *malak.Update) error

TogglePinned mocks base method.

func (*MockUpdateRepository) Update

func (m *MockUpdateRepository) Update(arg0 context.Context, arg1 *malak.Update) error

Update mocks base method.

func (*MockUpdateRepository) UpdateStat

UpdateStat mocks base method.

type MockUpdateRepositoryMockRecorder

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

MockUpdateRepositoryMockRecorder is the mock recorder for MockUpdateRepository.

func (*MockUpdateRepositoryMockRecorder) Create

func (mr *MockUpdateRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockUpdateRepositoryMockRecorder) Delete

func (mr *MockUpdateRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockUpdateRepositoryMockRecorder) Get

func (mr *MockUpdateRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockUpdateRepositoryMockRecorder) GetByID

func (mr *MockUpdateRepositoryMockRecorder) GetByID(arg0, arg1 any) *gomock.Call

GetByID indicates an expected call of GetByID.

func (*MockUpdateRepositoryMockRecorder) GetSchedule

func (mr *MockUpdateRepositoryMockRecorder) GetSchedule(arg0, arg1 any) *gomock.Call

GetSchedule indicates an expected call of GetSchedule.

func (*MockUpdateRepositoryMockRecorder) GetStatByEmailID

func (mr *MockUpdateRepositoryMockRecorder) GetStatByEmailID(arg0, arg1, arg2 any) *gomock.Call

GetStatByEmailID indicates an expected call of GetStatByEmailID.

func (*MockUpdateRepositoryMockRecorder) List

func (mr *MockUpdateRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call

List indicates an expected call of List.

func (*MockUpdateRepositoryMockRecorder) ListPinned

func (mr *MockUpdateRepositoryMockRecorder) ListPinned(arg0, arg1 any) *gomock.Call

ListPinned indicates an expected call of ListPinned.

func (*MockUpdateRepositoryMockRecorder) RecipientStat

func (mr *MockUpdateRepositoryMockRecorder) RecipientStat(arg0, arg1 any) *gomock.Call

RecipientStat indicates an expected call of RecipientStat.

func (*MockUpdateRepositoryMockRecorder) SendUpdate

func (mr *MockUpdateRepositoryMockRecorder) SendUpdate(arg0, arg1 any) *gomock.Call

SendUpdate indicates an expected call of SendUpdate.

func (*MockUpdateRepositoryMockRecorder) Stat

func (mr *MockUpdateRepositoryMockRecorder) Stat(arg0, arg1 any) *gomock.Call

Stat indicates an expected call of Stat.

func (*MockUpdateRepositoryMockRecorder) TogglePinned

func (mr *MockUpdateRepositoryMockRecorder) TogglePinned(arg0, arg1 any) *gomock.Call

TogglePinned indicates an expected call of TogglePinned.

func (*MockUpdateRepositoryMockRecorder) Update

func (mr *MockUpdateRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call

Update indicates an expected call of Update.

func (*MockUpdateRepositoryMockRecorder) UpdateStat

func (mr *MockUpdateRepositoryMockRecorder) UpdateStat(arg0, arg1, arg2 any) *gomock.Call

UpdateStat indicates an expected call of UpdateStat.

type MockUserRepository

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

MockUserRepository is a mock of UserRepository interface.

func NewMockUserRepository

func NewMockUserRepository(ctrl *gomock.Controller) *MockUserRepository

NewMockUserRepository creates a new mock instance.

func (*MockUserRepository) Create

func (m *MockUserRepository) Create(arg0 context.Context, arg1 *malak.User) error

Create mocks base method.

func (*MockUserRepository) EXPECT

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

func (*MockUserRepository) Get

Get mocks base method.

func (*MockUserRepository) Update

func (m *MockUserRepository) Update(arg0 context.Context, arg1 *malak.User) error

Update mocks base method.

type MockUserRepositoryMockRecorder

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

MockUserRepositoryMockRecorder is the mock recorder for MockUserRepository.

func (*MockUserRepositoryMockRecorder) Create

func (mr *MockUserRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockUserRepositoryMockRecorder) Get

func (mr *MockUserRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockUserRepositoryMockRecorder) Update

func (mr *MockUserRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call

Update indicates an expected call of Update.

type MockUuidGenerator

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

MockUuidGenerator is a mock of UuidGenerator interface.

func NewMockUuidGenerator

func NewMockUuidGenerator(ctrl *gomock.Controller) *MockUuidGenerator

NewMockUuidGenerator creates a new mock instance.

func (*MockUuidGenerator) Create

func (m *MockUuidGenerator) Create() uuid.UUID

Create mocks base method.

func (*MockUuidGenerator) EXPECT

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

type MockUuidGeneratorMockRecorder

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

MockUuidGeneratorMockRecorder is the mock recorder for MockUuidGenerator.

func (*MockUuidGeneratorMockRecorder) Create

Create indicates an expected call of Create.

type MockWorkspaceRepository

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

MockWorkspaceRepository is a mock of WorkspaceRepository interface.

func NewMockWorkspaceRepository

func NewMockWorkspaceRepository(ctrl *gomock.Controller) *MockWorkspaceRepository

NewMockWorkspaceRepository creates a new mock instance.

func (*MockWorkspaceRepository) Create

Create mocks base method.

func (*MockWorkspaceRepository) EXPECT

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

func (*MockWorkspaceRepository) Get

Get mocks base method.

func (*MockWorkspaceRepository) List

List mocks base method.

func (*MockWorkspaceRepository) MarkActive added in v0.4.0

func (m *MockWorkspaceRepository) MarkActive(arg0 context.Context, arg1 *malak.Workspace) error

MarkActive mocks base method.

func (*MockWorkspaceRepository) MarkInActive added in v0.4.0

func (m *MockWorkspaceRepository) MarkInActive(arg0 context.Context, arg1 *malak.Workspace) error

MarkInActive mocks base method.

func (*MockWorkspaceRepository) Update

Update mocks base method.

type MockWorkspaceRepositoryMockRecorder

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

MockWorkspaceRepositoryMockRecorder is the mock recorder for MockWorkspaceRepository.

func (*MockWorkspaceRepositoryMockRecorder) Create

func (mr *MockWorkspaceRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockWorkspaceRepositoryMockRecorder) Get

func (mr *MockWorkspaceRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockWorkspaceRepositoryMockRecorder) List

func (mr *MockWorkspaceRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call

List indicates an expected call of List.

func (*MockWorkspaceRepositoryMockRecorder) MarkActive added in v0.4.0

func (mr *MockWorkspaceRepositoryMockRecorder) MarkActive(arg0, arg1 any) *gomock.Call

MarkActive indicates an expected call of MarkActive.

func (*MockWorkspaceRepositoryMockRecorder) MarkInActive added in v0.4.0

func (mr *MockWorkspaceRepositoryMockRecorder) MarkInActive(arg0, arg1 any) *gomock.Call

MarkInActive indicates an expected call of MarkInActive.

func (*MockWorkspaceRepositoryMockRecorder) Update

func (mr *MockWorkspaceRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

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