malak_mocks

package
v0.9.13 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2025 License: AGPL-3.0 Imports: 10 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.

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 MockAPIKeyRepository added in v0.8.0

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

MockAPIKeyRepository is a mock of APIKeyRepository interface.

func NewMockAPIKeyRepository added in v0.8.0

func NewMockAPIKeyRepository(ctrl *gomock.Controller) *MockAPIKeyRepository

NewMockAPIKeyRepository creates a new mock instance.

func (*MockAPIKeyRepository) Create added in v0.8.0

func (m *MockAPIKeyRepository) Create(arg0 context.Context, arg1 *malak.APIKey) error

Create mocks base method.

func (*MockAPIKeyRepository) EXPECT added in v0.8.0

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

func (*MockAPIKeyRepository) Fetch added in v0.8.0

Fetch mocks base method.

func (*MockAPIKeyRepository) FetchByValue added in v0.8.3

func (m *MockAPIKeyRepository) FetchByValue(arg0 context.Context, arg1 string) (*malak.APIKey, error)

FetchByValue mocks base method.

func (*MockAPIKeyRepository) List added in v0.8.0

func (m *MockAPIKeyRepository) List(arg0 context.Context, arg1 uuid.UUID) ([]malak.APIKey, error)

List mocks base method.

func (*MockAPIKeyRepository) Revoke added in v0.8.0

Revoke mocks base method.

type MockAPIKeyRepositoryMockRecorder added in v0.8.0

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

MockAPIKeyRepositoryMockRecorder is the mock recorder for MockAPIKeyRepository.

func (*MockAPIKeyRepositoryMockRecorder) Create added in v0.8.0

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

Create indicates an expected call of Create.

func (*MockAPIKeyRepositoryMockRecorder) Fetch added in v0.8.0

func (mr *MockAPIKeyRepositoryMockRecorder) Fetch(arg0, arg1 any) *gomock.Call

Fetch indicates an expected call of Fetch.

func (*MockAPIKeyRepositoryMockRecorder) FetchByValue added in v0.8.3

func (mr *MockAPIKeyRepositoryMockRecorder) FetchByValue(arg0, arg1 any) *gomock.Call

FetchByValue indicates an expected call of FetchByValue.

func (*MockAPIKeyRepositoryMockRecorder) List added in v0.8.0

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

List indicates an expected call of List.

func (*MockAPIKeyRepositoryMockRecorder) Revoke added in v0.8.0

func (mr *MockAPIKeyRepositoryMockRecorder) Revoke(arg0, arg1 any) *gomock.Call

Revoke indicates an expected call of Revoke.

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) All added in v0.9.2

func (m *MockContactRepository) All(arg0 context.Context, arg1 uuid.UUID) ([]malak.Contact, error)

All mocks base method.

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.

func (*MockContactRepository) Overview added in v0.8.1

Overview mocks base method.

func (*MockContactRepository) Search added in v0.9.0

Search mocks base method.

func (*MockContactRepository) Update added in v0.4.1

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

Update mocks base method.

type MockContactRepositoryMockRecorder

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

MockContactRepositoryMockRecorder is the mock recorder for MockContactRepository.

func (*MockContactRepositoryMockRecorder) All added in v0.9.2

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

All indicates an expected call of All.

func (*MockContactRepositoryMockRecorder) Create

func (mr *MockContactRepositoryMockRecorder) Create(arg0 any, 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.

func (*MockContactRepositoryMockRecorder) Overview added in v0.8.1

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

Overview indicates an expected call of Overview.

func (*MockContactRepositoryMockRecorder) Search added in v0.9.0

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

Search indicates an expected call of Search.

func (*MockContactRepositoryMockRecorder) Update added in v0.4.1

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

Update indicates an expected call of Update.

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.

func (*MockContactShareRepository) Overview added in v0.8.1

Overview mocks base method.

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.

func (*MockContactShareRepositoryMockRecorder) Overview added in v0.8.1

func (mr *MockContactShareRepositoryMockRecorder) Overview(arg0, arg1 any) *gomock.Call

Overview indicates an expected call of Overview.

type MockDashboardLinkRepository added in v0.7.0

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

MockDashboardLinkRepository is a mock of DashboardLinkRepository interface.

func NewMockDashboardLinkRepository added in v0.7.0

func NewMockDashboardLinkRepository(ctrl *gomock.Controller) *MockDashboardLinkRepository

NewMockDashboardLinkRepository creates a new mock instance.

func (*MockDashboardLinkRepository) Create added in v0.7.0

Create mocks base method.

DefaultLink mocks base method.

func (*MockDashboardLinkRepository) Delete added in v0.7.0

Delete mocks base method.

func (*MockDashboardLinkRepository) EXPECT added in v0.7.0

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

func (*MockDashboardLinkRepository) List added in v0.7.0

List mocks base method.

func (*MockDashboardLinkRepository) PublicDetails added in v0.7.0

PublicDetails mocks base method.

type MockDashboardLinkRepositoryMockRecorder added in v0.7.0

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

MockDashboardLinkRepositoryMockRecorder is the mock recorder for MockDashboardLinkRepository.

func (*MockDashboardLinkRepositoryMockRecorder) Create added in v0.7.0

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

Create indicates an expected call of Create.

func (mr *MockDashboardLinkRepositoryMockRecorder) DefaultLink(arg0, arg1 any) *gomock.Call

DefaultLink indicates an expected call of DefaultLink.

func (*MockDashboardLinkRepositoryMockRecorder) Delete added in v0.7.0

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

Delete indicates an expected call of Delete.

func (*MockDashboardLinkRepositoryMockRecorder) List added in v0.7.0

List indicates an expected call of List.

func (*MockDashboardLinkRepositoryMockRecorder) PublicDetails added in v0.7.0

func (mr *MockDashboardLinkRepositoryMockRecorder) PublicDetails(arg0, arg1 any) *gomock.Call

PublicDetails indicates an expected call of PublicDetails.

type MockDashboardRepository added in v0.6.0

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

MockDashboardRepository is a mock of DashboardRepository interface.

func NewMockDashboardRepository added in v0.6.0

func NewMockDashboardRepository(ctrl *gomock.Controller) *MockDashboardRepository

NewMockDashboardRepository creates a new mock instance.

func (*MockDashboardRepository) AddChart added in v0.6.0

AddChart mocks base method.

func (*MockDashboardRepository) Create added in v0.6.0

Create mocks base method.

func (*MockDashboardRepository) EXPECT added in v0.6.0

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

func (*MockDashboardRepository) Get added in v0.6.0

Get mocks base method.

func (*MockDashboardRepository) GetCharts added in v0.6.0

GetCharts mocks base method.

func (*MockDashboardRepository) GetDashboardPositions added in v0.6.0

func (m *MockDashboardRepository) GetDashboardPositions(arg0 context.Context, arg1 uuid.UUID) ([]malak.DashboardChartPosition, error)

GetDashboardPositions mocks base method.

func (*MockDashboardRepository) List added in v0.6.0

List mocks base method.

func (*MockDashboardRepository) RemoveChart added in v0.6.1

func (m *MockDashboardRepository) RemoveChart(arg0 context.Context, arg1, arg2 uuid.UUID) error

RemoveChart mocks base method.

func (*MockDashboardRepository) UpdateDashboardPositions added in v0.6.0

func (m *MockDashboardRepository) UpdateDashboardPositions(arg0 context.Context, arg1 uuid.UUID, arg2 []malak.DashboardChartPosition) error

UpdateDashboardPositions mocks base method.

type MockDashboardRepositoryMockRecorder added in v0.6.0

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

MockDashboardRepositoryMockRecorder is the mock recorder for MockDashboardRepository.

func (*MockDashboardRepositoryMockRecorder) AddChart added in v0.6.0

func (mr *MockDashboardRepositoryMockRecorder) AddChart(arg0, arg1 any) *gomock.Call

AddChart indicates an expected call of AddChart.

func (*MockDashboardRepositoryMockRecorder) Create added in v0.6.0

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

Create indicates an expected call of Create.

func (*MockDashboardRepositoryMockRecorder) Get added in v0.6.0

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

Get indicates an expected call of Get.

func (*MockDashboardRepositoryMockRecorder) GetCharts added in v0.6.0

func (mr *MockDashboardRepositoryMockRecorder) GetCharts(arg0, arg1 any) *gomock.Call

GetCharts indicates an expected call of GetCharts.

func (*MockDashboardRepositoryMockRecorder) GetDashboardPositions added in v0.6.0

func (mr *MockDashboardRepositoryMockRecorder) GetDashboardPositions(arg0, arg1 any) *gomock.Call

GetDashboardPositions indicates an expected call of GetDashboardPositions.

func (*MockDashboardRepositoryMockRecorder) List added in v0.6.0

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

List indicates an expected call of List.

func (*MockDashboardRepositoryMockRecorder) RemoveChart added in v0.6.1

func (mr *MockDashboardRepositoryMockRecorder) RemoveChart(arg0, arg1, arg2 any) *gomock.Call

RemoveChart indicates an expected call of RemoveChart.

func (*MockDashboardRepositoryMockRecorder) UpdateDashboardPositions added in v0.6.0

func (mr *MockDashboardRepositoryMockRecorder) UpdateDashboardPositions(arg0, arg1, arg2 any) *gomock.Call

UpdateDashboardPositions indicates an expected call of UpdateDashboardPositions.

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) CreateDeckSession added in v0.7.0

func (m *MockDeckRepository) CreateDeckSession(arg0 context.Context, arg1 *malak.DeckViewerSession) error

CreateDeckSession mocks base method.

func (*MockDeckRepository) DeckEngagements added in v0.7.0

DeckEngagements 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) FindDeckSession added in v0.7.0

func (m *MockDeckRepository) FindDeckSession(arg0 context.Context, arg1 string) (*malak.DeckViewerSession, error)

FindDeckSession mocks base method.

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) Overview added in v0.8.1

func (m *MockDeckRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.DeckOverview, error)

Overview mocks base method.

func (*MockDeckRepository) PublicDetails added in v0.5.2

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

PublicDetails mocks base method.

func (*MockDeckRepository) SessionAnalytics added in v0.7.0

SessionAnalytics 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) UpdateDeckSession added in v0.7.0

func (m *MockDeckRepository) UpdateDeckSession(arg0 context.Context, arg1 *malak.UpdateDeckSessionOptions) error

UpdateDeckSession 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) CreateDeckSession added in v0.7.0

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

CreateDeckSession indicates an expected call of CreateDeckSession.

func (*MockDeckRepositoryMockRecorder) DeckEngagements added in v0.7.0

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

DeckEngagements indicates an expected call of DeckEngagements.

func (*MockDeckRepositoryMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockDeckRepositoryMockRecorder) FindDeckSession added in v0.7.0

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

FindDeckSession indicates an expected call of FindDeckSession.

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) Overview added in v0.8.1

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

Overview indicates an expected call of Overview.

func (*MockDeckRepositoryMockRecorder) PublicDetails added in v0.5.2

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

PublicDetails indicates an expected call of PublicDetails.

func (*MockDeckRepositoryMockRecorder) SessionAnalytics added in v0.7.0

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

SessionAnalytics indicates an expected call of SessionAnalytics.

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) UpdateDeckSession added in v0.7.0

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

UpdateDeckSession indicates an expected call of UpdateDeckSession.

func (*MockDeckRepositoryMockRecorder) UpdatePreferences

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

UpdatePreferences indicates an expected call of UpdatePreferences.

type MockEmailVerificationRepository added in v0.9.11

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

MockEmailVerificationRepository is a mock of EmailVerificationRepository interface.

func NewMockEmailVerificationRepository added in v0.9.11

func NewMockEmailVerificationRepository(ctrl *gomock.Controller) *MockEmailVerificationRepository

NewMockEmailVerificationRepository creates a new mock instance.

func (*MockEmailVerificationRepository) Create added in v0.9.11

Create mocks base method.

func (*MockEmailVerificationRepository) EXPECT added in v0.9.11

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

type MockEmailVerificationRepositoryMockRecorder added in v0.9.11

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

MockEmailVerificationRepositoryMockRecorder is the mock recorder for MockEmailVerificationRepository.

func (*MockEmailVerificationRepositoryMockRecorder) Create added in v0.9.11

Create indicates an expected call of Create.

type MockFundraisingPipelineRepository added in v0.9.0

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

MockFundraisingPipelineRepository is a mock of FundraisingPipelineRepository interface.

func NewMockFundraisingPipelineRepository added in v0.9.0

func NewMockFundraisingPipelineRepository(ctrl *gomock.Controller) *MockFundraisingPipelineRepository

NewMockFundraisingPipelineRepository creates a new mock instance.

func (*MockFundraisingPipelineRepository) AddContactToBoard added in v0.9.0

AddContactToBoard mocks base method.

func (*MockFundraisingPipelineRepository) Board added in v0.9.0

Board mocks base method.

func (*MockFundraisingPipelineRepository) CloseBoard added in v0.9.0

CloseBoard mocks base method.

func (*MockFundraisingPipelineRepository) Create added in v0.9.0

Create mocks base method.

func (*MockFundraisingPipelineRepository) DefaultColumn added in v0.9.0

DefaultColumn mocks base method.

func (*MockFundraisingPipelineRepository) EXPECT added in v0.9.0

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

func (*MockFundraisingPipelineRepository) Get added in v0.9.0

Get mocks base method.

func (*MockFundraisingPipelineRepository) GetColumn added in v0.9.1

GetColumn mocks base method.

func (*MockFundraisingPipelineRepository) GetContact added in v0.9.0

GetContact mocks base method.

func (*MockFundraisingPipelineRepository) List added in v0.9.0

List mocks base method.

func (*MockFundraisingPipelineRepository) MoveContactColumn added in v0.9.1

MoveContactColumn mocks base method.

func (*MockFundraisingPipelineRepository) Overview added in v0.9.1

Overview mocks base method.

func (*MockFundraisingPipelineRepository) UpdateContactDeal added in v0.9.0

UpdateContactDeal mocks base method.

type MockFundraisingPipelineRepositoryMockRecorder added in v0.9.0

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

MockFundraisingPipelineRepositoryMockRecorder is the mock recorder for MockFundraisingPipelineRepository.

func (*MockFundraisingPipelineRepositoryMockRecorder) AddContactToBoard added in v0.9.0

func (mr *MockFundraisingPipelineRepositoryMockRecorder) AddContactToBoard(arg0, arg1 any) *gomock.Call

AddContactToBoard indicates an expected call of AddContactToBoard.

func (*MockFundraisingPipelineRepositoryMockRecorder) Board added in v0.9.0

Board indicates an expected call of Board.

func (*MockFundraisingPipelineRepositoryMockRecorder) CloseBoard added in v0.9.0

func (mr *MockFundraisingPipelineRepositoryMockRecorder) CloseBoard(arg0, arg1 any) *gomock.Call

CloseBoard indicates an expected call of CloseBoard.

func (*MockFundraisingPipelineRepositoryMockRecorder) Create added in v0.9.0

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

Create indicates an expected call of Create.

func (*MockFundraisingPipelineRepositoryMockRecorder) DefaultColumn added in v0.9.0

func (mr *MockFundraisingPipelineRepositoryMockRecorder) DefaultColumn(arg0, arg1 any) *gomock.Call

DefaultColumn indicates an expected call of DefaultColumn.

func (*MockFundraisingPipelineRepositoryMockRecorder) Get added in v0.9.0

Get indicates an expected call of Get.

func (*MockFundraisingPipelineRepositoryMockRecorder) GetColumn added in v0.9.1

func (mr *MockFundraisingPipelineRepositoryMockRecorder) GetColumn(arg0, arg1 any) *gomock.Call

GetColumn indicates an expected call of GetColumn.

func (*MockFundraisingPipelineRepositoryMockRecorder) GetContact added in v0.9.0

func (mr *MockFundraisingPipelineRepositoryMockRecorder) GetContact(arg0, arg1, arg2 any) *gomock.Call

GetContact indicates an expected call of GetContact.

func (*MockFundraisingPipelineRepositoryMockRecorder) List added in v0.9.0

List indicates an expected call of List.

func (*MockFundraisingPipelineRepositoryMockRecorder) MoveContactColumn added in v0.9.1

func (mr *MockFundraisingPipelineRepositoryMockRecorder) MoveContactColumn(arg0, arg1, arg2 any) *gomock.Call

MoveContactColumn indicates an expected call of MoveContactColumn.

func (*MockFundraisingPipelineRepositoryMockRecorder) Overview added in v0.9.1

Overview indicates an expected call of Overview.

func (*MockFundraisingPipelineRepositoryMockRecorder) UpdateContactDeal added in v0.9.0

func (mr *MockFundraisingPipelineRepositoryMockRecorder) UpdateContactDeal(arg0, arg1, arg2 any) *gomock.Call

UpdateContactDeal indicates an expected call of UpdateContactDeal.

type MockGeolocationService added in v0.7.0

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

MockGeolocationService is a mock of GeolocationService interface.

func NewMockGeolocationService added in v0.7.0

func NewMockGeolocationService(ctrl *gomock.Controller) *MockGeolocationService

NewMockGeolocationService creates a new mock instance.

func (*MockGeolocationService) EXPECT added in v0.7.0

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

func (*MockGeolocationService) FindByIP added in v0.7.0

func (m *MockGeolocationService) FindByIP(arg0 context.Context, arg1 netip.Addr) (string, string, error)

FindByIP mocks base method.

type MockGeolocationServiceMockRecorder added in v0.7.0

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

MockGeolocationServiceMockRecorder is the mock recorder for MockGeolocationService.

func (*MockGeolocationServiceMockRecorder) FindByIP added in v0.7.0

func (mr *MockGeolocationServiceMockRecorder) FindByIP(arg0, arg1 any) *gomock.Call

FindByIP indicates an expected call of FindByIP.

type MockIntegrationProviderClient added in v0.5.0

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

MockIntegrationProviderClient is a mock of IntegrationProviderClient interface.

func NewMockIntegrationProviderClient added in v0.5.0

func NewMockIntegrationProviderClient(ctrl *gomock.Controller) *MockIntegrationProviderClient

NewMockIntegrationProviderClient creates a new mock instance.

func (*MockIntegrationProviderClient) Close added in v0.5.0

Close mocks base method.

func (*MockIntegrationProviderClient) Data added in v0.5.0

Data mocks base method.

func (*MockIntegrationProviderClient) EXPECT added in v0.5.0

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

func (*MockIntegrationProviderClient) Name added in v0.5.0

Name mocks base method.

func (*MockIntegrationProviderClient) Ping added in v0.5.0

Ping mocks base method.

type MockIntegrationProviderClientMockRecorder added in v0.5.0

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

MockIntegrationProviderClientMockRecorder is the mock recorder for MockIntegrationProviderClient.

func (*MockIntegrationProviderClientMockRecorder) Close added in v0.5.0

Close indicates an expected call of Close.

func (*MockIntegrationProviderClientMockRecorder) Data added in v0.5.0

func (mr *MockIntegrationProviderClientMockRecorder) Data(arg0, arg1, arg2 any) *gomock.Call

Data indicates an expected call of Data.

func (*MockIntegrationProviderClientMockRecorder) Name added in v0.5.0

Name indicates an expected call of Name.

func (*MockIntegrationProviderClientMockRecorder) Ping added in v0.5.0

Ping indicates an expected call of Ping.

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) AddDataPoint added in v0.5.0

AddDataPoint mocks base method.

func (*MockIntegrationRepository) Create added in v0.3.1

Create mocks base method.

func (*MockIntegrationRepository) CreateCharts added in v0.5.0

CreateCharts mocks base method.

func (*MockIntegrationRepository) Disable added in v0.5.1

Disable 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) Get added in v0.5.0

Get mocks base method.

func (*MockIntegrationRepository) GetChart added in v0.6.0

GetChart mocks base method.

func (*MockIntegrationRepository) GetDataPoints added in v0.6.0

GetDataPoints mocks base method.

func (*MockIntegrationRepository) List added in v0.3.1

List mocks base method.

func (*MockIntegrationRepository) ListCharts added in v0.6.0

ListCharts mocks base method.

func (*MockIntegrationRepository) System added in v0.5.0

System mocks base method.

func (*MockIntegrationRepository) Update added in v0.5.0

Update 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) AddDataPoint added in v0.5.0

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

AddDataPoint indicates an expected call of AddDataPoint.

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) CreateCharts added in v0.5.0

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

CreateCharts indicates an expected call of CreateCharts.

func (*MockIntegrationRepositoryMockRecorder) Disable added in v0.5.1

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

Disable indicates an expected call of Disable.

func (*MockIntegrationRepositoryMockRecorder) Get added in v0.5.0

Get indicates an expected call of Get.

func (*MockIntegrationRepositoryMockRecorder) GetChart added in v0.6.0

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

GetChart indicates an expected call of GetChart.

func (*MockIntegrationRepositoryMockRecorder) GetDataPoints added in v0.6.0

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

GetDataPoints indicates an expected call of GetDataPoints.

func (*MockIntegrationRepositoryMockRecorder) List added in v0.3.1

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

List indicates an expected call of List.

func (*MockIntegrationRepositoryMockRecorder) ListCharts added in v0.6.0

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

ListCharts indicates an expected call of ListCharts.

func (*MockIntegrationRepositoryMockRecorder) System added in v0.5.0

System indicates an expected call of System.

func (*MockIntegrationRepositoryMockRecorder) Update added in v0.5.0

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

Update indicates an expected call of Update.

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.

func (*MockReferenceGeneratorOperation) Token added in v0.7.0

Token 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.

func (*MockReferenceGeneratorOperationMockRecorder) Token added in v0.7.0

Token indicates an expected call of Token.

type MockSecretClient added in v0.5.0

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

MockSecretClient is a mock of SecretClient interface.

func NewMockSecretClient added in v0.5.0

func NewMockSecretClient(ctrl *gomock.Controller) *MockSecretClient

NewMockSecretClient creates a new mock instance.

func (*MockSecretClient) Close added in v0.5.0

func (m *MockSecretClient) Close() error

Close mocks base method.

func (*MockSecretClient) Create added in v0.5.0

Create mocks base method.

func (*MockSecretClient) EXPECT added in v0.5.0

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

func (*MockSecretClient) Get added in v0.5.0

func (m *MockSecretClient) Get(arg0 context.Context, arg1 string) (string, error)

Get mocks base method.

type MockSecretClientMockRecorder added in v0.5.0

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

MockSecretClientMockRecorder is the mock recorder for MockSecretClient.

func (*MockSecretClientMockRecorder) Close added in v0.5.0

Close indicates an expected call of Close.

func (*MockSecretClientMockRecorder) Create added in v0.5.0

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

Create indicates an expected call of Create.

func (*MockSecretClientMockRecorder) Get added in v0.5.0

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

Get indicates an expected call of Get.

type MockTemplateRepository added in v0.7.0

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

MockTemplateRepository is a mock of TemplateRepository interface.

func NewMockTemplateRepository added in v0.7.0

func NewMockTemplateRepository(ctrl *gomock.Controller) *MockTemplateRepository

NewMockTemplateRepository creates a new mock instance.

func (*MockTemplateRepository) EXPECT added in v0.7.0

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

func (*MockTemplateRepository) System added in v0.7.0

System mocks base method.

type MockTemplateRepositoryMockRecorder added in v0.7.0

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

MockTemplateRepositoryMockRecorder is the mock recorder for MockTemplateRepository.

func (*MockTemplateRepositoryMockRecorder) System added in v0.7.0

func (mr *MockTemplateRepositoryMockRecorder) System(arg0, arg1 any) *gomock.Call

System indicates an expected call of System.

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

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) Overview added in v0.8.1

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

Overview 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, arg2 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) Overview added in v0.8.1

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

Overview indicates an expected call of Overview.

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 MockVault added in v0.5.0

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

MockVault is a mock of Vault interface.

func NewMockVault added in v0.5.0

func NewMockVault(ctrl *gomock.Controller) *MockVault

NewMockVault creates a new mock instance.

func (*MockVault) Close added in v0.5.0

func (m *MockVault) Close() error

Close mocks base method.

func (*MockVault) Create added in v0.5.0

func (m *MockVault) Create(arg0 context.Context) error

Create mocks base method.

func (*MockVault) Delete added in v0.5.0

func (m *MockVault) Delete(arg0 context.Context) error

Delete mocks base method.

func (*MockVault) EXPECT added in v0.5.0

func (m *MockVault) EXPECT() *MockVaultMockRecorder

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

type MockVaultMockRecorder added in v0.5.0

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

MockVaultMockRecorder is the mock recorder for MockVault.

func (*MockVaultMockRecorder) Close added in v0.5.0

func (mr *MockVaultMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockVaultMockRecorder) Create added in v0.5.0

func (mr *MockVaultMockRecorder) Create(arg0 any) *gomock.Call

Create indicates an expected call of Create.

func (*MockVaultMockRecorder) Delete added in v0.5.0

func (mr *MockVaultMockRecorder) Delete(arg0 any) *gomock.Call

Delete indicates an expected call of Delete.

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