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 ¶
- type MockAPIKeyRepository
- func (m *MockAPIKeyRepository) Create(arg0 context.Context, arg1 *malak.APIKey) error
- func (m *MockAPIKeyRepository) EXPECT() *MockAPIKeyRepositoryMockRecorder
- func (m *MockAPIKeyRepository) Fetch(arg0 context.Context, arg1 malak.FetchAPIKeyOptions) (*malak.APIKey, error)
- func (m *MockAPIKeyRepository) FetchByValue(arg0 context.Context, arg1 string) (*malak.APIKey, error)
- func (m *MockAPIKeyRepository) List(arg0 context.Context, arg1 uuid.UUID) ([]malak.APIKey, error)
- func (m *MockAPIKeyRepository) Revoke(arg0 context.Context, arg1 malak.RevokeAPIKeyOptions) error
- type MockAPIKeyRepositoryMockRecorder
- func (mr *MockAPIKeyRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) Fetch(arg0, arg1 any) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) FetchByValue(arg0, arg1 any) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) Revoke(arg0, arg1 any) *gomock.Call
- type MockCache
- func (m *MockCache) Add(arg0 context.Context, arg1 string, arg2 []byte, arg3 time.Duration) error
- func (m *MockCache) EXPECT() *MockCacheMockRecorder
- func (m *MockCache) Exists(arg0 context.Context, arg1 string) (bool, error)
- func (m *MockCache) Get(arg0 context.Context, arg1 string) ([]byte, error)
- type MockCacheMockRecorder
- type MockClient
- func (m *MockClient) AddPlanToCustomer(arg0 context.Context, arg1 *billing.AddPlanToCustomerOptions) (string, error)
- func (m *MockClient) CreateCustomer(arg0 context.Context, arg1 *billing.CreateCustomerOptions) (string, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) Portal(arg0 context.Context, arg1 *billing.CreateBillingPortalOptions) (string, error)
- type MockClientMockRecorder
- type MockContactListRepository
- func (m *MockContactListRepository) Add(arg0 context.Context, arg1 *malak.ContactListMapping) error
- func (m *MockContactListRepository) Create(arg0 context.Context, arg1 *malak.ContactList) error
- func (m *MockContactListRepository) Delete(arg0 context.Context, arg1 *malak.ContactList) error
- func (m *MockContactListRepository) EXPECT() *MockContactListRepositoryMockRecorder
- func (m *MockContactListRepository) Get(arg0 context.Context, arg1 malak.FetchContactListOptions) (*malak.ContactList, error)
- func (m *MockContactListRepository) List(arg0 context.Context, arg1 *malak.ContactListOptions) ([]malak.ContactList, []malak.ContactListMappingWithContact, error)
- func (m *MockContactListRepository) Update(arg0 context.Context, arg1 *malak.ContactList) error
- type MockContactListRepositoryMockRecorder
- func (mr *MockContactListRepositoryMockRecorder) Add(arg0, arg1 any) *gomock.Call
- func (mr *MockContactListRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockContactListRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call
- func (mr *MockContactListRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockContactListRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockContactListRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call
- type MockContactRepository
- func (m *MockContactRepository) All(arg0 context.Context, arg1 uuid.UUID) ([]malak.Contact, error)
- func (m *MockContactRepository) Create(arg0 context.Context, arg1 ...*malak.Contact) error
- func (m *MockContactRepository) Delete(arg0 context.Context, arg1 *malak.Contact) error
- func (m *MockContactRepository) EXPECT() *MockContactRepositoryMockRecorder
- func (m *MockContactRepository) Get(arg0 context.Context, arg1 malak.FetchContactOptions) (*malak.Contact, error)
- func (m *MockContactRepository) List(arg0 context.Context, arg1 malak.ListContactOptions) ([]malak.Contact, int64, error)
- func (m *MockContactRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.ContactOverview, error)
- func (m *MockContactRepository) Search(arg0 context.Context, arg1 malak.SearchContactOptions) ([]malak.Contact, error)
- func (m *MockContactRepository) Update(arg0 context.Context, arg1 *malak.Contact) error
- type MockContactRepositoryMockRecorder
- func (mr *MockContactRepositoryMockRecorder) All(arg0, arg1 any) *gomock.Call
- func (mr *MockContactRepositoryMockRecorder) Create(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockContactRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call
- func (mr *MockContactRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockContactRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockContactRepositoryMockRecorder) Overview(arg0, arg1 any) *gomock.Call
- func (mr *MockContactRepositoryMockRecorder) Search(arg0, arg1 any) *gomock.Call
- func (mr *MockContactRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call
- type MockContactShareRepository
- func (m *MockContactShareRepository) All(arg0 context.Context, arg1 *malak.Contact) ([]malak.ContactShareItem, error)
- func (m *MockContactShareRepository) EXPECT() *MockContactShareRepositoryMockRecorder
- func (m *MockContactShareRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.ShareOverview, error)
- type MockContactShareRepositoryMockRecorder
- type MockDashboardLinkRepository
- func (m *MockDashboardLinkRepository) Create(arg0 context.Context, arg1 *malak.CreateDashboardLinkOptions) error
- func (m *MockDashboardLinkRepository) DefaultLink(arg0 context.Context, arg1 *malak.Dashboard) (malak.DashboardLink, error)
- func (m *MockDashboardLinkRepository) Delete(arg0 context.Context, arg1 malak.Dashboard, arg2 malak.Reference) error
- func (m *MockDashboardLinkRepository) EXPECT() *MockDashboardLinkRepositoryMockRecorder
- func (m *MockDashboardLinkRepository) List(arg0 context.Context, arg1 malak.ListAccessControlOptions) ([]malak.DashboardLink, int64, error)
- func (m *MockDashboardLinkRepository) PublicDetails(arg0 context.Context, arg1 malak.Reference) (malak.Dashboard, error)
- type MockDashboardLinkRepositoryMockRecorder
- func (mr *MockDashboardLinkRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardLinkRepositoryMockRecorder) DefaultLink(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardLinkRepositoryMockRecorder) Delete(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockDashboardLinkRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardLinkRepositoryMockRecorder) PublicDetails(arg0, arg1 any) *gomock.Call
- type MockDashboardRepository
- func (m *MockDashboardRepository) AddChart(arg0 context.Context, arg1 *malak.DashboardChart) error
- func (m *MockDashboardRepository) Create(arg0 context.Context, arg1 *malak.Dashboard) error
- func (m *MockDashboardRepository) EXPECT() *MockDashboardRepositoryMockRecorder
- func (m *MockDashboardRepository) Get(arg0 context.Context, arg1 malak.FetchDashboardOption) (malak.Dashboard, error)
- func (m *MockDashboardRepository) GetCharts(arg0 context.Context, arg1 malak.FetchDashboardChartsOption) ([]malak.DashboardChart, error)
- func (m *MockDashboardRepository) GetDashboardPositions(arg0 context.Context, arg1 uuid.UUID) ([]malak.DashboardChartPosition, error)
- func (m *MockDashboardRepository) List(arg0 context.Context, arg1 malak.ListDashboardOptions) ([]malak.Dashboard, int64, error)
- func (m *MockDashboardRepository) RemoveChart(arg0 context.Context, arg1, arg2 uuid.UUID) error
- func (m *MockDashboardRepository) UpdateDashboardPositions(arg0 context.Context, arg1 uuid.UUID, arg2 []malak.DashboardChartPosition) error
- type MockDashboardRepositoryMockRecorder
- func (mr *MockDashboardRepositoryMockRecorder) AddChart(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardRepositoryMockRecorder) GetCharts(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardRepositoryMockRecorder) GetDashboardPositions(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockDashboardRepositoryMockRecorder) RemoveChart(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockDashboardRepositoryMockRecorder) UpdateDashboardPositions(arg0, arg1, arg2 any) *gomock.Call
- type MockDeckRepository
- func (m *MockDeckRepository) Create(arg0 context.Context, arg1 *malak.Deck, arg2 *malak.CreateDeckOptions) error
- func (m *MockDeckRepository) CreateDeckSession(arg0 context.Context, arg1 *malak.DeckViewerSession) error
- func (m *MockDeckRepository) DeckEngagements(arg0 context.Context, arg1 *malak.ListDeckEngagementsOptions) (*malak.DeckEngagementResponse, error)
- func (m *MockDeckRepository) Delete(arg0 context.Context, arg1 *malak.Deck) error
- func (m *MockDeckRepository) EXPECT() *MockDeckRepositoryMockRecorder
- func (m *MockDeckRepository) FindDeckSession(arg0 context.Context, arg1 string) (*malak.DeckViewerSession, error)
- func (m *MockDeckRepository) Get(arg0 context.Context, arg1 malak.FetchDeckOptions) (*malak.Deck, error)
- func (m *MockDeckRepository) List(arg0 context.Context, arg1 *malak.Workspace) ([]malak.Deck, error)
- func (m *MockDeckRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.DeckOverview, error)
- func (m *MockDeckRepository) PublicDetails(arg0 context.Context, arg1 malak.Reference) (*malak.Deck, error)
- func (m *MockDeckRepository) SessionAnalytics(arg0 context.Context, arg1 *malak.ListSessionAnalyticsOptions) ([]*malak.DeckViewerSession, int64, error)
- func (m *MockDeckRepository) ToggleArchive(arg0 context.Context, arg1 *malak.Deck) error
- func (m *MockDeckRepository) TogglePinned(arg0 context.Context, arg1 *malak.Deck) error
- func (m *MockDeckRepository) UpdateDeckSession(arg0 context.Context, arg1 *malak.UpdateDeckSessionOptions) error
- func (m *MockDeckRepository) UpdatePreferences(arg0 context.Context, arg1 *malak.Deck) error
- type MockDeckRepositoryMockRecorder
- func (mr *MockDeckRepositoryMockRecorder) Create(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) CreateDeckSession(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) DeckEngagements(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) FindDeckSession(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) Overview(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) PublicDetails(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) SessionAnalytics(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) ToggleArchive(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) TogglePinned(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) UpdateDeckSession(arg0, arg1 any) *gomock.Call
- func (mr *MockDeckRepositoryMockRecorder) UpdatePreferences(arg0, arg1 any) *gomock.Call
- type MockEmailVerificationRepository
- type MockEmailVerificationRepositoryMockRecorder
- type MockFundraisingPipelineRepository
- func (m *MockFundraisingPipelineRepository) AddContactToBoard(arg0 context.Context, arg1 *malak.AddContactToBoardOptions) error
- func (m *MockFundraisingPipelineRepository) Board(arg0 context.Context, arg1 *malak.FundraisingPipeline) ([]malak.FundraisingPipelineColumn, []malak.FundraiseContact, ...)
- func (m *MockFundraisingPipelineRepository) CloseBoard(arg0 context.Context, arg1 *malak.FundraisingPipeline) error
- func (m *MockFundraisingPipelineRepository) Create(arg0 context.Context, arg1 *malak.FundraisingPipeline, ...) error
- func (m *MockFundraisingPipelineRepository) DefaultColumn(arg0 context.Context, arg1 *malak.FundraisingPipeline) (malak.FundraisingPipelineColumn, error)
- func (m *MockFundraisingPipelineRepository) EXPECT() *MockFundraisingPipelineRepositoryMockRecorder
- func (m *MockFundraisingPipelineRepository) Get(arg0 context.Context, arg1 malak.FetchPipelineOptions) (*malak.FundraisingPipeline, error)
- func (m *MockFundraisingPipelineRepository) GetColumn(arg0 context.Context, arg1 malak.GetBoardOptions) (*malak.FundraisingPipelineColumn, error)
- func (m *MockFundraisingPipelineRepository) GetContact(arg0 context.Context, arg1, arg2 uuid.UUID) (*malak.FundraiseContact, error)
- func (m *MockFundraisingPipelineRepository) List(arg0 context.Context, arg1 malak.ListPipelineOptions) ([]malak.FundraisingPipeline, int64, error)
- func (m *MockFundraisingPipelineRepository) MoveContactColumn(arg0 context.Context, arg1 *malak.FundraiseContact, ...) error
- func (m *MockFundraisingPipelineRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.FundingPipelineOverview, error)
- func (m *MockFundraisingPipelineRepository) UpdateContactDeal(arg0 context.Context, arg1 *malak.FundraisingPipeline, ...) error
- type MockFundraisingPipelineRepositoryMockRecorder
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) AddContactToBoard(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) Board(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) CloseBoard(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) Create(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) DefaultColumn(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) GetColumn(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) GetContact(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) MoveContactColumn(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) Overview(arg0, arg1 any) *gomock.Call
- func (mr *MockFundraisingPipelineRepositoryMockRecorder) UpdateContactDeal(arg0, arg1, arg2 any) *gomock.Call
- type MockGeolocationService
- type MockGeolocationServiceMockRecorder
- type MockIntegrationProviderClient
- func (m *MockIntegrationProviderClient) Close() error
- func (m *MockIntegrationProviderClient) Data(arg0 context.Context, arg1 malak.AccessToken, ...) ([]malak.IntegrationDataValues, error)
- func (m *MockIntegrationProviderClient) EXPECT() *MockIntegrationProviderClientMockRecorder
- func (m *MockIntegrationProviderClient) Name() malak.IntegrationProvider
- func (m *MockIntegrationProviderClient) Ping(arg0 context.Context, arg1 malak.AccessToken) ([]malak.IntegrationChartValues, error)
- type MockIntegrationProviderClientMockRecorder
- func (mr *MockIntegrationProviderClientMockRecorder) Close() *gomock.Call
- func (mr *MockIntegrationProviderClientMockRecorder) Data(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockIntegrationProviderClientMockRecorder) Name() *gomock.Call
- func (mr *MockIntegrationProviderClientMockRecorder) Ping(arg0, arg1 any) *gomock.Call
- type MockIntegrationRepository
- func (m *MockIntegrationRepository) AddDataPoint(arg0 context.Context, arg1 *malak.WorkspaceIntegration, ...) error
- func (m *MockIntegrationRepository) Create(arg0 context.Context, arg1 *malak.Integration) error
- func (m *MockIntegrationRepository) CreateCharts(arg0 context.Context, arg1 *malak.WorkspaceIntegration, ...) error
- func (m *MockIntegrationRepository) Disable(arg0 context.Context, arg1 *malak.WorkspaceIntegration) error
- func (m *MockIntegrationRepository) EXPECT() *MockIntegrationRepositoryMockRecorder
- func (m *MockIntegrationRepository) Get(arg0 context.Context, arg1 malak.FindWorkspaceIntegrationOptions) (*malak.WorkspaceIntegration, error)
- func (m *MockIntegrationRepository) GetChart(arg0 context.Context, arg1 malak.FetchChartOptions) (malak.IntegrationChart, error)
- func (m *MockIntegrationRepository) GetDataPoints(arg0 context.Context, arg1 malak.IntegrationChart) ([]malak.IntegrationDataPoint, error)
- func (m *MockIntegrationRepository) List(arg0 context.Context, arg1 *malak.Workspace) ([]malak.WorkspaceIntegration, error)
- func (m *MockIntegrationRepository) ListCharts(arg0 context.Context, arg1 uuid.UUID) ([]malak.IntegrationChart, error)
- func (m *MockIntegrationRepository) System(arg0 context.Context) ([]malak.Integration, error)
- func (m *MockIntegrationRepository) Update(arg0 context.Context, arg1 *malak.WorkspaceIntegration) error
- type MockIntegrationRepositoryMockRecorder
- func (mr *MockIntegrationRepositoryMockRecorder) AddDataPoint(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) CreateCharts(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) Disable(arg0, arg1 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) GetChart(arg0, arg1 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) GetDataPoints(arg0, arg1 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) ListCharts(arg0, arg1 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) System(arg0 any) *gomock.Call
- func (mr *MockIntegrationRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call
- type MockPlanRepository
- func (m *MockPlanRepository) Create(arg0 context.Context, arg1 *malak.Plan) error
- func (m *MockPlanRepository) EXPECT() *MockPlanRepositoryMockRecorder
- func (m *MockPlanRepository) Get(arg0 context.Context, arg1 *malak.FetchPlanOptions) (*malak.Plan, error)
- func (m *MockPlanRepository) List(arg0 context.Context) ([]*malak.Plan, error)
- func (m *MockPlanRepository) SetDefault(arg0 context.Context, arg1 *malak.Plan) error
- type MockPlanRepositoryMockRecorder
- func (mr *MockPlanRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockPlanRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockPlanRepositoryMockRecorder) List(arg0 any) *gomock.Call
- func (mr *MockPlanRepositoryMockRecorder) SetDefault(arg0, arg1 any) *gomock.Call
- type MockPreferenceRepository
- type MockPreferenceRepositoryMockRecorder
- type MockQueueHandler
- type MockQueueHandlerMockRecorder
- type MockReferenceGeneratorOperation
- func (m *MockReferenceGeneratorOperation) EXPECT() *MockReferenceGeneratorOperationMockRecorder
- func (m *MockReferenceGeneratorOperation) Generate(arg0 malak.EntityType) malak.Reference
- func (m *MockReferenceGeneratorOperation) ShortLink() string
- func (m *MockReferenceGeneratorOperation) Token() string
- type MockReferenceGeneratorOperationMockRecorder
- type MockSecretClient
- type MockSecretClientMockRecorder
- type MockTemplateRepository
- type MockTemplateRepositoryMockRecorder
- type MockUpdateRepository
- func (m *MockUpdateRepository) Create(arg0 context.Context, arg1 *malak.Update, ...) error
- func (m *MockUpdateRepository) Delete(arg0 context.Context, arg1 *malak.Update) error
- func (m *MockUpdateRepository) EXPECT() *MockUpdateRepositoryMockRecorder
- func (m *MockUpdateRepository) Get(arg0 context.Context, arg1 malak.FetchUpdateOptions) (*malak.Update, error)
- func (m *MockUpdateRepository) GetByID(arg0 context.Context, arg1 uuid.UUID) (*malak.Update, error)
- func (m *MockUpdateRepository) GetSchedule(arg0 context.Context, arg1 uuid.UUID) (*malak.UpdateSchedule, error)
- func (m *MockUpdateRepository) GetStatByEmailID(arg0 context.Context, arg1 string, arg2 malak.UpdateRecipientLogProvider) (*malak.UpdateRecipientLog, *malak.UpdateRecipientStat, error)
- func (m *MockUpdateRepository) List(arg0 context.Context, arg1 malak.ListUpdateOptions) ([]malak.Update, int64, error)
- func (m *MockUpdateRepository) ListPinned(arg0 context.Context, arg1 uuid.UUID) ([]malak.Update, error)
- func (m *MockUpdateRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.UpdateOverview, error)
- func (m *MockUpdateRepository) RecipientStat(arg0 context.Context, arg1 *malak.Update) ([]malak.UpdateRecipient, error)
- func (m *MockUpdateRepository) SendUpdate(arg0 context.Context, arg1 *malak.CreateUpdateOptions) error
- func (m *MockUpdateRepository) Stat(arg0 context.Context, arg1 *malak.Update) (*malak.UpdateStat, error)
- func (m *MockUpdateRepository) TogglePinned(arg0 context.Context, arg1 *malak.Update) error
- func (m *MockUpdateRepository) Update(arg0 context.Context, arg1 *malak.Update) error
- func (m *MockUpdateRepository) UpdateStat(arg0 context.Context, arg1 *malak.UpdateStat, arg2 *malak.UpdateRecipientStat) error
- type MockUpdateRepositoryMockRecorder
- func (mr *MockUpdateRepositoryMockRecorder) Create(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) Delete(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) GetByID(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) GetSchedule(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) GetStatByEmailID(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) ListPinned(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) Overview(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) RecipientStat(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) SendUpdate(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) Stat(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) TogglePinned(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call
- func (mr *MockUpdateRepositoryMockRecorder) UpdateStat(arg0, arg1, arg2 any) *gomock.Call
- type MockUserRepository
- func (m *MockUserRepository) Create(arg0 context.Context, arg1 *malak.User) error
- func (m *MockUserRepository) EXPECT() *MockUserRepositoryMockRecorder
- func (m *MockUserRepository) Get(arg0 context.Context, arg1 *malak.FindUserOptions) (*malak.User, error)
- func (m *MockUserRepository) Update(arg0 context.Context, arg1 *malak.User) error
- type MockUserRepositoryMockRecorder
- type MockUuidGenerator
- type MockUuidGeneratorMockRecorder
- type MockVault
- type MockVaultMockRecorder
- type MockWorkspaceRepository
- func (m *MockWorkspaceRepository) Create(arg0 context.Context, arg1 *malak.CreateWorkspaceOptions) error
- func (m *MockWorkspaceRepository) EXPECT() *MockWorkspaceRepositoryMockRecorder
- func (m *MockWorkspaceRepository) Get(arg0 context.Context, arg1 *malak.FindWorkspaceOptions) (*malak.Workspace, error)
- func (m *MockWorkspaceRepository) List(arg0 context.Context, arg1 *malak.User) ([]malak.Workspace, error)
- func (m *MockWorkspaceRepository) MarkActive(arg0 context.Context, arg1 *malak.Workspace) error
- func (m *MockWorkspaceRepository) MarkInActive(arg0 context.Context, arg1 *malak.Workspace) error
- func (m *MockWorkspaceRepository) Update(arg0 context.Context, arg1 *malak.Workspace) error
- type MockWorkspaceRepositoryMockRecorder
- func (mr *MockWorkspaceRepositoryMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkspaceRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkspaceRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkspaceRepositoryMockRecorder) MarkActive(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkspaceRepositoryMockRecorder) MarkInActive(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkspaceRepositoryMockRecorder) Update(arg0, arg1 any) *gomock.Call
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) EXPECT ¶ added in v0.8.0
func (m *MockAPIKeyRepository) EXPECT() *MockAPIKeyRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAPIKeyRepository) Fetch ¶ added in v0.8.0
func (m *MockAPIKeyRepository) Fetch(arg0 context.Context, arg1 malak.FetchAPIKeyOptions) (*malak.APIKey, error)
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) Revoke ¶ added in v0.8.0
func (m *MockAPIKeyRepository) Revoke(arg0 context.Context, arg1 malak.RevokeAPIKeyOptions) error
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.
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) EXPECT ¶
func (m *MockCache) EXPECT() *MockCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
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.
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
func (m *MockClient) Portal(arg0 context.Context, arg1 *billing.CreateBillingPortalOptions) (string, error)
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.
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 ¶
func (m *MockContactListRepository) Add(arg0 context.Context, arg1 *malak.ContactListMapping) error
Add mocks base method.
func (*MockContactListRepository) Create ¶
func (m *MockContactListRepository) Create(arg0 context.Context, arg1 *malak.ContactList) error
Create mocks base method.
func (*MockContactListRepository) Delete ¶
func (m *MockContactListRepository) Delete(arg0 context.Context, arg1 *malak.ContactList) error
Delete mocks base method.
func (*MockContactListRepository) EXPECT ¶
func (m *MockContactListRepository) EXPECT() *MockContactListRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockContactListRepository) Get ¶
func (m *MockContactListRepository) Get(arg0 context.Context, arg1 malak.FetchContactListOptions) (*malak.ContactList, error)
Get mocks base method.
func (*MockContactListRepository) List ¶
func (m *MockContactListRepository) List(arg0 context.Context, arg1 *malak.ContactListOptions) ([]malak.ContactList, []malak.ContactListMappingWithContact, error)
List mocks base method.
func (*MockContactListRepository) Update ¶
func (m *MockContactListRepository) Update(arg0 context.Context, arg1 *malak.ContactList) error
Update mocks base method.
type MockContactListRepositoryMockRecorder ¶
type MockContactListRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockContactListRepositoryMockRecorder is the mock recorder for MockContactListRepository.
func (*MockContactListRepositoryMockRecorder) Add ¶
func (mr *MockContactListRepositoryMockRecorder) Add(arg0, arg1 any) *gomock.Call
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 ¶
func (mr *MockContactListRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
Get indicates an expected call of Get.
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) EXPECT ¶
func (m *MockContactRepository) EXPECT() *MockContactRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockContactRepository) Get ¶
func (m *MockContactRepository) Get(arg0 context.Context, arg1 malak.FetchContactOptions) (*malak.Contact, error)
Get mocks base method.
func (*MockContactRepository) List ¶
func (m *MockContactRepository) List(arg0 context.Context, arg1 malak.ListContactOptions) ([]malak.Contact, int64, error)
List mocks base method.
func (*MockContactRepository) Overview ¶ added in v0.8.1
func (m *MockContactRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.ContactOverview, error)
Overview mocks base method.
func (*MockContactRepository) Search ¶ added in v0.9.0
func (m *MockContactRepository) Search(arg0 context.Context, arg1 malak.SearchContactOptions) ([]malak.Contact, error)
Search 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.
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
func (m *MockContactShareRepository) All(arg0 context.Context, arg1 *malak.Contact) ([]malak.ContactShareItem, error)
All mocks base method.
func (*MockContactShareRepository) EXPECT ¶ added in v0.3.0
func (m *MockContactShareRepository) EXPECT() *MockContactShareRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockContactShareRepository) Overview ¶ added in v0.8.1
func (m *MockContactShareRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.ShareOverview, error)
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.
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
func (m *MockDashboardLinkRepository) Create(arg0 context.Context, arg1 *malak.CreateDashboardLinkOptions) error
Create mocks base method.
func (*MockDashboardLinkRepository) DefaultLink ¶ added in v0.7.0
func (m *MockDashboardLinkRepository) DefaultLink(arg0 context.Context, arg1 *malak.Dashboard) (malak.DashboardLink, error)
DefaultLink mocks base method.
func (*MockDashboardLinkRepository) Delete ¶ added in v0.7.0
func (m *MockDashboardLinkRepository) Delete(arg0 context.Context, arg1 malak.Dashboard, arg2 malak.Reference) error
Delete mocks base method.
func (*MockDashboardLinkRepository) EXPECT ¶ added in v0.7.0
func (m *MockDashboardLinkRepository) EXPECT() *MockDashboardLinkRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDashboardLinkRepository) List ¶ added in v0.7.0
func (m *MockDashboardLinkRepository) List(arg0 context.Context, arg1 malak.ListAccessControlOptions) ([]malak.DashboardLink, int64, error)
List mocks base method.
func (*MockDashboardLinkRepository) PublicDetails ¶ added in v0.7.0
func (m *MockDashboardLinkRepository) PublicDetails(arg0 context.Context, arg1 malak.Reference) (malak.Dashboard, error)
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 (*MockDashboardLinkRepositoryMockRecorder) DefaultLink ¶ added in v0.7.0
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
func (mr *MockDashboardLinkRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
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
func (m *MockDashboardRepository) AddChart(arg0 context.Context, arg1 *malak.DashboardChart) error
AddChart mocks base method.
func (*MockDashboardRepository) EXPECT ¶ added in v0.6.0
func (m *MockDashboardRepository) EXPECT() *MockDashboardRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDashboardRepository) Get ¶ added in v0.6.0
func (m *MockDashboardRepository) Get(arg0 context.Context, arg1 malak.FetchDashboardOption) (malak.Dashboard, error)
Get mocks base method.
func (*MockDashboardRepository) GetCharts ¶ added in v0.6.0
func (m *MockDashboardRepository) GetCharts(arg0 context.Context, arg1 malak.FetchDashboardChartsOption) ([]malak.DashboardChart, error)
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
func (m *MockDashboardRepository) List(arg0 context.Context, arg1 malak.ListDashboardOptions) ([]malak.Dashboard, int64, error)
List mocks base method.
func (*MockDashboardRepository) RemoveChart ¶ added in v0.6.1
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
func (m *MockDeckRepository) DeckEngagements(arg0 context.Context, arg1 *malak.ListDeckEngagementsOptions) (*malak.DeckEngagementResponse, error)
DeckEngagements mocks base method.
func (*MockDeckRepository) EXPECT ¶
func (m *MockDeckRepository) EXPECT() *MockDeckRepositoryMockRecorder
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 ¶
func (m *MockDeckRepository) Get(arg0 context.Context, arg1 malak.FetchDeckOptions) (*malak.Deck, error)
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
func (m *MockDeckRepository) SessionAnalytics(arg0 context.Context, arg1 *malak.ListSessionAnalyticsOptions) ([]*malak.DeckViewerSession, int64, error)
SessionAnalytics mocks base method.
func (*MockDeckRepository) ToggleArchive ¶
ToggleArchive mocks base method.
func (*MockDeckRepository) TogglePinned ¶
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 ¶
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
func (m *MockEmailVerificationRepository) Create(arg0 context.Context, arg1 *malak.EmailVerification) error
Create mocks base method.
func (*MockEmailVerificationRepository) EXPECT ¶ added in v0.9.11
func (m *MockEmailVerificationRepository) EXPECT() *MockEmailVerificationRepositoryMockRecorder
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.
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
func (m *MockFundraisingPipelineRepository) AddContactToBoard(arg0 context.Context, arg1 *malak.AddContactToBoardOptions) error
AddContactToBoard mocks base method.
func (*MockFundraisingPipelineRepository) Board ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) Board(arg0 context.Context, arg1 *malak.FundraisingPipeline) ([]malak.FundraisingPipelineColumn, []malak.FundraiseContact, []malak.FundraiseContactPosition, error)
Board mocks base method.
func (*MockFundraisingPipelineRepository) CloseBoard ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) CloseBoard(arg0 context.Context, arg1 *malak.FundraisingPipeline) error
CloseBoard mocks base method.
func (*MockFundraisingPipelineRepository) Create ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) Create(arg0 context.Context, arg1 *malak.FundraisingPipeline, arg2 ...malak.FundraisingPipelineColumn) error
Create mocks base method.
func (*MockFundraisingPipelineRepository) DefaultColumn ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) DefaultColumn(arg0 context.Context, arg1 *malak.FundraisingPipeline) (malak.FundraisingPipelineColumn, error)
DefaultColumn mocks base method.
func (*MockFundraisingPipelineRepository) EXPECT ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) EXPECT() *MockFundraisingPipelineRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFundraisingPipelineRepository) Get ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) Get(arg0 context.Context, arg1 malak.FetchPipelineOptions) (*malak.FundraisingPipeline, error)
Get mocks base method.
func (*MockFundraisingPipelineRepository) GetColumn ¶ added in v0.9.1
func (m *MockFundraisingPipelineRepository) GetColumn(arg0 context.Context, arg1 malak.GetBoardOptions) (*malak.FundraisingPipelineColumn, error)
GetColumn mocks base method.
func (*MockFundraisingPipelineRepository) GetContact ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) GetContact(arg0 context.Context, arg1, arg2 uuid.UUID) (*malak.FundraiseContact, error)
GetContact mocks base method.
func (*MockFundraisingPipelineRepository) List ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) List(arg0 context.Context, arg1 malak.ListPipelineOptions) ([]malak.FundraisingPipeline, int64, error)
List mocks base method.
func (*MockFundraisingPipelineRepository) MoveContactColumn ¶ added in v0.9.1
func (m *MockFundraisingPipelineRepository) MoveContactColumn(arg0 context.Context, arg1 *malak.FundraiseContact, arg2 *malak.FundraisingPipelineColumn) error
MoveContactColumn mocks base method.
func (*MockFundraisingPipelineRepository) Overview ¶ added in v0.9.1
func (m *MockFundraisingPipelineRepository) Overview(arg0 context.Context, arg1 uuid.UUID) (*malak.FundingPipelineOverview, error)
Overview mocks base method.
func (*MockFundraisingPipelineRepository) UpdateContactDeal ¶ added in v0.9.0
func (m *MockFundraisingPipelineRepository) UpdateContactDeal(arg0 context.Context, arg1 *malak.FundraisingPipeline, arg2 malak.UpdateContactDealOptions) error
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
func (mr *MockFundraisingPipelineRepositoryMockRecorder) Board(arg0, arg1 any) *gomock.Call
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
func (mr *MockFundraisingPipelineRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
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
func (mr *MockFundraisingPipelineRepositoryMockRecorder) List(arg0, arg1 any) *gomock.Call
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
func (mr *MockFundraisingPipelineRepositoryMockRecorder) Overview(arg0, arg1 any) *gomock.Call
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
func (m *MockGeolocationService) EXPECT() *MockGeolocationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGeolocationServiceMockRecorder ¶ added in v0.7.0
type MockGeolocationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockGeolocationServiceMockRecorder is the mock recorder for MockGeolocationService.
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
func (m *MockIntegrationProviderClient) Close() error
Close mocks base method.
func (*MockIntegrationProviderClient) Data ¶ added in v0.5.0
func (m *MockIntegrationProviderClient) Data(arg0 context.Context, arg1 malak.AccessToken, arg2 *malak.IntegrationFetchDataOptions) ([]malak.IntegrationDataValues, error)
Data mocks base method.
func (*MockIntegrationProviderClient) EXPECT ¶ added in v0.5.0
func (m *MockIntegrationProviderClient) EXPECT() *MockIntegrationProviderClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIntegrationProviderClient) Name ¶ added in v0.5.0
func (m *MockIntegrationProviderClient) Name() malak.IntegrationProvider
Name mocks base method.
func (*MockIntegrationProviderClient) Ping ¶ added in v0.5.0
func (m *MockIntegrationProviderClient) Ping(arg0 context.Context, arg1 malak.AccessToken) ([]malak.IntegrationChartValues, error)
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
func (mr *MockIntegrationProviderClientMockRecorder) Close() *gomock.Call
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
func (mr *MockIntegrationProviderClientMockRecorder) Name() *gomock.Call
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) AddDataPoint ¶ added in v0.5.0
func (m *MockIntegrationRepository) AddDataPoint(arg0 context.Context, arg1 *malak.WorkspaceIntegration, arg2 []malak.IntegrationDataValues) error
AddDataPoint mocks base method.
func (*MockIntegrationRepository) Create ¶ added in v0.3.1
func (m *MockIntegrationRepository) Create(arg0 context.Context, arg1 *malak.Integration) error
Create mocks base method.
func (*MockIntegrationRepository) CreateCharts ¶ added in v0.5.0
func (m *MockIntegrationRepository) CreateCharts(arg0 context.Context, arg1 *malak.WorkspaceIntegration, arg2 []malak.IntegrationChartValues) error
CreateCharts mocks base method.
func (*MockIntegrationRepository) Disable ¶ added in v0.5.1
func (m *MockIntegrationRepository) Disable(arg0 context.Context, arg1 *malak.WorkspaceIntegration) error
Disable mocks base method.
func (*MockIntegrationRepository) EXPECT ¶ added in v0.3.1
func (m *MockIntegrationRepository) EXPECT() *MockIntegrationRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIntegrationRepository) Get ¶ added in v0.5.0
func (m *MockIntegrationRepository) Get(arg0 context.Context, arg1 malak.FindWorkspaceIntegrationOptions) (*malak.WorkspaceIntegration, error)
Get mocks base method.
func (*MockIntegrationRepository) GetChart ¶ added in v0.6.0
func (m *MockIntegrationRepository) GetChart(arg0 context.Context, arg1 malak.FetchChartOptions) (malak.IntegrationChart, error)
GetChart mocks base method.
func (*MockIntegrationRepository) GetDataPoints ¶ added in v0.6.0
func (m *MockIntegrationRepository) GetDataPoints(arg0 context.Context, arg1 malak.IntegrationChart) ([]malak.IntegrationDataPoint, error)
GetDataPoints mocks base method.
func (*MockIntegrationRepository) List ¶ added in v0.3.1
func (m *MockIntegrationRepository) List(arg0 context.Context, arg1 *malak.Workspace) ([]malak.WorkspaceIntegration, error)
List mocks base method.
func (*MockIntegrationRepository) ListCharts ¶ added in v0.6.0
func (m *MockIntegrationRepository) ListCharts(arg0 context.Context, arg1 uuid.UUID) ([]malak.IntegrationChart, error)
ListCharts mocks base method.
func (*MockIntegrationRepository) System ¶ added in v0.5.0
func (m *MockIntegrationRepository) System(arg0 context.Context) ([]malak.Integration, error)
System mocks base method.
func (*MockIntegrationRepository) Update ¶ added in v0.5.0
func (m *MockIntegrationRepository) Update(arg0 context.Context, arg1 *malak.WorkspaceIntegration) error
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
func (mr *MockIntegrationRepositoryMockRecorder) Get(arg0, arg1 any) *gomock.Call
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.
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) EXPECT ¶
func (m *MockPlanRepository) EXPECT() *MockPlanRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPlanRepository) Get ¶
func (m *MockPlanRepository) Get(arg0 context.Context, arg1 *malak.FetchPlanOptions) (*malak.Plan, error)
Get mocks base method.
func (*MockPlanRepository) SetDefault ¶ added in v0.3.1
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 ¶
func (mr *MockPlanRepositoryMockRecorder) List(arg0 any) *gomock.Call
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
func (m *MockPreferenceRepository) EXPECT() *MockPreferenceRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPreferenceRepository) Get ¶ added in v0.3.1
func (m *MockPreferenceRepository) Get(arg0 context.Context, arg1 *malak.Workspace) (*malak.Preference, error)
Get mocks base method.
func (*MockPreferenceRepository) Update ¶ added in v0.3.1
func (m *MockPreferenceRepository) Update(arg0 context.Context, arg1 *malak.Preference) error
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.
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) EXPECT ¶
func (m *MockQueueHandler) EXPECT() *MockQueueHandlerMockRecorder
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 ¶
func (mr *MockQueueHandlerMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
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 ¶
func (m *MockReferenceGeneratorOperation) EXPECT() *MockReferenceGeneratorOperationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReferenceGeneratorOperation) Generate ¶
func (m *MockReferenceGeneratorOperation) Generate(arg0 malak.EntityType) malak.Reference
Generate mocks base method.
func (*MockReferenceGeneratorOperation) ShortLink ¶
func (m *MockReferenceGeneratorOperation) ShortLink() string
ShortLink mocks base method.
func (*MockReferenceGeneratorOperation) Token ¶ added in v0.7.0
func (m *MockReferenceGeneratorOperation) Token() string
Token mocks base method.
type MockReferenceGeneratorOperationMockRecorder ¶
type MockReferenceGeneratorOperationMockRecorder struct {
// contains filtered or unexported fields
}
MockReferenceGeneratorOperationMockRecorder is the mock recorder for MockReferenceGeneratorOperation.
func (*MockReferenceGeneratorOperationMockRecorder) Generate ¶
func (mr *MockReferenceGeneratorOperationMockRecorder) Generate(arg0 any) *gomock.Call
Generate indicates an expected call of Generate.
func (*MockReferenceGeneratorOperationMockRecorder) ShortLink ¶
func (mr *MockReferenceGeneratorOperationMockRecorder) ShortLink() *gomock.Call
ShortLink indicates an expected call of ShortLink.
func (*MockReferenceGeneratorOperationMockRecorder) Token ¶ added in v0.7.0
func (mr *MockReferenceGeneratorOperationMockRecorder) Token() *gomock.Call
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
func (m *MockSecretClient) Create(arg0 context.Context, arg1 *secret.CreateSecretOptions) (string, error)
Create mocks base method.
func (*MockSecretClient) EXPECT ¶ added in v0.5.0
func (m *MockSecretClient) EXPECT() *MockSecretClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
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
func (mr *MockSecretClientMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
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
func (m *MockTemplateRepository) EXPECT() *MockTemplateRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTemplateRepository) System ¶ added in v0.7.0
func (m *MockTemplateRepository) System(arg0 context.Context, arg1 malak.SystemTemplateFilter) ([]malak.SystemTemplate, error)
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.
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, arg2 *malak.TemplateCreateUpdateOptions) error
Create mocks base method.
func (*MockUpdateRepository) EXPECT ¶
func (m *MockUpdateRepository) EXPECT() *MockUpdateRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUpdateRepository) Get ¶
func (m *MockUpdateRepository) Get(arg0 context.Context, arg1 malak.FetchUpdateOptions) (*malak.Update, error)
Get 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 ¶
func (m *MockUpdateRepository) GetStatByEmailID(arg0 context.Context, arg1 string, arg2 malak.UpdateRecipientLogProvider) (*malak.UpdateRecipientLog, *malak.UpdateRecipientStat, error)
GetStatByEmailID mocks base method.
func (*MockUpdateRepository) List ¶
func (m *MockUpdateRepository) List(arg0 context.Context, arg1 malak.ListUpdateOptions) ([]malak.Update, int64, error)
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 ¶
func (m *MockUpdateRepository) SendUpdate(arg0 context.Context, arg1 *malak.CreateUpdateOptions) error
SendUpdate mocks base method.
func (*MockUpdateRepository) Stat ¶
func (m *MockUpdateRepository) Stat(arg0 context.Context, arg1 *malak.Update) (*malak.UpdateStat, error)
Stat mocks base method.
func (*MockUpdateRepository) TogglePinned ¶
TogglePinned mocks base method.
func (*MockUpdateRepository) UpdateStat ¶
func (m *MockUpdateRepository) UpdateStat(arg0 context.Context, arg1 *malak.UpdateStat, arg2 *malak.UpdateRecipientStat) error
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) EXPECT ¶
func (m *MockUserRepository) EXPECT() *MockUserRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUserRepository) Get ¶
func (m *MockUserRepository) Get(arg0 context.Context, arg1 *malak.FindUserOptions) (*malak.User, error)
Get 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.
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 ¶
func (m *MockUuidGenerator) EXPECT() *MockUuidGeneratorMockRecorder
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 ¶
func (mr *MockUuidGeneratorMockRecorder) Create() *gomock.Call
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) 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.
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 ¶
func (m *MockWorkspaceRepository) Create(arg0 context.Context, arg1 *malak.CreateWorkspaceOptions) error
Create mocks base method.
func (*MockWorkspaceRepository) EXPECT ¶
func (m *MockWorkspaceRepository) EXPECT() *MockWorkspaceRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkspaceRepository) Get ¶
func (m *MockWorkspaceRepository) Get(arg0 context.Context, arg1 *malak.FindWorkspaceOptions) (*malak.Workspace, error)
Get mocks base method.
func (*MockWorkspaceRepository) List ¶
func (m *MockWorkspaceRepository) List(arg0 context.Context, arg1 *malak.User) ([]malak.Workspace, error)
List mocks base method.
func (*MockWorkspaceRepository) MarkActive ¶ added in v0.4.0
MarkActive mocks base method.
func (*MockWorkspaceRepository) MarkInActive ¶ added in v0.4.0
MarkInActive 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.