dbmock

package
v2.22.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package dbmock is a generated GoMock package.

package dbmock contains a mocked implementation of the database.Store interface for use in tests

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStore

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

MockStore is a mock of Store interface.

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance.

func (*MockStore) AcquireLock

func (m *MockStore) AcquireLock(ctx context.Context, pgAdvisoryXactLock int64) error

AcquireLock mocks base method.

func (*MockStore) AcquireNotificationMessages added in v2.13.0

AcquireNotificationMessages mocks base method.

func (*MockStore) AcquireProvisionerJob

AcquireProvisionerJob mocks base method.

func (*MockStore) ActivityBumpWorkspace added in v2.2.0

func (m *MockStore) ActivityBumpWorkspace(ctx context.Context, arg database.ActivityBumpWorkspaceParams) error

ActivityBumpWorkspace mocks base method.

func (*MockStore) AllUserIDs added in v2.2.0

func (m *MockStore) AllUserIDs(ctx context.Context, includeSystem bool) ([]uuid.UUID, error)

AllUserIDs mocks base method.

func (*MockStore) ArchiveUnusedTemplateVersions added in v2.3.0

func (m *MockStore) ArchiveUnusedTemplateVersions(ctx context.Context, arg database.ArchiveUnusedTemplateVersionsParams) ([]uuid.UUID, error)

ArchiveUnusedTemplateVersions mocks base method.

func (*MockStore) BatchUpdateWorkspaceLastUsedAt added in v2.7.0

func (m *MockStore) BatchUpdateWorkspaceLastUsedAt(ctx context.Context, arg database.BatchUpdateWorkspaceLastUsedAtParams) error

BatchUpdateWorkspaceLastUsedAt mocks base method.

func (*MockStore) BatchUpdateWorkspaceNextStartAt added in v2.19.0

func (m *MockStore) BatchUpdateWorkspaceNextStartAt(ctx context.Context, arg database.BatchUpdateWorkspaceNextStartAtParams) error

BatchUpdateWorkspaceNextStartAt mocks base method.

func (*MockStore) BulkMarkNotificationMessagesFailed added in v2.13.0

func (m *MockStore) BulkMarkNotificationMessagesFailed(ctx context.Context, arg database.BulkMarkNotificationMessagesFailedParams) (int64, error)

BulkMarkNotificationMessagesFailed mocks base method.

func (*MockStore) BulkMarkNotificationMessagesSent added in v2.13.0

func (m *MockStore) BulkMarkNotificationMessagesSent(ctx context.Context, arg database.BulkMarkNotificationMessagesSentParams) (int64, error)

BulkMarkNotificationMessagesSent mocks base method.

func (*MockStore) ClaimPrebuiltWorkspace added in v2.22.0

ClaimPrebuiltWorkspace mocks base method.

func (*MockStore) CleanTailnetCoordinators

func (m *MockStore) CleanTailnetCoordinators(ctx context.Context) error

CleanTailnetCoordinators mocks base method.

func (*MockStore) CleanTailnetLostPeers added in v2.5.0

func (m *MockStore) CleanTailnetLostPeers(ctx context.Context) error

CleanTailnetLostPeers mocks base method.

func (*MockStore) CleanTailnetTunnels added in v2.5.0

func (m *MockStore) CleanTailnetTunnels(ctx context.Context) error

CleanTailnetTunnels mocks base method.

func (*MockStore) CountInProgressPrebuilds added in v2.22.0

func (m *MockStore) CountInProgressPrebuilds(ctx context.Context) ([]database.CountInProgressPrebuildsRow, error)

CountInProgressPrebuilds mocks base method.

func (*MockStore) CountUnreadInboxNotificationsByUserID added in v2.21.0

func (m *MockStore) CountUnreadInboxNotificationsByUserID(ctx context.Context, userID uuid.UUID) (int64, error)

CountUnreadInboxNotificationsByUserID mocks base method.

func (*MockStore) CustomRoles added in v2.12.0

CustomRoles mocks base method.

func (*MockStore) DeleteAPIKeyByID

func (m *MockStore) DeleteAPIKeyByID(ctx context.Context, id string) error

DeleteAPIKeyByID mocks base method.

func (*MockStore) DeleteAPIKeysByUserID

func (m *MockStore) DeleteAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error

DeleteAPIKeysByUserID mocks base method.

func (*MockStore) DeleteAllTailnetClientSubscriptions added in v2.2.0

func (m *MockStore) DeleteAllTailnetClientSubscriptions(ctx context.Context, arg database.DeleteAllTailnetClientSubscriptionsParams) error

DeleteAllTailnetClientSubscriptions mocks base method.

func (*MockStore) DeleteAllTailnetTunnels added in v2.4.0

func (m *MockStore) DeleteAllTailnetTunnels(ctx context.Context, arg database.DeleteAllTailnetTunnelsParams) error

DeleteAllTailnetTunnels mocks base method.

func (*MockStore) DeleteAllWebpushSubscriptions added in v2.21.0

func (m *MockStore) DeleteAllWebpushSubscriptions(ctx context.Context) error

DeleteAllWebpushSubscriptions mocks base method.

func (*MockStore) DeleteApplicationConnectAPIKeysByUserID

func (m *MockStore) DeleteApplicationConnectAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error

DeleteApplicationConnectAPIKeysByUserID mocks base method.

func (*MockStore) DeleteCoordinator

func (m *MockStore) DeleteCoordinator(ctx context.Context, id uuid.UUID) error

DeleteCoordinator mocks base method.

func (*MockStore) DeleteCryptoKey added in v2.16.0

DeleteCryptoKey mocks base method.

func (*MockStore) DeleteCustomRole added in v2.15.0

func (m *MockStore) DeleteCustomRole(ctx context.Context, arg database.DeleteCustomRoleParams) error

DeleteCustomRole mocks base method.

func (m *MockStore) DeleteExternalAuthLink(ctx context.Context, arg database.DeleteExternalAuthLinkParams) error

DeleteExternalAuthLink mocks base method.

func (*MockStore) DeleteGitSSHKey

func (m *MockStore) DeleteGitSSHKey(ctx context.Context, userID uuid.UUID) error

DeleteGitSSHKey mocks base method.

func (*MockStore) DeleteGroupByID

func (m *MockStore) DeleteGroupByID(ctx context.Context, id uuid.UUID) error

DeleteGroupByID mocks base method.

func (*MockStore) DeleteGroupMemberFromGroup

func (m *MockStore) DeleteGroupMemberFromGroup(ctx context.Context, arg database.DeleteGroupMemberFromGroupParams) error

DeleteGroupMemberFromGroup mocks base method.

func (*MockStore) DeleteLicense

func (m *MockStore) DeleteLicense(ctx context.Context, id int32) (int32, error)

DeleteLicense mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppByID added in v2.6.0

func (m *MockStore) DeleteOAuth2ProviderAppByID(ctx context.Context, id uuid.UUID) error

DeleteOAuth2ProviderAppByID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppCodeByID added in v2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppCodeByID(ctx context.Context, id uuid.UUID) error

DeleteOAuth2ProviderAppCodeByID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppCodesByAppAndUserID added in v2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppCodesByAppAndUserID(ctx context.Context, arg database.DeleteOAuth2ProviderAppCodesByAppAndUserIDParams) error

DeleteOAuth2ProviderAppCodesByAppAndUserID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppSecretByID added in v2.6.0

func (m *MockStore) DeleteOAuth2ProviderAppSecretByID(ctx context.Context, id uuid.UUID) error

DeleteOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppTokensByAppAndUserID added in v2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppTokensByAppAndUserID(ctx context.Context, arg database.DeleteOAuth2ProviderAppTokensByAppAndUserIDParams) error

DeleteOAuth2ProviderAppTokensByAppAndUserID mocks base method.

func (*MockStore) DeleteOldNotificationMessages added in v2.13.0

func (m *MockStore) DeleteOldNotificationMessages(ctx context.Context) error

DeleteOldNotificationMessages mocks base method.

func (*MockStore) DeleteOldProvisionerDaemons added in v2.5.0

func (m *MockStore) DeleteOldProvisionerDaemons(ctx context.Context) error

DeleteOldProvisionerDaemons mocks base method.

func (*MockStore) DeleteOldWorkspaceAgentLogs

func (m *MockStore) DeleteOldWorkspaceAgentLogs(ctx context.Context, threshold time.Time) error

DeleteOldWorkspaceAgentLogs mocks base method.

func (*MockStore) DeleteOldWorkspaceAgentStats

func (m *MockStore) DeleteOldWorkspaceAgentStats(ctx context.Context) error

DeleteOldWorkspaceAgentStats mocks base method.

func (*MockStore) DeleteOrganizationMember added in v2.13.0

func (m *MockStore) DeleteOrganizationMember(ctx context.Context, arg database.DeleteOrganizationMemberParams) error

DeleteOrganizationMember mocks base method.

func (*MockStore) DeleteProvisionerKey added in v2.14.0

func (m *MockStore) DeleteProvisionerKey(ctx context.Context, id uuid.UUID) error

DeleteProvisionerKey mocks base method.

func (*MockStore) DeleteReplicasUpdatedBefore

func (m *MockStore) DeleteReplicasUpdatedBefore(ctx context.Context, updatedAt time.Time) error

DeleteReplicasUpdatedBefore mocks base method.

func (*MockStore) DeleteRuntimeConfig added in v2.16.0

func (m *MockStore) DeleteRuntimeConfig(ctx context.Context, key string) error

DeleteRuntimeConfig mocks base method.

func (*MockStore) DeleteTailnetAgent

DeleteTailnetAgent mocks base method.

func (*MockStore) DeleteTailnetClient

DeleteTailnetClient mocks base method.

func (*MockStore) DeleteTailnetClientSubscription added in v2.2.0

func (m *MockStore) DeleteTailnetClientSubscription(ctx context.Context, arg database.DeleteTailnetClientSubscriptionParams) error

DeleteTailnetClientSubscription mocks base method.

func (*MockStore) DeleteTailnetPeer added in v2.4.0

DeleteTailnetPeer mocks base method.

func (*MockStore) DeleteTailnetTunnel added in v2.4.0

DeleteTailnetTunnel mocks base method.

func (*MockStore) DeleteWebpushSubscriptionByUserIDAndEndpoint added in v2.21.0

func (m *MockStore) DeleteWebpushSubscriptionByUserIDAndEndpoint(ctx context.Context, arg database.DeleteWebpushSubscriptionByUserIDAndEndpointParams) error

DeleteWebpushSubscriptionByUserIDAndEndpoint mocks base method.

func (*MockStore) DeleteWebpushSubscriptions added in v2.21.0

func (m *MockStore) DeleteWebpushSubscriptions(ctx context.Context, ids []uuid.UUID) error

DeleteWebpushSubscriptions mocks base method.

func (*MockStore) DeleteWorkspaceAgentPortShare added in v2.9.0

func (m *MockStore) DeleteWorkspaceAgentPortShare(ctx context.Context, arg database.DeleteWorkspaceAgentPortShareParams) error

DeleteWorkspaceAgentPortShare mocks base method.

func (*MockStore) DeleteWorkspaceAgentPortSharesByTemplate added in v2.9.0

func (m *MockStore) DeleteWorkspaceAgentPortSharesByTemplate(ctx context.Context, templateID uuid.UUID) error

DeleteWorkspaceAgentPortSharesByTemplate mocks base method.

func (*MockStore) DisableForeignKeysAndTriggers added in v2.19.0

func (m *MockStore) DisableForeignKeysAndTriggers(ctx context.Context) error

DisableForeignKeysAndTriggers mocks base method.

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

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

func (*MockStore) EnqueueNotificationMessage added in v2.13.0

func (m *MockStore) EnqueueNotificationMessage(ctx context.Context, arg database.EnqueueNotificationMessageParams) error

EnqueueNotificationMessage mocks base method.

func (*MockStore) FavoriteWorkspace added in v2.8.0

func (m *MockStore) FavoriteWorkspace(ctx context.Context, id uuid.UUID) error

FavoriteWorkspace mocks base method.

func (*MockStore) FetchMemoryResourceMonitorsByAgentID added in v2.20.0

func (m *MockStore) FetchMemoryResourceMonitorsByAgentID(ctx context.Context, agentID uuid.UUID) (database.WorkspaceAgentMemoryResourceMonitor, error)

FetchMemoryResourceMonitorsByAgentID mocks base method.

func (*MockStore) FetchMemoryResourceMonitorsUpdatedAfter added in v2.20.0

func (m *MockStore) FetchMemoryResourceMonitorsUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]database.WorkspaceAgentMemoryResourceMonitor, error)

FetchMemoryResourceMonitorsUpdatedAfter mocks base method.

func (*MockStore) FetchNewMessageMetadata added in v2.13.0

FetchNewMessageMetadata mocks base method.

func (*MockStore) FetchVolumesResourceMonitorsByAgentID added in v2.20.0

func (m *MockStore) FetchVolumesResourceMonitorsByAgentID(ctx context.Context, agentID uuid.UUID) ([]database.WorkspaceAgentVolumeResourceMonitor, error)

FetchVolumesResourceMonitorsByAgentID mocks base method.

func (*MockStore) FetchVolumesResourceMonitorsUpdatedAfter added in v2.20.0

func (m *MockStore) FetchVolumesResourceMonitorsUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]database.WorkspaceAgentVolumeResourceMonitor, error)

FetchVolumesResourceMonitorsUpdatedAfter mocks base method.

func (*MockStore) GetAPIKeyByID

func (m *MockStore) GetAPIKeyByID(ctx context.Context, id string) (database.APIKey, error)

GetAPIKeyByID mocks base method.

func (*MockStore) GetAPIKeyByName

func (m *MockStore) GetAPIKeyByName(ctx context.Context, arg database.GetAPIKeyByNameParams) (database.APIKey, error)

GetAPIKeyByName mocks base method.

func (*MockStore) GetAPIKeysByLoginType

func (m *MockStore) GetAPIKeysByLoginType(ctx context.Context, loginType database.LoginType) ([]database.APIKey, error)

GetAPIKeysByLoginType mocks base method.

func (*MockStore) GetAPIKeysByUserID

func (m *MockStore) GetAPIKeysByUserID(ctx context.Context, arg database.GetAPIKeysByUserIDParams) ([]database.APIKey, error)

GetAPIKeysByUserID mocks base method.

func (*MockStore) GetAPIKeysLastUsedAfter

func (m *MockStore) GetAPIKeysLastUsedAfter(ctx context.Context, lastUsed time.Time) ([]database.APIKey, error)

GetAPIKeysLastUsedAfter mocks base method.

func (*MockStore) GetActiveUserCount

func (m *MockStore) GetActiveUserCount(ctx context.Context, includeSystem bool) (int64, error)

GetActiveUserCount mocks base method.

func (*MockStore) GetActiveWorkspaceBuildsByTemplateID

func (m *MockStore) GetActiveWorkspaceBuildsByTemplateID(ctx context.Context, templateID uuid.UUID) ([]database.WorkspaceBuild, error)

GetActiveWorkspaceBuildsByTemplateID mocks base method.

func (*MockStore) GetAllTailnetAgents

func (m *MockStore) GetAllTailnetAgents(ctx context.Context) ([]database.TailnetAgent, error)

GetAllTailnetAgents mocks base method.

func (*MockStore) GetAllTailnetCoordinators added in v2.5.0

func (m *MockStore) GetAllTailnetCoordinators(ctx context.Context) ([]database.TailnetCoordinator, error)

GetAllTailnetCoordinators mocks base method.

func (*MockStore) GetAllTailnetPeers added in v2.5.0

func (m *MockStore) GetAllTailnetPeers(ctx context.Context) ([]database.TailnetPeer, error)

GetAllTailnetPeers mocks base method.

func (*MockStore) GetAllTailnetTunnels added in v2.5.0

func (m *MockStore) GetAllTailnetTunnels(ctx context.Context) ([]database.TailnetTunnel, error)

GetAllTailnetTunnels mocks base method.

func (*MockStore) GetAnnouncementBanners added in v2.12.0

func (m *MockStore) GetAnnouncementBanners(ctx context.Context) (string, error)

GetAnnouncementBanners mocks base method.

func (*MockStore) GetAppSecurityKey

func (m *MockStore) GetAppSecurityKey(ctx context.Context) (string, error)

GetAppSecurityKey mocks base method.

func (*MockStore) GetApplicationName added in v2.2.0

func (m *MockStore) GetApplicationName(ctx context.Context) (string, error)

GetApplicationName mocks base method.

func (*MockStore) GetAuditLogsOffset

GetAuditLogsOffset mocks base method.

func (*MockStore) GetAuthorizationUserRoles

func (m *MockStore) GetAuthorizationUserRoles(ctx context.Context, userID uuid.UUID) (database.GetAuthorizationUserRolesRow, error)

GetAuthorizationUserRoles mocks base method.

func (*MockStore) GetAuthorizedAuditLogsOffset added in v2.14.0

func (m *MockStore) GetAuthorizedAuditLogsOffset(ctx context.Context, arg database.GetAuditLogsOffsetParams, prepared rbac.PreparedAuthorized) ([]database.GetAuditLogsOffsetRow, error)

GetAuthorizedAuditLogsOffset mocks base method.

func (*MockStore) GetAuthorizedTemplates

func (m *MockStore) GetAuthorizedTemplates(ctx context.Context, arg database.GetTemplatesWithFilterParams, prepared rbac.PreparedAuthorized) ([]database.Template, error)

GetAuthorizedTemplates mocks base method.

func (*MockStore) GetAuthorizedUsers

func (m *MockStore) GetAuthorizedUsers(ctx context.Context, arg database.GetUsersParams, prepared rbac.PreparedAuthorized) ([]database.GetUsersRow, error)

GetAuthorizedUsers mocks base method.

func (*MockStore) GetAuthorizedWorkspaces

func (m *MockStore) GetAuthorizedWorkspaces(ctx context.Context, arg database.GetWorkspacesParams, prepared rbac.PreparedAuthorized) ([]database.GetWorkspacesRow, error)

GetAuthorizedWorkspaces mocks base method.

func (*MockStore) GetAuthorizedWorkspacesAndAgentsByOwnerID added in v2.18.0

func (m *MockStore) GetAuthorizedWorkspacesAndAgentsByOwnerID(ctx context.Context, ownerID uuid.UUID, prepared rbac.PreparedAuthorized) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error)

GetAuthorizedWorkspacesAndAgentsByOwnerID mocks base method.

func (*MockStore) GetCoordinatorResumeTokenSigningKey added in v2.15.0

func (m *MockStore) GetCoordinatorResumeTokenSigningKey(ctx context.Context) (string, error)

GetCoordinatorResumeTokenSigningKey mocks base method.

func (*MockStore) GetCryptoKeyByFeatureAndSequence added in v2.16.0

func (m *MockStore) GetCryptoKeyByFeatureAndSequence(ctx context.Context, arg database.GetCryptoKeyByFeatureAndSequenceParams) (database.CryptoKey, error)

GetCryptoKeyByFeatureAndSequence mocks base method.

func (*MockStore) GetCryptoKeys added in v2.16.0

func (m *MockStore) GetCryptoKeys(ctx context.Context) ([]database.CryptoKey, error)

GetCryptoKeys mocks base method.

func (*MockStore) GetCryptoKeysByFeature added in v2.16.0

func (m *MockStore) GetCryptoKeysByFeature(ctx context.Context, feature database.CryptoKeyFeature) ([]database.CryptoKey, error)

GetCryptoKeysByFeature mocks base method.

func (*MockStore) GetDBCryptKeys added in v2.2.0

func (m *MockStore) GetDBCryptKeys(ctx context.Context) ([]database.DBCryptKey, error)

GetDBCryptKeys mocks base method.

func (*MockStore) GetDERPMeshKey

func (m *MockStore) GetDERPMeshKey(ctx context.Context) (string, error)

GetDERPMeshKey mocks base method.

func (*MockStore) GetDefaultOrganization added in v2.9.0

func (m *MockStore) GetDefaultOrganization(ctx context.Context) (database.Organization, error)

GetDefaultOrganization mocks base method.

func (*MockStore) GetDefaultProxyConfig

func (m *MockStore) GetDefaultProxyConfig(ctx context.Context) (database.GetDefaultProxyConfigRow, error)

GetDefaultProxyConfig mocks base method.

func (*MockStore) GetDeploymentDAUs

func (m *MockStore) GetDeploymentDAUs(ctx context.Context, tzOffset int32) ([]database.GetDeploymentDAUsRow, error)

GetDeploymentDAUs mocks base method.

func (*MockStore) GetDeploymentID

func (m *MockStore) GetDeploymentID(ctx context.Context) (string, error)

GetDeploymentID mocks base method.

func (*MockStore) GetDeploymentWorkspaceAgentStats

func (m *MockStore) GetDeploymentWorkspaceAgentStats(ctx context.Context, createdAt time.Time) (database.GetDeploymentWorkspaceAgentStatsRow, error)

GetDeploymentWorkspaceAgentStats mocks base method.

func (*MockStore) GetDeploymentWorkspaceAgentUsageStats added in v2.16.0

func (m *MockStore) GetDeploymentWorkspaceAgentUsageStats(ctx context.Context, createdAt time.Time) (database.GetDeploymentWorkspaceAgentUsageStatsRow, error)

GetDeploymentWorkspaceAgentUsageStats mocks base method.

func (*MockStore) GetDeploymentWorkspaceStats

func (m *MockStore) GetDeploymentWorkspaceStats(ctx context.Context) (database.GetDeploymentWorkspaceStatsRow, error)

GetDeploymentWorkspaceStats mocks base method.

func (*MockStore) GetEligibleProvisionerDaemonsByProvisionerJobIDs added in v2.18.1

func (m *MockStore) GetEligibleProvisionerDaemonsByProvisionerJobIDs(ctx context.Context, provisionerJobIds []uuid.UUID) ([]database.GetEligibleProvisionerDaemonsByProvisionerJobIDsRow, error)

GetEligibleProvisionerDaemonsByProvisionerJobIDs mocks base method.

GetExternalAuthLink mocks base method.

func (*MockStore) GetExternalAuthLinksByUserID added in v2.2.1

func (m *MockStore) GetExternalAuthLinksByUserID(ctx context.Context, userID uuid.UUID) ([]database.ExternalAuthLink, error)

GetExternalAuthLinksByUserID mocks base method.

func (*MockStore) GetFailedWorkspaceBuildsByTemplateID added in v2.16.0

GetFailedWorkspaceBuildsByTemplateID mocks base method.

func (*MockStore) GetFileByHashAndCreator

func (m *MockStore) GetFileByHashAndCreator(ctx context.Context, arg database.GetFileByHashAndCreatorParams) (database.File, error)

GetFileByHashAndCreator mocks base method.

func (*MockStore) GetFileByID

func (m *MockStore) GetFileByID(ctx context.Context, id uuid.UUID) (database.File, error)

GetFileByID mocks base method.

func (*MockStore) GetFileIDByTemplateVersionID added in v2.22.0

func (m *MockStore) GetFileIDByTemplateVersionID(ctx context.Context, templateVersionID uuid.UUID) (uuid.UUID, error)

GetFileIDByTemplateVersionID mocks base method.

func (*MockStore) GetFileTemplates

func (m *MockStore) GetFileTemplates(ctx context.Context, fileID uuid.UUID) ([]database.GetFileTemplatesRow, error)

GetFileTemplates mocks base method.

func (*MockStore) GetFilteredInboxNotificationsByUserID added in v2.21.0

func (m *MockStore) GetFilteredInboxNotificationsByUserID(ctx context.Context, arg database.GetFilteredInboxNotificationsByUserIDParams) ([]database.InboxNotification, error)

GetFilteredInboxNotificationsByUserID mocks base method.

func (*MockStore) GetGitSSHKey

func (m *MockStore) GetGitSSHKey(ctx context.Context, userID uuid.UUID) (database.GitSSHKey, error)

GetGitSSHKey mocks base method.

func (*MockStore) GetGroupByID

func (m *MockStore) GetGroupByID(ctx context.Context, id uuid.UUID) (database.Group, error)

GetGroupByID mocks base method.

func (*MockStore) GetGroupByOrgAndName

func (m *MockStore) GetGroupByOrgAndName(ctx context.Context, arg database.GetGroupByOrgAndNameParams) (database.Group, error)

GetGroupByOrgAndName mocks base method.

func (*MockStore) GetGroupMembers

func (m *MockStore) GetGroupMembers(ctx context.Context, includeSystem bool) ([]database.GroupMember, error)

GetGroupMembers mocks base method.

func (*MockStore) GetGroupMembersByGroupID added in v2.13.0

func (m *MockStore) GetGroupMembersByGroupID(ctx context.Context, arg database.GetGroupMembersByGroupIDParams) ([]database.GroupMember, error)

GetGroupMembersByGroupID mocks base method.

func (*MockStore) GetGroupMembersCountByGroupID added in v2.15.0

func (m *MockStore) GetGroupMembersCountByGroupID(ctx context.Context, arg database.GetGroupMembersCountByGroupIDParams) (int64, error)

GetGroupMembersCountByGroupID mocks base method.

func (*MockStore) GetGroups added in v2.13.0

GetGroups mocks base method.

func (*MockStore) GetHealthSettings added in v2.5.0

func (m *MockStore) GetHealthSettings(ctx context.Context) (string, error)

GetHealthSettings mocks base method.

func (*MockStore) GetHungProvisionerJobs

func (m *MockStore) GetHungProvisionerJobs(ctx context.Context, updatedAt time.Time) ([]database.ProvisionerJob, error)

GetHungProvisionerJobs mocks base method.

func (*MockStore) GetInboxNotificationByID added in v2.21.0

func (m *MockStore) GetInboxNotificationByID(ctx context.Context, id uuid.UUID) (database.InboxNotification, error)

GetInboxNotificationByID mocks base method.

func (*MockStore) GetInboxNotificationsByUserID added in v2.21.0

func (m *MockStore) GetInboxNotificationsByUserID(ctx context.Context, arg database.GetInboxNotificationsByUserIDParams) ([]database.InboxNotification, error)

GetInboxNotificationsByUserID mocks base method.

func (*MockStore) GetLastUpdateCheck

func (m *MockStore) GetLastUpdateCheck(ctx context.Context) (string, error)

GetLastUpdateCheck mocks base method.

func (*MockStore) GetLatestCryptoKeyByFeature added in v2.16.0

func (m *MockStore) GetLatestCryptoKeyByFeature(ctx context.Context, feature database.CryptoKeyFeature) (database.CryptoKey, error)

GetLatestCryptoKeyByFeature mocks base method.

func (*MockStore) GetLatestWorkspaceAppStatusesByWorkspaceIDs added in v2.21.0

func (m *MockStore) GetLatestWorkspaceAppStatusesByWorkspaceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAppStatus, error)

GetLatestWorkspaceAppStatusesByWorkspaceIDs mocks base method.

func (*MockStore) GetLatestWorkspaceBuildByWorkspaceID

func (m *MockStore) GetLatestWorkspaceBuildByWorkspaceID(ctx context.Context, workspaceID uuid.UUID) (database.WorkspaceBuild, error)

GetLatestWorkspaceBuildByWorkspaceID mocks base method.

func (*MockStore) GetLatestWorkspaceBuilds

func (m *MockStore) GetLatestWorkspaceBuilds(ctx context.Context) ([]database.WorkspaceBuild, error)

GetLatestWorkspaceBuilds mocks base method.

func (*MockStore) GetLatestWorkspaceBuildsByWorkspaceIDs

func (m *MockStore) GetLatestWorkspaceBuildsByWorkspaceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceBuild, error)

GetLatestWorkspaceBuildsByWorkspaceIDs mocks base method.

func (*MockStore) GetLicenseByID

func (m *MockStore) GetLicenseByID(ctx context.Context, id int32) (database.License, error)

GetLicenseByID mocks base method.

func (*MockStore) GetLicenses

func (m *MockStore) GetLicenses(ctx context.Context) ([]database.License, error)

GetLicenses mocks base method.

func (*MockStore) GetLogoURL

func (m *MockStore) GetLogoURL(ctx context.Context) (string, error)

GetLogoURL mocks base method.

func (*MockStore) GetNotificationMessagesByStatus added in v2.14.0

GetNotificationMessagesByStatus mocks base method.

func (*MockStore) GetNotificationReportGeneratorLogByTemplate added in v2.16.0

func (m *MockStore) GetNotificationReportGeneratorLogByTemplate(ctx context.Context, templateID uuid.UUID) (database.NotificationReportGeneratorLog, error)

GetNotificationReportGeneratorLogByTemplate mocks base method.

func (*MockStore) GetNotificationTemplateByID added in v2.15.0

func (m *MockStore) GetNotificationTemplateByID(ctx context.Context, id uuid.UUID) (database.NotificationTemplate, error)

GetNotificationTemplateByID mocks base method.

func (*MockStore) GetNotificationTemplatesByKind added in v2.15.0

func (m *MockStore) GetNotificationTemplatesByKind(ctx context.Context, kind database.NotificationTemplateKind) ([]database.NotificationTemplate, error)

GetNotificationTemplatesByKind mocks base method.

func (*MockStore) GetNotificationsSettings added in v2.14.0

func (m *MockStore) GetNotificationsSettings(ctx context.Context) (string, error)

GetNotificationsSettings mocks base method.

func (*MockStore) GetOAuth2GithubDefaultEligible added in v2.20.0

func (m *MockStore) GetOAuth2GithubDefaultEligible(ctx context.Context) (bool, error)

GetOAuth2GithubDefaultEligible mocks base method.

func (*MockStore) GetOAuth2ProviderAppByID added in v2.6.0

func (m *MockStore) GetOAuth2ProviderAppByID(ctx context.Context, id uuid.UUID) (database.OAuth2ProviderApp, error)

GetOAuth2ProviderAppByID mocks base method.

func (*MockStore) GetOAuth2ProviderAppCodeByID added in v2.9.0

func (m *MockStore) GetOAuth2ProviderAppCodeByID(ctx context.Context, id uuid.UUID) (database.OAuth2ProviderAppCode, error)

GetOAuth2ProviderAppCodeByID mocks base method.

func (*MockStore) GetOAuth2ProviderAppCodeByPrefix added in v2.9.0

func (m *MockStore) GetOAuth2ProviderAppCodeByPrefix(ctx context.Context, secretPrefix []byte) (database.OAuth2ProviderAppCode, error)

GetOAuth2ProviderAppCodeByPrefix mocks base method.

func (*MockStore) GetOAuth2ProviderAppSecretByID added in v2.6.0

func (m *MockStore) GetOAuth2ProviderAppSecretByID(ctx context.Context, id uuid.UUID) (database.OAuth2ProviderAppSecret, error)

GetOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore) GetOAuth2ProviderAppSecretByPrefix added in v2.9.0

func (m *MockStore) GetOAuth2ProviderAppSecretByPrefix(ctx context.Context, secretPrefix []byte) (database.OAuth2ProviderAppSecret, error)

GetOAuth2ProviderAppSecretByPrefix mocks base method.

func (*MockStore) GetOAuth2ProviderAppSecretsByAppID added in v2.6.0

func (m *MockStore) GetOAuth2ProviderAppSecretsByAppID(ctx context.Context, appID uuid.UUID) ([]database.OAuth2ProviderAppSecret, error)

GetOAuth2ProviderAppSecretsByAppID mocks base method.

func (*MockStore) GetOAuth2ProviderAppTokenByPrefix added in v2.9.0

func (m *MockStore) GetOAuth2ProviderAppTokenByPrefix(ctx context.Context, hashPrefix []byte) (database.OAuth2ProviderAppToken, error)

GetOAuth2ProviderAppTokenByPrefix mocks base method.

func (*MockStore) GetOAuth2ProviderApps added in v2.6.0

func (m *MockStore) GetOAuth2ProviderApps(ctx context.Context) ([]database.OAuth2ProviderApp, error)

GetOAuth2ProviderApps mocks base method.

func (*MockStore) GetOAuth2ProviderAppsByUserID added in v2.9.0

func (m *MockStore) GetOAuth2ProviderAppsByUserID(ctx context.Context, userID uuid.UUID) ([]database.GetOAuth2ProviderAppsByUserIDRow, error)

GetOAuth2ProviderAppsByUserID mocks base method.

func (*MockStore) GetOAuthSigningKey

func (m *MockStore) GetOAuthSigningKey(ctx context.Context) (string, error)

GetOAuthSigningKey mocks base method.

func (*MockStore) GetOrganizationByID

func (m *MockStore) GetOrganizationByID(ctx context.Context, id uuid.UUID) (database.Organization, error)

GetOrganizationByID mocks base method.

func (*MockStore) GetOrganizationByName

GetOrganizationByName mocks base method.

func (*MockStore) GetOrganizationIDsByMemberIDs

func (m *MockStore) GetOrganizationIDsByMemberIDs(ctx context.Context, ids []uuid.UUID) ([]database.GetOrganizationIDsByMemberIDsRow, error)

GetOrganizationIDsByMemberIDs mocks base method.

func (*MockStore) GetOrganizationResourceCountByID added in v2.21.0

func (m *MockStore) GetOrganizationResourceCountByID(ctx context.Context, organizationID uuid.UUID) (database.GetOrganizationResourceCountByIDRow, error)

GetOrganizationResourceCountByID mocks base method.

func (*MockStore) GetOrganizations

GetOrganizations mocks base method.

func (*MockStore) GetOrganizationsByUserID

func (m *MockStore) GetOrganizationsByUserID(ctx context.Context, arg database.GetOrganizationsByUserIDParams) ([]database.Organization, error)

GetOrganizationsByUserID mocks base method.

func (*MockStore) GetParameterSchemasByJobID

func (m *MockStore) GetParameterSchemasByJobID(ctx context.Context, jobID uuid.UUID) ([]database.ParameterSchema, error)

GetParameterSchemasByJobID mocks base method.

func (*MockStore) GetPrebuildMetrics added in v2.22.0

func (m *MockStore) GetPrebuildMetrics(ctx context.Context) ([]database.GetPrebuildMetricsRow, error)

GetPrebuildMetrics mocks base method.

func (*MockStore) GetPresetByID added in v2.22.0

func (m *MockStore) GetPresetByID(ctx context.Context, presetID uuid.UUID) (database.GetPresetByIDRow, error)

GetPresetByID mocks base method.

func (*MockStore) GetPresetByWorkspaceBuildID added in v2.20.0

func (m *MockStore) GetPresetByWorkspaceBuildID(ctx context.Context, workspaceBuildID uuid.UUID) (database.TemplateVersionPreset, error)

GetPresetByWorkspaceBuildID mocks base method.

func (*MockStore) GetPresetParametersByPresetID added in v2.22.0

func (m *MockStore) GetPresetParametersByPresetID(ctx context.Context, presetID uuid.UUID) ([]database.TemplateVersionPresetParameter, error)

GetPresetParametersByPresetID mocks base method.

func (*MockStore) GetPresetParametersByTemplateVersionID added in v2.20.0

func (m *MockStore) GetPresetParametersByTemplateVersionID(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionPresetParameter, error)

GetPresetParametersByTemplateVersionID mocks base method.

func (*MockStore) GetPresetsBackoff added in v2.22.0

func (m *MockStore) GetPresetsBackoff(ctx context.Context, lookback time.Time) ([]database.GetPresetsBackoffRow, error)

GetPresetsBackoff mocks base method.

func (*MockStore) GetPresetsByTemplateVersionID added in v2.20.0

func (m *MockStore) GetPresetsByTemplateVersionID(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionPreset, error)

GetPresetsByTemplateVersionID mocks base method.

func (*MockStore) GetPreviousTemplateVersion

GetPreviousTemplateVersion mocks base method.

func (*MockStore) GetProvisionerDaemons

func (m *MockStore) GetProvisionerDaemons(ctx context.Context) ([]database.ProvisionerDaemon, error)

GetProvisionerDaemons mocks base method.

func (*MockStore) GetProvisionerDaemonsByOrganization added in v2.14.0

func (m *MockStore) GetProvisionerDaemonsByOrganization(ctx context.Context, arg database.GetProvisionerDaemonsByOrganizationParams) ([]database.ProvisionerDaemon, error)

GetProvisionerDaemonsByOrganization mocks base method.

func (*MockStore) GetProvisionerDaemonsWithStatusByOrganization added in v2.19.0

GetProvisionerDaemonsWithStatusByOrganization mocks base method.

func (*MockStore) GetProvisionerJobByID

func (m *MockStore) GetProvisionerJobByID(ctx context.Context, id uuid.UUID) (database.ProvisionerJob, error)

GetProvisionerJobByID mocks base method.

func (*MockStore) GetProvisionerJobTimingsByJobID added in v2.16.0

func (m *MockStore) GetProvisionerJobTimingsByJobID(ctx context.Context, jobID uuid.UUID) ([]database.ProvisionerJobTiming, error)

GetProvisionerJobTimingsByJobID mocks base method.

func (*MockStore) GetProvisionerJobsByIDs

func (m *MockStore) GetProvisionerJobsByIDs(ctx context.Context, ids []uuid.UUID) ([]database.ProvisionerJob, error)

GetProvisionerJobsByIDs mocks base method.

func (*MockStore) GetProvisionerJobsByIDsWithQueuePosition

func (m *MockStore) GetProvisionerJobsByIDsWithQueuePosition(ctx context.Context, ids []uuid.UUID) ([]database.GetProvisionerJobsByIDsWithQueuePositionRow, error)

GetProvisionerJobsByIDsWithQueuePosition mocks base method.

func (*MockStore) GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner added in v2.19.0

GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner mocks base method.

func (*MockStore) GetProvisionerJobsCreatedAfter

func (m *MockStore) GetProvisionerJobsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.ProvisionerJob, error)

GetProvisionerJobsCreatedAfter mocks base method.

func (*MockStore) GetProvisionerKeyByHashedSecret added in v2.14.0

func (m *MockStore) GetProvisionerKeyByHashedSecret(ctx context.Context, hashedSecret []byte) (database.ProvisionerKey, error)

GetProvisionerKeyByHashedSecret mocks base method.

func (*MockStore) GetProvisionerKeyByID added in v2.14.0

func (m *MockStore) GetProvisionerKeyByID(ctx context.Context, id uuid.UUID) (database.ProvisionerKey, error)

GetProvisionerKeyByID mocks base method.

func (*MockStore) GetProvisionerKeyByName added in v2.14.0

GetProvisionerKeyByName mocks base method.

func (*MockStore) GetProvisionerLogsAfterID

GetProvisionerLogsAfterID mocks base method.

func (*MockStore) GetQuotaAllowanceForUser

func (m *MockStore) GetQuotaAllowanceForUser(ctx context.Context, arg database.GetQuotaAllowanceForUserParams) (int64, error)

GetQuotaAllowanceForUser mocks base method.

func (*MockStore) GetQuotaConsumedForUser

func (m *MockStore) GetQuotaConsumedForUser(ctx context.Context, arg database.GetQuotaConsumedForUserParams) (int64, error)

GetQuotaConsumedForUser mocks base method.

func (*MockStore) GetReplicaByID

func (m *MockStore) GetReplicaByID(ctx context.Context, id uuid.UUID) (database.Replica, error)

GetReplicaByID mocks base method.

func (*MockStore) GetReplicasUpdatedAfter

func (m *MockStore) GetReplicasUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]database.Replica, error)

GetReplicasUpdatedAfter mocks base method.

func (*MockStore) GetRunningPrebuiltWorkspaces added in v2.22.0

func (m *MockStore) GetRunningPrebuiltWorkspaces(ctx context.Context) ([]database.GetRunningPrebuiltWorkspacesRow, error)

GetRunningPrebuiltWorkspaces mocks base method.

func (*MockStore) GetRuntimeConfig added in v2.16.0

func (m *MockStore) GetRuntimeConfig(ctx context.Context, key string) (string, error)

GetRuntimeConfig mocks base method.

func (*MockStore) GetTailnetAgents

func (m *MockStore) GetTailnetAgents(ctx context.Context, id uuid.UUID) ([]database.TailnetAgent, error)

GetTailnetAgents mocks base method.

func (*MockStore) GetTailnetClientsForAgent

func (m *MockStore) GetTailnetClientsForAgent(ctx context.Context, agentID uuid.UUID) ([]database.TailnetClient, error)

GetTailnetClientsForAgent mocks base method.

func (*MockStore) GetTailnetPeers added in v2.4.0

func (m *MockStore) GetTailnetPeers(ctx context.Context, id uuid.UUID) ([]database.TailnetPeer, error)

GetTailnetPeers mocks base method.

func (*MockStore) GetTailnetTunnelPeerBindings added in v2.4.0

func (m *MockStore) GetTailnetTunnelPeerBindings(ctx context.Context, srcID uuid.UUID) ([]database.GetTailnetTunnelPeerBindingsRow, error)

GetTailnetTunnelPeerBindings mocks base method.

func (*MockStore) GetTailnetTunnelPeerIDs added in v2.4.0

func (m *MockStore) GetTailnetTunnelPeerIDs(ctx context.Context, srcID uuid.UUID) ([]database.GetTailnetTunnelPeerIDsRow, error)

GetTailnetTunnelPeerIDs mocks base method.

func (*MockStore) GetTelemetryItem added in v2.19.0

func (m *MockStore) GetTelemetryItem(ctx context.Context, key string) (database.TelemetryItem, error)

GetTelemetryItem mocks base method.

func (*MockStore) GetTelemetryItems added in v2.19.0

func (m *MockStore) GetTelemetryItems(ctx context.Context) ([]database.TelemetryItem, error)

GetTelemetryItems mocks base method.

func (*MockStore) GetTemplateAppInsights

GetTemplateAppInsights mocks base method.

func (*MockStore) GetTemplateAppInsightsByTemplate added in v2.4.0

GetTemplateAppInsightsByTemplate mocks base method.

func (*MockStore) GetTemplateAverageBuildTime

GetTemplateAverageBuildTime mocks base method.

func (*MockStore) GetTemplateByID

func (m *MockStore) GetTemplateByID(ctx context.Context, id uuid.UUID) (database.Template, error)

GetTemplateByID mocks base method.

func (*MockStore) GetTemplateByOrganizationAndName

func (m *MockStore) GetTemplateByOrganizationAndName(ctx context.Context, arg database.GetTemplateByOrganizationAndNameParams) (database.Template, error)

GetTemplateByOrganizationAndName mocks base method.

func (*MockStore) GetTemplateDAUs

GetTemplateDAUs mocks base method.

func (*MockStore) GetTemplateGroupRoles

func (m *MockStore) GetTemplateGroupRoles(ctx context.Context, id uuid.UUID) ([]database.TemplateGroup, error)

GetTemplateGroupRoles mocks base method.

func (*MockStore) GetTemplateInsights

GetTemplateInsights mocks base method.

func (*MockStore) GetTemplateInsightsByInterval added in v2.2.0

GetTemplateInsightsByInterval mocks base method.

func (*MockStore) GetTemplateInsightsByTemplate added in v2.3.2

GetTemplateInsightsByTemplate mocks base method.

func (*MockStore) GetTemplateParameterInsights

GetTemplateParameterInsights mocks base method.

func (*MockStore) GetTemplatePresetsWithPrebuilds added in v2.22.0

func (m *MockStore) GetTemplatePresetsWithPrebuilds(ctx context.Context, templateID uuid.NullUUID) ([]database.GetTemplatePresetsWithPrebuildsRow, error)

GetTemplatePresetsWithPrebuilds mocks base method.

func (*MockStore) GetTemplateUsageStats added in v2.10.0

GetTemplateUsageStats mocks base method.

func (*MockStore) GetTemplateUserRoles

func (m *MockStore) GetTemplateUserRoles(ctx context.Context, id uuid.UUID) ([]database.TemplateUser, error)

GetTemplateUserRoles mocks base method.

func (*MockStore) GetTemplateVersionByID

func (m *MockStore) GetTemplateVersionByID(ctx context.Context, id uuid.UUID) (database.TemplateVersion, error)

GetTemplateVersionByID mocks base method.

func (*MockStore) GetTemplateVersionByJobID

func (m *MockStore) GetTemplateVersionByJobID(ctx context.Context, jobID uuid.UUID) (database.TemplateVersion, error)

GetTemplateVersionByJobID mocks base method.

func (*MockStore) GetTemplateVersionByTemplateIDAndName

func (m *MockStore) GetTemplateVersionByTemplateIDAndName(ctx context.Context, arg database.GetTemplateVersionByTemplateIDAndNameParams) (database.TemplateVersion, error)

GetTemplateVersionByTemplateIDAndName mocks base method.

func (*MockStore) GetTemplateVersionParameters

func (m *MockStore) GetTemplateVersionParameters(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionParameter, error)

GetTemplateVersionParameters mocks base method.

func (*MockStore) GetTemplateVersionTerraformValues added in v2.22.0

func (m *MockStore) GetTemplateVersionTerraformValues(ctx context.Context, templateVersionID uuid.UUID) (database.TemplateVersionTerraformValue, error)

GetTemplateVersionTerraformValues mocks base method.

func (*MockStore) GetTemplateVersionVariables

func (m *MockStore) GetTemplateVersionVariables(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionVariable, error)

GetTemplateVersionVariables mocks base method.

func (*MockStore) GetTemplateVersionWorkspaceTags added in v2.12.0

func (m *MockStore) GetTemplateVersionWorkspaceTags(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionWorkspaceTag, error)

GetTemplateVersionWorkspaceTags mocks base method.

func (*MockStore) GetTemplateVersionsByIDs

func (m *MockStore) GetTemplateVersionsByIDs(ctx context.Context, ids []uuid.UUID) ([]database.TemplateVersion, error)

GetTemplateVersionsByIDs mocks base method.

func (*MockStore) GetTemplateVersionsByTemplateID

func (m *MockStore) GetTemplateVersionsByTemplateID(ctx context.Context, arg database.GetTemplateVersionsByTemplateIDParams) ([]database.TemplateVersion, error)

GetTemplateVersionsByTemplateID mocks base method.

func (*MockStore) GetTemplateVersionsCreatedAfter

func (m *MockStore) GetTemplateVersionsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.TemplateVersion, error)

GetTemplateVersionsCreatedAfter mocks base method.

func (*MockStore) GetTemplates

func (m *MockStore) GetTemplates(ctx context.Context) ([]database.Template, error)

GetTemplates mocks base method.

func (*MockStore) GetTemplatesWithFilter

func (m *MockStore) GetTemplatesWithFilter(ctx context.Context, arg database.GetTemplatesWithFilterParams) ([]database.Template, error)

GetTemplatesWithFilter mocks base method.

func (*MockStore) GetUnexpiredLicenses

func (m *MockStore) GetUnexpiredLicenses(ctx context.Context) ([]database.License, error)

GetUnexpiredLicenses mocks base method.

func (*MockStore) GetUserActivityInsights added in v2.2.0

GetUserActivityInsights mocks base method.

func (*MockStore) GetUserByEmailOrUsername

func (m *MockStore) GetUserByEmailOrUsername(ctx context.Context, arg database.GetUserByEmailOrUsernameParams) (database.User, error)

GetUserByEmailOrUsername mocks base method.

func (*MockStore) GetUserByID

func (m *MockStore) GetUserByID(ctx context.Context, id uuid.UUID) (database.User, error)

GetUserByID mocks base method.

func (*MockStore) GetUserCount

func (m *MockStore) GetUserCount(ctx context.Context, includeSystem bool) (int64, error)

GetUserCount mocks base method.

func (*MockStore) GetUserLatencyInsights

GetUserLatencyInsights mocks base method.

func (*MockStore) GetUserLinkByLinkedID

func (m *MockStore) GetUserLinkByLinkedID(ctx context.Context, linkedID string) (database.UserLink, error)

GetUserLinkByLinkedID mocks base method.

func (*MockStore) GetUserLinkByUserIDLoginType

func (m *MockStore) GetUserLinkByUserIDLoginType(ctx context.Context, arg database.GetUserLinkByUserIDLoginTypeParams) (database.UserLink, error)

GetUserLinkByUserIDLoginType mocks base method.

func (*MockStore) GetUserLinksByUserID added in v2.2.0

func (m *MockStore) GetUserLinksByUserID(ctx context.Context, userID uuid.UUID) ([]database.UserLink, error)

GetUserLinksByUserID mocks base method.

func (*MockStore) GetUserNotificationPreferences added in v2.15.0

func (m *MockStore) GetUserNotificationPreferences(ctx context.Context, userID uuid.UUID) ([]database.NotificationPreference, error)

GetUserNotificationPreferences mocks base method.

func (*MockStore) GetUserStatusCounts added in v2.19.0

GetUserStatusCounts mocks base method.

func (*MockStore) GetUserTerminalFont added in v2.22.0

func (m *MockStore) GetUserTerminalFont(ctx context.Context, userID uuid.UUID) (string, error)

GetUserTerminalFont mocks base method.

func (*MockStore) GetUserThemePreference added in v2.22.0

func (m *MockStore) GetUserThemePreference(ctx context.Context, userID uuid.UUID) (string, error)

GetUserThemePreference mocks base method.

func (*MockStore) GetUserWorkspaceBuildParameters added in v2.8.0

GetUserWorkspaceBuildParameters mocks base method.

func (*MockStore) GetUsers

GetUsers mocks base method.

func (*MockStore) GetUsersByIDs

func (m *MockStore) GetUsersByIDs(ctx context.Context, ids []uuid.UUID) ([]database.User, error)

GetUsersByIDs mocks base method.

func (*MockStore) GetWebpushSubscriptionsByUserID added in v2.21.0

func (m *MockStore) GetWebpushSubscriptionsByUserID(ctx context.Context, userID uuid.UUID) ([]database.WebpushSubscription, error)

GetWebpushSubscriptionsByUserID mocks base method.

func (*MockStore) GetWebpushVAPIDKeys added in v2.21.0

func (m *MockStore) GetWebpushVAPIDKeys(ctx context.Context) (database.GetWebpushVAPIDKeysRow, error)

GetWebpushVAPIDKeys mocks base method.

func (*MockStore) GetWorkspaceAgentAndLatestBuildByAuthToken added in v2.10.0

func (m *MockStore) GetWorkspaceAgentAndLatestBuildByAuthToken(ctx context.Context, authToken uuid.UUID) (database.GetWorkspaceAgentAndLatestBuildByAuthTokenRow, error)

GetWorkspaceAgentAndLatestBuildByAuthToken mocks base method.

func (*MockStore) GetWorkspaceAgentByID

func (m *MockStore) GetWorkspaceAgentByID(ctx context.Context, id uuid.UUID) (database.WorkspaceAgent, error)

GetWorkspaceAgentByID mocks base method.

func (*MockStore) GetWorkspaceAgentByInstanceID

func (m *MockStore) GetWorkspaceAgentByInstanceID(ctx context.Context, authInstanceID string) (database.WorkspaceAgent, error)

GetWorkspaceAgentByInstanceID mocks base method.

func (*MockStore) GetWorkspaceAgentDevcontainersByAgentID added in v2.21.0

func (m *MockStore) GetWorkspaceAgentDevcontainersByAgentID(ctx context.Context, workspaceAgentID uuid.UUID) ([]database.WorkspaceAgentDevcontainer, error)

GetWorkspaceAgentDevcontainersByAgentID mocks base method.

func (*MockStore) GetWorkspaceAgentLifecycleStateByID

func (m *MockStore) GetWorkspaceAgentLifecycleStateByID(ctx context.Context, id uuid.UUID) (database.GetWorkspaceAgentLifecycleStateByIDRow, error)

GetWorkspaceAgentLifecycleStateByID mocks base method.

func (*MockStore) GetWorkspaceAgentLogSourcesByAgentIDs added in v2.2.0

func (m *MockStore) GetWorkspaceAgentLogSourcesByAgentIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAgentLogSource, error)

GetWorkspaceAgentLogSourcesByAgentIDs mocks base method.

func (*MockStore) GetWorkspaceAgentLogsAfter

GetWorkspaceAgentLogsAfter mocks base method.

func (*MockStore) GetWorkspaceAgentMetadata

GetWorkspaceAgentMetadata mocks base method.

func (*MockStore) GetWorkspaceAgentPortShare added in v2.9.0

GetWorkspaceAgentPortShare mocks base method.

func (*MockStore) GetWorkspaceAgentScriptTimingsByBuildID added in v2.17.0

func (m *MockStore) GetWorkspaceAgentScriptTimingsByBuildID(ctx context.Context, id uuid.UUID) ([]database.GetWorkspaceAgentScriptTimingsByBuildIDRow, error)

GetWorkspaceAgentScriptTimingsByBuildID mocks base method.

func (*MockStore) GetWorkspaceAgentScriptsByAgentIDs added in v2.2.0

func (m *MockStore) GetWorkspaceAgentScriptsByAgentIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAgentScript, error)

GetWorkspaceAgentScriptsByAgentIDs mocks base method.

func (*MockStore) GetWorkspaceAgentStats

func (m *MockStore) GetWorkspaceAgentStats(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentStatsRow, error)

GetWorkspaceAgentStats mocks base method.

func (*MockStore) GetWorkspaceAgentStatsAndLabels

func (m *MockStore) GetWorkspaceAgentStatsAndLabels(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentStatsAndLabelsRow, error)

GetWorkspaceAgentStatsAndLabels mocks base method.

func (*MockStore) GetWorkspaceAgentUsageStats added in v2.16.0

func (m *MockStore) GetWorkspaceAgentUsageStats(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentUsageStatsRow, error)

GetWorkspaceAgentUsageStats mocks base method.

func (*MockStore) GetWorkspaceAgentUsageStatsAndLabels added in v2.16.0

func (m *MockStore) GetWorkspaceAgentUsageStatsAndLabels(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentUsageStatsAndLabelsRow, error)

GetWorkspaceAgentUsageStatsAndLabels mocks base method.

func (*MockStore) GetWorkspaceAgentsByResourceIDs

func (m *MockStore) GetWorkspaceAgentsByResourceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAgent, error)

GetWorkspaceAgentsByResourceIDs mocks base method.

func (*MockStore) GetWorkspaceAgentsByWorkspaceAndBuildNumber added in v2.22.0

func (m *MockStore) GetWorkspaceAgentsByWorkspaceAndBuildNumber(ctx context.Context, arg database.GetWorkspaceAgentsByWorkspaceAndBuildNumberParams) ([]database.WorkspaceAgent, error)

GetWorkspaceAgentsByWorkspaceAndBuildNumber mocks base method.

func (*MockStore) GetWorkspaceAgentsCreatedAfter

func (m *MockStore) GetWorkspaceAgentsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceAgent, error)

GetWorkspaceAgentsCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceAgentsInLatestBuildByWorkspaceID

func (m *MockStore) GetWorkspaceAgentsInLatestBuildByWorkspaceID(ctx context.Context, workspaceID uuid.UUID) ([]database.WorkspaceAgent, error)

GetWorkspaceAgentsInLatestBuildByWorkspaceID mocks base method.

func (*MockStore) GetWorkspaceAppByAgentIDAndSlug

func (m *MockStore) GetWorkspaceAppByAgentIDAndSlug(ctx context.Context, arg database.GetWorkspaceAppByAgentIDAndSlugParams) (database.WorkspaceApp, error)

GetWorkspaceAppByAgentIDAndSlug mocks base method.

func (*MockStore) GetWorkspaceAppStatusesByAppIDs added in v2.21.0

func (m *MockStore) GetWorkspaceAppStatusesByAppIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAppStatus, error)

GetWorkspaceAppStatusesByAppIDs mocks base method.

func (*MockStore) GetWorkspaceAppsByAgentID

func (m *MockStore) GetWorkspaceAppsByAgentID(ctx context.Context, agentID uuid.UUID) ([]database.WorkspaceApp, error)

GetWorkspaceAppsByAgentID mocks base method.

func (*MockStore) GetWorkspaceAppsByAgentIDs

func (m *MockStore) GetWorkspaceAppsByAgentIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceApp, error)

GetWorkspaceAppsByAgentIDs mocks base method.

func (*MockStore) GetWorkspaceAppsCreatedAfter

func (m *MockStore) GetWorkspaceAppsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceApp, error)

GetWorkspaceAppsCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceBuildByID

func (m *MockStore) GetWorkspaceBuildByID(ctx context.Context, id uuid.UUID) (database.WorkspaceBuild, error)

GetWorkspaceBuildByID mocks base method.

func (*MockStore) GetWorkspaceBuildByJobID

func (m *MockStore) GetWorkspaceBuildByJobID(ctx context.Context, jobID uuid.UUID) (database.WorkspaceBuild, error)

GetWorkspaceBuildByJobID mocks base method.

func (*MockStore) GetWorkspaceBuildByWorkspaceIDAndBuildNumber

func (m *MockStore) GetWorkspaceBuildByWorkspaceIDAndBuildNumber(ctx context.Context, arg database.GetWorkspaceBuildByWorkspaceIDAndBuildNumberParams) (database.WorkspaceBuild, error)

GetWorkspaceBuildByWorkspaceIDAndBuildNumber mocks base method.

func (*MockStore) GetWorkspaceBuildParameters

func (m *MockStore) GetWorkspaceBuildParameters(ctx context.Context, workspaceBuildID uuid.UUID) ([]database.WorkspaceBuildParameter, error)

GetWorkspaceBuildParameters mocks base method.

func (*MockStore) GetWorkspaceBuildStatsByTemplates added in v2.16.0

func (m *MockStore) GetWorkspaceBuildStatsByTemplates(ctx context.Context, since time.Time) ([]database.GetWorkspaceBuildStatsByTemplatesRow, error)

GetWorkspaceBuildStatsByTemplates mocks base method.

func (*MockStore) GetWorkspaceBuildsByWorkspaceID

func (m *MockStore) GetWorkspaceBuildsByWorkspaceID(ctx context.Context, arg database.GetWorkspaceBuildsByWorkspaceIDParams) ([]database.WorkspaceBuild, error)

GetWorkspaceBuildsByWorkspaceID mocks base method.

func (*MockStore) GetWorkspaceBuildsCreatedAfter

func (m *MockStore) GetWorkspaceBuildsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceBuild, error)

GetWorkspaceBuildsCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceByAgentID

func (m *MockStore) GetWorkspaceByAgentID(ctx context.Context, agentID uuid.UUID) (database.Workspace, error)

GetWorkspaceByAgentID mocks base method.

func (*MockStore) GetWorkspaceByID

func (m *MockStore) GetWorkspaceByID(ctx context.Context, id uuid.UUID) (database.Workspace, error)

GetWorkspaceByID mocks base method.

func (*MockStore) GetWorkspaceByOwnerIDAndName

func (m *MockStore) GetWorkspaceByOwnerIDAndName(ctx context.Context, arg database.GetWorkspaceByOwnerIDAndNameParams) (database.Workspace, error)

GetWorkspaceByOwnerIDAndName mocks base method.

func (*MockStore) GetWorkspaceByWorkspaceAppID

func (m *MockStore) GetWorkspaceByWorkspaceAppID(ctx context.Context, workspaceAppID uuid.UUID) (database.Workspace, error)

GetWorkspaceByWorkspaceAppID mocks base method.

func (*MockStore) GetWorkspaceModulesByJobID added in v2.18.0

func (m *MockStore) GetWorkspaceModulesByJobID(ctx context.Context, jobID uuid.UUID) ([]database.WorkspaceModule, error)

GetWorkspaceModulesByJobID mocks base method.

func (*MockStore) GetWorkspaceModulesCreatedAfter added in v2.18.0

func (m *MockStore) GetWorkspaceModulesCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceModule, error)

GetWorkspaceModulesCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceProxies

func (m *MockStore) GetWorkspaceProxies(ctx context.Context) ([]database.WorkspaceProxy, error)

GetWorkspaceProxies mocks base method.

func (*MockStore) GetWorkspaceProxyByHostname

GetWorkspaceProxyByHostname mocks base method.

func (*MockStore) GetWorkspaceProxyByID

func (m *MockStore) GetWorkspaceProxyByID(ctx context.Context, id uuid.UUID) (database.WorkspaceProxy, error)

GetWorkspaceProxyByID mocks base method.

func (*MockStore) GetWorkspaceProxyByName

func (m *MockStore) GetWorkspaceProxyByName(ctx context.Context, name string) (database.WorkspaceProxy, error)

GetWorkspaceProxyByName mocks base method.

func (*MockStore) GetWorkspaceResourceByID

func (m *MockStore) GetWorkspaceResourceByID(ctx context.Context, id uuid.UUID) (database.WorkspaceResource, error)

GetWorkspaceResourceByID mocks base method.

func (*MockStore) GetWorkspaceResourceMetadataByResourceIDs

func (m *MockStore) GetWorkspaceResourceMetadataByResourceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceResourceMetadatum, error)

GetWorkspaceResourceMetadataByResourceIDs mocks base method.

func (*MockStore) GetWorkspaceResourceMetadataCreatedAfter

func (m *MockStore) GetWorkspaceResourceMetadataCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceResourceMetadatum, error)

GetWorkspaceResourceMetadataCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceResourcesByJobID

func (m *MockStore) GetWorkspaceResourcesByJobID(ctx context.Context, jobID uuid.UUID) ([]database.WorkspaceResource, error)

GetWorkspaceResourcesByJobID mocks base method.

func (*MockStore) GetWorkspaceResourcesByJobIDs

func (m *MockStore) GetWorkspaceResourcesByJobIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceResource, error)

GetWorkspaceResourcesByJobIDs mocks base method.

func (*MockStore) GetWorkspaceResourcesCreatedAfter

func (m *MockStore) GetWorkspaceResourcesCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceResource, error)

GetWorkspaceResourcesCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceUniqueOwnerCountByTemplateIDs added in v2.5.0

func (m *MockStore) GetWorkspaceUniqueOwnerCountByTemplateIDs(ctx context.Context, templateIds []uuid.UUID) ([]database.GetWorkspaceUniqueOwnerCountByTemplateIDsRow, error)

GetWorkspaceUniqueOwnerCountByTemplateIDs mocks base method.

func (*MockStore) GetWorkspaces

GetWorkspaces mocks base method.

func (*MockStore) GetWorkspacesAndAgentsByOwnerID added in v2.18.0

func (m *MockStore) GetWorkspacesAndAgentsByOwnerID(ctx context.Context, ownerID uuid.UUID) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error)

GetWorkspacesAndAgentsByOwnerID mocks base method.

func (*MockStore) GetWorkspacesByTemplateID added in v2.19.0

func (m *MockStore) GetWorkspacesByTemplateID(ctx context.Context, templateID uuid.UUID) ([]database.WorkspaceTable, error)

GetWorkspacesByTemplateID mocks base method.

func (*MockStore) GetWorkspacesEligibleForTransition

func (m *MockStore) GetWorkspacesEligibleForTransition(ctx context.Context, now time.Time) ([]database.GetWorkspacesEligibleForTransitionRow, error)

GetWorkspacesEligibleForTransition mocks base method.

func (*MockStore) InTx

func (m *MockStore) InTx(arg0 func(database.Store) error, arg1 *database.TxOptions) error

InTx mocks base method.

func (*MockStore) InsertAPIKey

InsertAPIKey mocks base method.

func (*MockStore) InsertAllUsersGroup

func (m *MockStore) InsertAllUsersGroup(ctx context.Context, organizationID uuid.UUID) (database.Group, error)

InsertAllUsersGroup mocks base method.

func (*MockStore) InsertAuditLog

InsertAuditLog mocks base method.

func (*MockStore) InsertCryptoKey added in v2.16.0

InsertCryptoKey mocks base method.

func (*MockStore) InsertCustomRole added in v2.15.0

InsertCustomRole mocks base method.

func (*MockStore) InsertDBCryptKey added in v2.2.0

func (m *MockStore) InsertDBCryptKey(ctx context.Context, arg database.InsertDBCryptKeyParams) error

InsertDBCryptKey mocks base method.

func (*MockStore) InsertDERPMeshKey

func (m *MockStore) InsertDERPMeshKey(ctx context.Context, value string) error

InsertDERPMeshKey mocks base method.

func (*MockStore) InsertDeploymentID

func (m *MockStore) InsertDeploymentID(ctx context.Context, value string) error

InsertDeploymentID mocks base method.

InsertExternalAuthLink mocks base method.

func (*MockStore) InsertFile

func (m *MockStore) InsertFile(ctx context.Context, arg database.InsertFileParams) (database.File, error)

InsertFile mocks base method.

func (*MockStore) InsertGitSSHKey

InsertGitSSHKey mocks base method.

func (*MockStore) InsertGroup

func (m *MockStore) InsertGroup(ctx context.Context, arg database.InsertGroupParams) (database.Group, error)

InsertGroup mocks base method.

func (*MockStore) InsertGroupMember

func (m *MockStore) InsertGroupMember(ctx context.Context, arg database.InsertGroupMemberParams) error

InsertGroupMember mocks base method.

func (*MockStore) InsertInboxNotification added in v2.21.0

InsertInboxNotification mocks base method.

func (*MockStore) InsertLicense

InsertLicense mocks base method.

func (*MockStore) InsertMemoryResourceMonitor added in v2.20.0

InsertMemoryResourceMonitor mocks base method.

func (*MockStore) InsertMissingGroups

func (m *MockStore) InsertMissingGroups(ctx context.Context, arg database.InsertMissingGroupsParams) ([]database.Group, error)

InsertMissingGroups mocks base method.

func (*MockStore) InsertOAuth2ProviderApp added in v2.6.0

InsertOAuth2ProviderApp mocks base method.

func (*MockStore) InsertOAuth2ProviderAppCode added in v2.9.0

InsertOAuth2ProviderAppCode mocks base method.

func (*MockStore) InsertOAuth2ProviderAppSecret added in v2.6.0

InsertOAuth2ProviderAppSecret mocks base method.

func (*MockStore) InsertOAuth2ProviderAppToken added in v2.9.0

InsertOAuth2ProviderAppToken mocks base method.

func (*MockStore) InsertOrganization

InsertOrganization mocks base method.

func (*MockStore) InsertOrganizationMember

InsertOrganizationMember mocks base method.

func (*MockStore) InsertPreset added in v2.20.0

InsertPreset mocks base method.

func (*MockStore) InsertPresetParameters added in v2.20.0

InsertPresetParameters mocks base method.

func (*MockStore) InsertProvisionerJob

InsertProvisionerJob mocks base method.

func (*MockStore) InsertProvisionerJobLogs

InsertProvisionerJobLogs mocks base method.

func (*MockStore) InsertProvisionerJobTimings added in v2.15.0

InsertProvisionerJobTimings mocks base method.

func (*MockStore) InsertProvisionerKey added in v2.14.0

InsertProvisionerKey mocks base method.

func (*MockStore) InsertReplica

InsertReplica mocks base method.

func (*MockStore) InsertTelemetryItemIfNotExists added in v2.19.0

func (m *MockStore) InsertTelemetryItemIfNotExists(ctx context.Context, arg database.InsertTelemetryItemIfNotExistsParams) error

InsertTelemetryItemIfNotExists mocks base method.

func (*MockStore) InsertTemplate

func (m *MockStore) InsertTemplate(ctx context.Context, arg database.InsertTemplateParams) error

InsertTemplate mocks base method.

func (*MockStore) InsertTemplateVersion

func (m *MockStore) InsertTemplateVersion(ctx context.Context, arg database.InsertTemplateVersionParams) error

InsertTemplateVersion mocks base method.

func (*MockStore) InsertTemplateVersionParameter

InsertTemplateVersionParameter mocks base method.

func (*MockStore) InsertTemplateVersionTerraformValuesByJobID added in v2.21.0

func (m *MockStore) InsertTemplateVersionTerraformValuesByJobID(ctx context.Context, arg database.InsertTemplateVersionTerraformValuesByJobIDParams) error

InsertTemplateVersionTerraformValuesByJobID mocks base method.

func (*MockStore) InsertTemplateVersionVariable

InsertTemplateVersionVariable mocks base method.

func (*MockStore) InsertTemplateVersionWorkspaceTag added in v2.12.0

InsertTemplateVersionWorkspaceTag mocks base method.

func (*MockStore) InsertUser

func (m *MockStore) InsertUser(ctx context.Context, arg database.InsertUserParams) (database.User, error)

InsertUser mocks base method.

func (*MockStore) InsertUserGroupsByID added in v2.16.0

func (m *MockStore) InsertUserGroupsByID(ctx context.Context, arg database.InsertUserGroupsByIDParams) ([]uuid.UUID, error)

InsertUserGroupsByID mocks base method.

func (*MockStore) InsertUserGroupsByName

func (m *MockStore) InsertUserGroupsByName(ctx context.Context, arg database.InsertUserGroupsByNameParams) error

InsertUserGroupsByName mocks base method.

InsertUserLink mocks base method.

func (*MockStore) InsertVolumeResourceMonitor added in v2.20.0

InsertVolumeResourceMonitor mocks base method.

func (*MockStore) InsertWebpushSubscription added in v2.21.0

InsertWebpushSubscription mocks base method.

func (*MockStore) InsertWorkspace

InsertWorkspace mocks base method.

func (*MockStore) InsertWorkspaceAgent

InsertWorkspaceAgent mocks base method.

func (*MockStore) InsertWorkspaceAgentDevcontainers added in v2.21.0

InsertWorkspaceAgentDevcontainers mocks base method.

func (*MockStore) InsertWorkspaceAgentLogSources added in v2.2.0

InsertWorkspaceAgentLogSources mocks base method.

func (*MockStore) InsertWorkspaceAgentLogs

InsertWorkspaceAgentLogs mocks base method.

func (*MockStore) InsertWorkspaceAgentMetadata

func (m *MockStore) InsertWorkspaceAgentMetadata(ctx context.Context, arg database.InsertWorkspaceAgentMetadataParams) error

InsertWorkspaceAgentMetadata mocks base method.

func (*MockStore) InsertWorkspaceAgentScriptTimings added in v2.16.0

InsertWorkspaceAgentScriptTimings mocks base method.

func (*MockStore) InsertWorkspaceAgentScripts added in v2.2.0

InsertWorkspaceAgentScripts mocks base method.

func (*MockStore) InsertWorkspaceAgentStats

func (m *MockStore) InsertWorkspaceAgentStats(ctx context.Context, arg database.InsertWorkspaceAgentStatsParams) error

InsertWorkspaceAgentStats mocks base method.

func (*MockStore) InsertWorkspaceApp

InsertWorkspaceApp mocks base method.

func (*MockStore) InsertWorkspaceAppStats

func (m *MockStore) InsertWorkspaceAppStats(ctx context.Context, arg database.InsertWorkspaceAppStatsParams) error

InsertWorkspaceAppStats mocks base method.

func (*MockStore) InsertWorkspaceAppStatus added in v2.21.0

InsertWorkspaceAppStatus mocks base method.

func (*MockStore) InsertWorkspaceBuild

func (m *MockStore) InsertWorkspaceBuild(ctx context.Context, arg database.InsertWorkspaceBuildParams) error

InsertWorkspaceBuild mocks base method.

func (*MockStore) InsertWorkspaceBuildParameters

func (m *MockStore) InsertWorkspaceBuildParameters(ctx context.Context, arg database.InsertWorkspaceBuildParametersParams) error

InsertWorkspaceBuildParameters mocks base method.

func (*MockStore) InsertWorkspaceModule added in v2.18.0

InsertWorkspaceModule mocks base method.

func (*MockStore) InsertWorkspaceProxy

InsertWorkspaceProxy mocks base method.

func (*MockStore) InsertWorkspaceResource

InsertWorkspaceResource mocks base method.

func (*MockStore) InsertWorkspaceResourceMetadata

InsertWorkspaceResourceMetadata mocks base method.

func (*MockStore) ListProvisionerKeysByOrganization added in v2.14.0

func (m *MockStore) ListProvisionerKeysByOrganization(ctx context.Context, organizationID uuid.UUID) ([]database.ProvisionerKey, error)

ListProvisionerKeysByOrganization mocks base method.

func (*MockStore) ListProvisionerKeysByOrganizationExcludeReserved added in v2.16.0

func (m *MockStore) ListProvisionerKeysByOrganizationExcludeReserved(ctx context.Context, organizationID uuid.UUID) ([]database.ProvisionerKey, error)

ListProvisionerKeysByOrganizationExcludeReserved mocks base method.

func (*MockStore) ListWorkspaceAgentPortShares added in v2.9.0

func (m *MockStore) ListWorkspaceAgentPortShares(ctx context.Context, workspaceID uuid.UUID) ([]database.WorkspaceAgentPortShare, error)

ListWorkspaceAgentPortShares mocks base method.

func (*MockStore) MarkAllInboxNotificationsAsRead added in v2.21.0

func (m *MockStore) MarkAllInboxNotificationsAsRead(ctx context.Context, arg database.MarkAllInboxNotificationsAsReadParams) error

MarkAllInboxNotificationsAsRead mocks base method.

func (*MockStore) OIDCClaimFieldValues added in v2.18.0

func (m *MockStore) OIDCClaimFieldValues(ctx context.Context, arg database.OIDCClaimFieldValuesParams) ([]string, error)

OIDCClaimFieldValues mocks base method.

func (*MockStore) OIDCClaimFields added in v2.18.0

func (m *MockStore) OIDCClaimFields(ctx context.Context, organizationID uuid.UUID) ([]string, error)

OIDCClaimFields mocks base method.

func (*MockStore) OrganizationMembers added in v2.13.0

OrganizationMembers mocks base method.

func (*MockStore) PGLocks added in v2.17.0

func (m *MockStore) PGLocks(ctx context.Context) (database.PGLocks, error)

PGLocks mocks base method.

func (*MockStore) PaginatedOrganizationMembers added in v2.21.0

PaginatedOrganizationMembers mocks base method.

func (*MockStore) Ping

func (m *MockStore) Ping(ctx context.Context) (time.Duration, error)

Ping mocks base method.

func (*MockStore) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate added in v2.9.0

func (m *MockStore) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(ctx context.Context, templateID uuid.UUID) error

ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate mocks base method.

func (*MockStore) RegisterWorkspaceProxy

RegisterWorkspaceProxy mocks base method.

func (*MockStore) RemoveUserFromAllGroups added in v2.9.0

func (m *MockStore) RemoveUserFromAllGroups(ctx context.Context, userID uuid.UUID) error

RemoveUserFromAllGroups mocks base method.

func (*MockStore) RemoveUserFromGroups added in v2.16.0

func (m *MockStore) RemoveUserFromGroups(ctx context.Context, arg database.RemoveUserFromGroupsParams) ([]uuid.UUID, error)

RemoveUserFromGroups mocks base method.

func (*MockStore) RevokeDBCryptKey added in v2.2.0

func (m *MockStore) RevokeDBCryptKey(ctx context.Context, activeKeyDigest string) error

RevokeDBCryptKey mocks base method.

func (*MockStore) TryAcquireLock

func (m *MockStore) TryAcquireLock(ctx context.Context, pgTryAdvisoryXactLock int64) (bool, error)

TryAcquireLock mocks base method.

func (*MockStore) UnarchiveTemplateVersion added in v2.3.0

func (m *MockStore) UnarchiveTemplateVersion(ctx context.Context, arg database.UnarchiveTemplateVersionParams) error

UnarchiveTemplateVersion mocks base method.

func (*MockStore) UnfavoriteWorkspace added in v2.8.0

func (m *MockStore) UnfavoriteWorkspace(ctx context.Context, id uuid.UUID) error

UnfavoriteWorkspace mocks base method.

func (*MockStore) UpdateAPIKeyByID

func (m *MockStore) UpdateAPIKeyByID(ctx context.Context, arg database.UpdateAPIKeyByIDParams) error

UpdateAPIKeyByID mocks base method.

func (*MockStore) UpdateCryptoKeyDeletesAt added in v2.16.0

func (m *MockStore) UpdateCryptoKeyDeletesAt(ctx context.Context, arg database.UpdateCryptoKeyDeletesAtParams) (database.CryptoKey, error)

UpdateCryptoKeyDeletesAt mocks base method.

func (*MockStore) UpdateCustomRole added in v2.15.0

UpdateCustomRole mocks base method.

UpdateExternalAuthLink mocks base method.

func (*MockStore) UpdateExternalAuthLinkRefreshToken added in v2.18.0

func (m *MockStore) UpdateExternalAuthLinkRefreshToken(ctx context.Context, arg database.UpdateExternalAuthLinkRefreshTokenParams) error

UpdateExternalAuthLinkRefreshToken mocks base method.

func (*MockStore) UpdateGitSSHKey

UpdateGitSSHKey mocks base method.

func (*MockStore) UpdateGroupByID

func (m *MockStore) UpdateGroupByID(ctx context.Context, arg database.UpdateGroupByIDParams) (database.Group, error)

UpdateGroupByID mocks base method.

func (*MockStore) UpdateInactiveUsersToDormant

UpdateInactiveUsersToDormant mocks base method.

func (*MockStore) UpdateInboxNotificationReadStatus added in v2.21.0

func (m *MockStore) UpdateInboxNotificationReadStatus(ctx context.Context, arg database.UpdateInboxNotificationReadStatusParams) error

UpdateInboxNotificationReadStatus mocks base method.

func (*MockStore) UpdateMemberRoles

UpdateMemberRoles mocks base method.

func (*MockStore) UpdateMemoryResourceMonitor added in v2.20.0

func (m *MockStore) UpdateMemoryResourceMonitor(ctx context.Context, arg database.UpdateMemoryResourceMonitorParams) error

UpdateMemoryResourceMonitor mocks base method.

func (*MockStore) UpdateNotificationTemplateMethodByID added in v2.15.0

UpdateNotificationTemplateMethodByID mocks base method.

func (*MockStore) UpdateOAuth2ProviderAppByID added in v2.6.0

UpdateOAuth2ProviderAppByID mocks base method.

func (*MockStore) UpdateOAuth2ProviderAppSecretByID added in v2.6.0

UpdateOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore) UpdateOrganization added in v2.12.0

UpdateOrganization mocks base method.

func (*MockStore) UpdateOrganizationDeletedByID added in v2.20.0

func (m *MockStore) UpdateOrganizationDeletedByID(ctx context.Context, arg database.UpdateOrganizationDeletedByIDParams) error

UpdateOrganizationDeletedByID mocks base method.

func (*MockStore) UpdateProvisionerDaemonLastSeenAt added in v2.6.0

func (m *MockStore) UpdateProvisionerDaemonLastSeenAt(ctx context.Context, arg database.UpdateProvisionerDaemonLastSeenAtParams) error

UpdateProvisionerDaemonLastSeenAt mocks base method.

func (*MockStore) UpdateProvisionerJobByID

func (m *MockStore) UpdateProvisionerJobByID(ctx context.Context, arg database.UpdateProvisionerJobByIDParams) error

UpdateProvisionerJobByID mocks base method.

func (*MockStore) UpdateProvisionerJobWithCancelByID

func (m *MockStore) UpdateProvisionerJobWithCancelByID(ctx context.Context, arg database.UpdateProvisionerJobWithCancelByIDParams) error

UpdateProvisionerJobWithCancelByID mocks base method.

func (*MockStore) UpdateProvisionerJobWithCompleteByID

func (m *MockStore) UpdateProvisionerJobWithCompleteByID(ctx context.Context, arg database.UpdateProvisionerJobWithCompleteByIDParams) error

UpdateProvisionerJobWithCompleteByID mocks base method.

func (*MockStore) UpdateReplica

UpdateReplica mocks base method.

func (*MockStore) UpdateTailnetPeerStatusByCoordinator added in v2.15.0

func (m *MockStore) UpdateTailnetPeerStatusByCoordinator(ctx context.Context, arg database.UpdateTailnetPeerStatusByCoordinatorParams) error

UpdateTailnetPeerStatusByCoordinator mocks base method.

func (*MockStore) UpdateTemplateACLByID

func (m *MockStore) UpdateTemplateACLByID(ctx context.Context, arg database.UpdateTemplateACLByIDParams) error

UpdateTemplateACLByID mocks base method.

func (*MockStore) UpdateTemplateAccessControlByID added in v2.3.2

func (m *MockStore) UpdateTemplateAccessControlByID(ctx context.Context, arg database.UpdateTemplateAccessControlByIDParams) error

UpdateTemplateAccessControlByID mocks base method.

func (*MockStore) UpdateTemplateActiveVersionByID

func (m *MockStore) UpdateTemplateActiveVersionByID(ctx context.Context, arg database.UpdateTemplateActiveVersionByIDParams) error

UpdateTemplateActiveVersionByID mocks base method.

func (*MockStore) UpdateTemplateDeletedByID

func (m *MockStore) UpdateTemplateDeletedByID(ctx context.Context, arg database.UpdateTemplateDeletedByIDParams) error

UpdateTemplateDeletedByID mocks base method.

func (*MockStore) UpdateTemplateMetaByID

func (m *MockStore) UpdateTemplateMetaByID(ctx context.Context, arg database.UpdateTemplateMetaByIDParams) error

UpdateTemplateMetaByID mocks base method.

func (*MockStore) UpdateTemplateScheduleByID

func (m *MockStore) UpdateTemplateScheduleByID(ctx context.Context, arg database.UpdateTemplateScheduleByIDParams) error

UpdateTemplateScheduleByID mocks base method.

func (*MockStore) UpdateTemplateVersionByID

func (m *MockStore) UpdateTemplateVersionByID(ctx context.Context, arg database.UpdateTemplateVersionByIDParams) error

UpdateTemplateVersionByID mocks base method.

func (*MockStore) UpdateTemplateVersionDescriptionByJobID

func (m *MockStore) UpdateTemplateVersionDescriptionByJobID(ctx context.Context, arg database.UpdateTemplateVersionDescriptionByJobIDParams) error

UpdateTemplateVersionDescriptionByJobID mocks base method.

func (*MockStore) UpdateTemplateVersionExternalAuthProvidersByJobID added in v2.2.1

func (m *MockStore) UpdateTemplateVersionExternalAuthProvidersByJobID(ctx context.Context, arg database.UpdateTemplateVersionExternalAuthProvidersByJobIDParams) error

UpdateTemplateVersionExternalAuthProvidersByJobID mocks base method.

func (*MockStore) UpdateTemplateWorkspacesLastUsedAt added in v2.1.2

func (m *MockStore) UpdateTemplateWorkspacesLastUsedAt(ctx context.Context, arg database.UpdateTemplateWorkspacesLastUsedAtParams) error

UpdateTemplateWorkspacesLastUsedAt mocks base method.

func (*MockStore) UpdateUserDeletedByID

func (m *MockStore) UpdateUserDeletedByID(ctx context.Context, id uuid.UUID) error

UpdateUserDeletedByID mocks base method.

func (*MockStore) UpdateUserGithubComUserID added in v2.14.0

func (m *MockStore) UpdateUserGithubComUserID(ctx context.Context, arg database.UpdateUserGithubComUserIDParams) error

UpdateUserGithubComUserID mocks base method.

func (*MockStore) UpdateUserHashedOneTimePasscode added in v2.17.0

func (m *MockStore) UpdateUserHashedOneTimePasscode(ctx context.Context, arg database.UpdateUserHashedOneTimePasscodeParams) error

UpdateUserHashedOneTimePasscode mocks base method.

func (*MockStore) UpdateUserHashedPassword

func (m *MockStore) UpdateUserHashedPassword(ctx context.Context, arg database.UpdateUserHashedPasswordParams) error

UpdateUserHashedPassword mocks base method.

func (*MockStore) UpdateUserLastSeenAt

func (m *MockStore) UpdateUserLastSeenAt(ctx context.Context, arg database.UpdateUserLastSeenAtParams) (database.User, error)

UpdateUserLastSeenAt mocks base method.

UpdateUserLink mocks base method.

func (*MockStore) UpdateUserLinkedID

func (m *MockStore) UpdateUserLinkedID(ctx context.Context, arg database.UpdateUserLinkedIDParams) (database.UserLink, error)

UpdateUserLinkedID mocks base method.

func (*MockStore) UpdateUserLoginType

func (m *MockStore) UpdateUserLoginType(ctx context.Context, arg database.UpdateUserLoginTypeParams) (database.User, error)

UpdateUserLoginType mocks base method.

func (*MockStore) UpdateUserNotificationPreferences added in v2.15.0

func (m *MockStore) UpdateUserNotificationPreferences(ctx context.Context, arg database.UpdateUserNotificationPreferencesParams) (int64, error)

UpdateUserNotificationPreferences mocks base method.

func (*MockStore) UpdateUserProfile

func (m *MockStore) UpdateUserProfile(ctx context.Context, arg database.UpdateUserProfileParams) (database.User, error)

UpdateUserProfile mocks base method.

func (*MockStore) UpdateUserQuietHoursSchedule

func (m *MockStore) UpdateUserQuietHoursSchedule(ctx context.Context, arg database.UpdateUserQuietHoursScheduleParams) (database.User, error)

UpdateUserQuietHoursSchedule mocks base method.

func (*MockStore) UpdateUserRoles

func (m *MockStore) UpdateUserRoles(ctx context.Context, arg database.UpdateUserRolesParams) (database.User, error)

UpdateUserRoles mocks base method.

func (*MockStore) UpdateUserStatus

func (m *MockStore) UpdateUserStatus(ctx context.Context, arg database.UpdateUserStatusParams) (database.User, error)

UpdateUserStatus mocks base method.

func (*MockStore) UpdateUserTerminalFont added in v2.22.0

func (m *MockStore) UpdateUserTerminalFont(ctx context.Context, arg database.UpdateUserTerminalFontParams) (database.UserConfig, error)

UpdateUserTerminalFont mocks base method.

func (*MockStore) UpdateUserThemePreference added in v2.22.0

func (m *MockStore) UpdateUserThemePreference(ctx context.Context, arg database.UpdateUserThemePreferenceParams) (database.UserConfig, error)

UpdateUserThemePreference mocks base method.

func (*MockStore) UpdateVolumeResourceMonitor added in v2.20.0

func (m *MockStore) UpdateVolumeResourceMonitor(ctx context.Context, arg database.UpdateVolumeResourceMonitorParams) error

UpdateVolumeResourceMonitor mocks base method.

func (*MockStore) UpdateWorkspace

UpdateWorkspace mocks base method.

func (*MockStore) UpdateWorkspaceAgentConnectionByID

func (m *MockStore) UpdateWorkspaceAgentConnectionByID(ctx context.Context, arg database.UpdateWorkspaceAgentConnectionByIDParams) error

UpdateWorkspaceAgentConnectionByID mocks base method.

func (*MockStore) UpdateWorkspaceAgentLifecycleStateByID

func (m *MockStore) UpdateWorkspaceAgentLifecycleStateByID(ctx context.Context, arg database.UpdateWorkspaceAgentLifecycleStateByIDParams) error

UpdateWorkspaceAgentLifecycleStateByID mocks base method.

func (*MockStore) UpdateWorkspaceAgentLogOverflowByID

func (m *MockStore) UpdateWorkspaceAgentLogOverflowByID(ctx context.Context, arg database.UpdateWorkspaceAgentLogOverflowByIDParams) error

UpdateWorkspaceAgentLogOverflowByID mocks base method.

func (*MockStore) UpdateWorkspaceAgentMetadata

func (m *MockStore) UpdateWorkspaceAgentMetadata(ctx context.Context, arg database.UpdateWorkspaceAgentMetadataParams) error

UpdateWorkspaceAgentMetadata mocks base method.

func (*MockStore) UpdateWorkspaceAgentStartupByID

func (m *MockStore) UpdateWorkspaceAgentStartupByID(ctx context.Context, arg database.UpdateWorkspaceAgentStartupByIDParams) error

UpdateWorkspaceAgentStartupByID mocks base method.

func (*MockStore) UpdateWorkspaceAppHealthByID

func (m *MockStore) UpdateWorkspaceAppHealthByID(ctx context.Context, arg database.UpdateWorkspaceAppHealthByIDParams) error

UpdateWorkspaceAppHealthByID mocks base method.

func (*MockStore) UpdateWorkspaceAutomaticUpdates added in v2.3.0

func (m *MockStore) UpdateWorkspaceAutomaticUpdates(ctx context.Context, arg database.UpdateWorkspaceAutomaticUpdatesParams) error

UpdateWorkspaceAutomaticUpdates mocks base method.

func (*MockStore) UpdateWorkspaceAutostart

func (m *MockStore) UpdateWorkspaceAutostart(ctx context.Context, arg database.UpdateWorkspaceAutostartParams) error

UpdateWorkspaceAutostart mocks base method.

func (*MockStore) UpdateWorkspaceBuildCostByID

func (m *MockStore) UpdateWorkspaceBuildCostByID(ctx context.Context, arg database.UpdateWorkspaceBuildCostByIDParams) error

UpdateWorkspaceBuildCostByID mocks base method.

func (*MockStore) UpdateWorkspaceBuildDeadlineByID added in v2.2.0

func (m *MockStore) UpdateWorkspaceBuildDeadlineByID(ctx context.Context, arg database.UpdateWorkspaceBuildDeadlineByIDParams) error

UpdateWorkspaceBuildDeadlineByID mocks base method.

func (*MockStore) UpdateWorkspaceBuildProvisionerStateByID added in v2.2.0

func (m *MockStore) UpdateWorkspaceBuildProvisionerStateByID(ctx context.Context, arg database.UpdateWorkspaceBuildProvisionerStateByIDParams) error

UpdateWorkspaceBuildProvisionerStateByID mocks base method.

func (*MockStore) UpdateWorkspaceDeletedByID

func (m *MockStore) UpdateWorkspaceDeletedByID(ctx context.Context, arg database.UpdateWorkspaceDeletedByIDParams) error

UpdateWorkspaceDeletedByID mocks base method.

func (*MockStore) UpdateWorkspaceDormantDeletingAt added in v2.1.4

func (m *MockStore) UpdateWorkspaceDormantDeletingAt(ctx context.Context, arg database.UpdateWorkspaceDormantDeletingAtParams) (database.WorkspaceTable, error)

UpdateWorkspaceDormantDeletingAt mocks base method.

func (*MockStore) UpdateWorkspaceLastUsedAt

func (m *MockStore) UpdateWorkspaceLastUsedAt(ctx context.Context, arg database.UpdateWorkspaceLastUsedAtParams) error

UpdateWorkspaceLastUsedAt mocks base method.

func (*MockStore) UpdateWorkspaceNextStartAt added in v2.19.0

func (m *MockStore) UpdateWorkspaceNextStartAt(ctx context.Context, arg database.UpdateWorkspaceNextStartAtParams) error

UpdateWorkspaceNextStartAt mocks base method.

func (*MockStore) UpdateWorkspaceProxy

UpdateWorkspaceProxy mocks base method.

func (*MockStore) UpdateWorkspaceProxyDeleted

func (m *MockStore) UpdateWorkspaceProxyDeleted(ctx context.Context, arg database.UpdateWorkspaceProxyDeletedParams) error

UpdateWorkspaceProxyDeleted mocks base method.

func (*MockStore) UpdateWorkspaceTTL

func (m *MockStore) UpdateWorkspaceTTL(ctx context.Context, arg database.UpdateWorkspaceTTLParams) error

UpdateWorkspaceTTL mocks base method.

func (*MockStore) UpdateWorkspacesDormantDeletingAtByTemplateID added in v2.1.4

func (m *MockStore) UpdateWorkspacesDormantDeletingAtByTemplateID(ctx context.Context, arg database.UpdateWorkspacesDormantDeletingAtByTemplateIDParams) ([]database.WorkspaceTable, error)

UpdateWorkspacesDormantDeletingAtByTemplateID mocks base method.

func (*MockStore) UpdateWorkspacesTTLByTemplateID added in v2.19.0

func (m *MockStore) UpdateWorkspacesTTLByTemplateID(ctx context.Context, arg database.UpdateWorkspacesTTLByTemplateIDParams) error

UpdateWorkspacesTTLByTemplateID mocks base method.

func (*MockStore) UpsertAnnouncementBanners added in v2.12.0

func (m *MockStore) UpsertAnnouncementBanners(ctx context.Context, value string) error

UpsertAnnouncementBanners mocks base method.

func (*MockStore) UpsertAppSecurityKey

func (m *MockStore) UpsertAppSecurityKey(ctx context.Context, value string) error

UpsertAppSecurityKey mocks base method.

func (*MockStore) UpsertApplicationName added in v2.2.0

func (m *MockStore) UpsertApplicationName(ctx context.Context, value string) error

UpsertApplicationName mocks base method.

func (*MockStore) UpsertCoordinatorResumeTokenSigningKey added in v2.15.0

func (m *MockStore) UpsertCoordinatorResumeTokenSigningKey(ctx context.Context, value string) error

UpsertCoordinatorResumeTokenSigningKey mocks base method.

func (*MockStore) UpsertDefaultProxy

func (m *MockStore) UpsertDefaultProxy(ctx context.Context, arg database.UpsertDefaultProxyParams) error

UpsertDefaultProxy mocks base method.

func (*MockStore) UpsertHealthSettings added in v2.5.0

func (m *MockStore) UpsertHealthSettings(ctx context.Context, value string) error

UpsertHealthSettings mocks base method.

func (*MockStore) UpsertLastUpdateCheck

func (m *MockStore) UpsertLastUpdateCheck(ctx context.Context, value string) error

UpsertLastUpdateCheck mocks base method.

func (*MockStore) UpsertLogoURL

func (m *MockStore) UpsertLogoURL(ctx context.Context, value string) error

UpsertLogoURL mocks base method.

func (*MockStore) UpsertNotificationReportGeneratorLog added in v2.16.0

func (m *MockStore) UpsertNotificationReportGeneratorLog(ctx context.Context, arg database.UpsertNotificationReportGeneratorLogParams) error

UpsertNotificationReportGeneratorLog mocks base method.

func (*MockStore) UpsertNotificationsSettings added in v2.14.0

func (m *MockStore) UpsertNotificationsSettings(ctx context.Context, value string) error

UpsertNotificationsSettings mocks base method.

func (*MockStore) UpsertOAuth2GithubDefaultEligible added in v2.20.0

func (m *MockStore) UpsertOAuth2GithubDefaultEligible(ctx context.Context, eligible bool) error

UpsertOAuth2GithubDefaultEligible mocks base method.

func (*MockStore) UpsertOAuthSigningKey

func (m *MockStore) UpsertOAuthSigningKey(ctx context.Context, value string) error

UpsertOAuthSigningKey mocks base method.

func (*MockStore) UpsertProvisionerDaemon added in v2.5.1

UpsertProvisionerDaemon mocks base method.

func (*MockStore) UpsertRuntimeConfig added in v2.16.0

func (m *MockStore) UpsertRuntimeConfig(ctx context.Context, arg database.UpsertRuntimeConfigParams) error

UpsertRuntimeConfig mocks base method.

func (*MockStore) UpsertTailnetAgent

UpsertTailnetAgent mocks base method.

func (*MockStore) UpsertTailnetClient

UpsertTailnetClient mocks base method.

func (*MockStore) UpsertTailnetClientSubscription added in v2.2.0

func (m *MockStore) UpsertTailnetClientSubscription(ctx context.Context, arg database.UpsertTailnetClientSubscriptionParams) error

UpsertTailnetClientSubscription mocks base method.

func (*MockStore) UpsertTailnetCoordinator

func (m *MockStore) UpsertTailnetCoordinator(ctx context.Context, id uuid.UUID) (database.TailnetCoordinator, error)

UpsertTailnetCoordinator mocks base method.

func (*MockStore) UpsertTailnetPeer added in v2.4.0

UpsertTailnetPeer mocks base method.

func (*MockStore) UpsertTailnetTunnel added in v2.4.0

UpsertTailnetTunnel mocks base method.

func (*MockStore) UpsertTelemetryItem added in v2.19.0

func (m *MockStore) UpsertTelemetryItem(ctx context.Context, arg database.UpsertTelemetryItemParams) error

UpsertTelemetryItem mocks base method.

func (*MockStore) UpsertTemplateUsageStats added in v2.10.0

func (m *MockStore) UpsertTemplateUsageStats(ctx context.Context) error

UpsertTemplateUsageStats mocks base method.

func (*MockStore) UpsertWebpushVAPIDKeys added in v2.21.0

func (m *MockStore) UpsertWebpushVAPIDKeys(ctx context.Context, arg database.UpsertWebpushVAPIDKeysParams) error

UpsertWebpushVAPIDKeys mocks base method.

func (*MockStore) UpsertWorkspaceAgentPortShare added in v2.9.0

UpsertWorkspaceAgentPortShare mocks base method.

func (*MockStore) UpsertWorkspaceAppAuditSession added in v2.21.0

func (m *MockStore) UpsertWorkspaceAppAuditSession(ctx context.Context, arg database.UpsertWorkspaceAppAuditSessionParams) (bool, error)

UpsertWorkspaceAppAuditSession mocks base method.

func (*MockStore) Wrappers

func (m *MockStore) Wrappers() []string

Wrappers mocks base method.

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore.

func (*MockStoreMockRecorder) AcquireLock

func (mr *MockStoreMockRecorder) AcquireLock(ctx, pgAdvisoryXactLock any) *gomock.Call

AcquireLock indicates an expected call of AcquireLock.

func (*MockStoreMockRecorder) AcquireNotificationMessages added in v2.13.0

func (mr *MockStoreMockRecorder) AcquireNotificationMessages(ctx, arg any) *gomock.Call

AcquireNotificationMessages indicates an expected call of AcquireNotificationMessages.

func (*MockStoreMockRecorder) AcquireProvisionerJob

func (mr *MockStoreMockRecorder) AcquireProvisionerJob(ctx, arg any) *gomock.Call

AcquireProvisionerJob indicates an expected call of AcquireProvisionerJob.

func (*MockStoreMockRecorder) ActivityBumpWorkspace added in v2.2.0

func (mr *MockStoreMockRecorder) ActivityBumpWorkspace(ctx, arg any) *gomock.Call

ActivityBumpWorkspace indicates an expected call of ActivityBumpWorkspace.

func (*MockStoreMockRecorder) AllUserIDs added in v2.2.0

func (mr *MockStoreMockRecorder) AllUserIDs(ctx, includeSystem any) *gomock.Call

AllUserIDs indicates an expected call of AllUserIDs.

func (*MockStoreMockRecorder) ArchiveUnusedTemplateVersions added in v2.3.0

func (mr *MockStoreMockRecorder) ArchiveUnusedTemplateVersions(ctx, arg any) *gomock.Call

ArchiveUnusedTemplateVersions indicates an expected call of ArchiveUnusedTemplateVersions.

func (*MockStoreMockRecorder) BatchUpdateWorkspaceLastUsedAt added in v2.7.0

func (mr *MockStoreMockRecorder) BatchUpdateWorkspaceLastUsedAt(ctx, arg any) *gomock.Call

BatchUpdateWorkspaceLastUsedAt indicates an expected call of BatchUpdateWorkspaceLastUsedAt.

func (*MockStoreMockRecorder) BatchUpdateWorkspaceNextStartAt added in v2.19.0

func (mr *MockStoreMockRecorder) BatchUpdateWorkspaceNextStartAt(ctx, arg any) *gomock.Call

BatchUpdateWorkspaceNextStartAt indicates an expected call of BatchUpdateWorkspaceNextStartAt.

func (*MockStoreMockRecorder) BulkMarkNotificationMessagesFailed added in v2.13.0

func (mr *MockStoreMockRecorder) BulkMarkNotificationMessagesFailed(ctx, arg any) *gomock.Call

BulkMarkNotificationMessagesFailed indicates an expected call of BulkMarkNotificationMessagesFailed.

func (*MockStoreMockRecorder) BulkMarkNotificationMessagesSent added in v2.13.0

func (mr *MockStoreMockRecorder) BulkMarkNotificationMessagesSent(ctx, arg any) *gomock.Call

BulkMarkNotificationMessagesSent indicates an expected call of BulkMarkNotificationMessagesSent.

func (*MockStoreMockRecorder) ClaimPrebuiltWorkspace added in v2.22.0

func (mr *MockStoreMockRecorder) ClaimPrebuiltWorkspace(ctx, arg any) *gomock.Call

ClaimPrebuiltWorkspace indicates an expected call of ClaimPrebuiltWorkspace.

func (*MockStoreMockRecorder) CleanTailnetCoordinators

func (mr *MockStoreMockRecorder) CleanTailnetCoordinators(ctx any) *gomock.Call

CleanTailnetCoordinators indicates an expected call of CleanTailnetCoordinators.

func (*MockStoreMockRecorder) CleanTailnetLostPeers added in v2.5.0

func (mr *MockStoreMockRecorder) CleanTailnetLostPeers(ctx any) *gomock.Call

CleanTailnetLostPeers indicates an expected call of CleanTailnetLostPeers.

func (*MockStoreMockRecorder) CleanTailnetTunnels added in v2.5.0

func (mr *MockStoreMockRecorder) CleanTailnetTunnels(ctx any) *gomock.Call

CleanTailnetTunnels indicates an expected call of CleanTailnetTunnels.

func (*MockStoreMockRecorder) CountInProgressPrebuilds added in v2.22.0

func (mr *MockStoreMockRecorder) CountInProgressPrebuilds(ctx any) *gomock.Call

CountInProgressPrebuilds indicates an expected call of CountInProgressPrebuilds.

func (*MockStoreMockRecorder) CountUnreadInboxNotificationsByUserID added in v2.21.0

func (mr *MockStoreMockRecorder) CountUnreadInboxNotificationsByUserID(ctx, userID any) *gomock.Call

CountUnreadInboxNotificationsByUserID indicates an expected call of CountUnreadInboxNotificationsByUserID.

func (*MockStoreMockRecorder) CustomRoles added in v2.12.0

func (mr *MockStoreMockRecorder) CustomRoles(ctx, arg any) *gomock.Call

CustomRoles indicates an expected call of CustomRoles.

func (*MockStoreMockRecorder) DeleteAPIKeyByID

func (mr *MockStoreMockRecorder) DeleteAPIKeyByID(ctx, id any) *gomock.Call

DeleteAPIKeyByID indicates an expected call of DeleteAPIKeyByID.

func (*MockStoreMockRecorder) DeleteAPIKeysByUserID

func (mr *MockStoreMockRecorder) DeleteAPIKeysByUserID(ctx, userID any) *gomock.Call

DeleteAPIKeysByUserID indicates an expected call of DeleteAPIKeysByUserID.

func (*MockStoreMockRecorder) DeleteAllTailnetClientSubscriptions added in v2.2.0

func (mr *MockStoreMockRecorder) DeleteAllTailnetClientSubscriptions(ctx, arg any) *gomock.Call

DeleteAllTailnetClientSubscriptions indicates an expected call of DeleteAllTailnetClientSubscriptions.

func (*MockStoreMockRecorder) DeleteAllTailnetTunnels added in v2.4.0

func (mr *MockStoreMockRecorder) DeleteAllTailnetTunnels(ctx, arg any) *gomock.Call

DeleteAllTailnetTunnels indicates an expected call of DeleteAllTailnetTunnels.

func (*MockStoreMockRecorder) DeleteAllWebpushSubscriptions added in v2.21.0

func (mr *MockStoreMockRecorder) DeleteAllWebpushSubscriptions(ctx any) *gomock.Call

DeleteAllWebpushSubscriptions indicates an expected call of DeleteAllWebpushSubscriptions.

func (*MockStoreMockRecorder) DeleteApplicationConnectAPIKeysByUserID

func (mr *MockStoreMockRecorder) DeleteApplicationConnectAPIKeysByUserID(ctx, userID any) *gomock.Call

DeleteApplicationConnectAPIKeysByUserID indicates an expected call of DeleteApplicationConnectAPIKeysByUserID.

func (*MockStoreMockRecorder) DeleteCoordinator

func (mr *MockStoreMockRecorder) DeleteCoordinator(ctx, id any) *gomock.Call

DeleteCoordinator indicates an expected call of DeleteCoordinator.

func (*MockStoreMockRecorder) DeleteCryptoKey added in v2.16.0

func (mr *MockStoreMockRecorder) DeleteCryptoKey(ctx, arg any) *gomock.Call

DeleteCryptoKey indicates an expected call of DeleteCryptoKey.

func (*MockStoreMockRecorder) DeleteCustomRole added in v2.15.0

func (mr *MockStoreMockRecorder) DeleteCustomRole(ctx, arg any) *gomock.Call

DeleteCustomRole indicates an expected call of DeleteCustomRole.

func (mr *MockStoreMockRecorder) DeleteExternalAuthLink(ctx, arg any) *gomock.Call

DeleteExternalAuthLink indicates an expected call of DeleteExternalAuthLink.

func (*MockStoreMockRecorder) DeleteGitSSHKey

func (mr *MockStoreMockRecorder) DeleteGitSSHKey(ctx, userID any) *gomock.Call

DeleteGitSSHKey indicates an expected call of DeleteGitSSHKey.

func (*MockStoreMockRecorder) DeleteGroupByID

func (mr *MockStoreMockRecorder) DeleteGroupByID(ctx, id any) *gomock.Call

DeleteGroupByID indicates an expected call of DeleteGroupByID.

func (*MockStoreMockRecorder) DeleteGroupMemberFromGroup

func (mr *MockStoreMockRecorder) DeleteGroupMemberFromGroup(ctx, arg any) *gomock.Call

DeleteGroupMemberFromGroup indicates an expected call of DeleteGroupMemberFromGroup.

func (*MockStoreMockRecorder) DeleteLicense

func (mr *MockStoreMockRecorder) DeleteLicense(ctx, id any) *gomock.Call

DeleteLicense indicates an expected call of DeleteLicense.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppByID added in v2.6.0

func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppByID(ctx, id any) *gomock.Call

DeleteOAuth2ProviderAppByID indicates an expected call of DeleteOAuth2ProviderAppByID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppCodeByID added in v2.9.0

func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppCodeByID(ctx, id any) *gomock.Call

DeleteOAuth2ProviderAppCodeByID indicates an expected call of DeleteOAuth2ProviderAppCodeByID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppCodesByAppAndUserID added in v2.9.0

func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppCodesByAppAndUserID(ctx, arg any) *gomock.Call

DeleteOAuth2ProviderAppCodesByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppCodesByAppAndUserID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppSecretByID added in v2.6.0

func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppSecretByID(ctx, id any) *gomock.Call

DeleteOAuth2ProviderAppSecretByID indicates an expected call of DeleteOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppTokensByAppAndUserID added in v2.9.0

func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppTokensByAppAndUserID(ctx, arg any) *gomock.Call

DeleteOAuth2ProviderAppTokensByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppTokensByAppAndUserID.

func (*MockStoreMockRecorder) DeleteOldNotificationMessages added in v2.13.0

func (mr *MockStoreMockRecorder) DeleteOldNotificationMessages(ctx any) *gomock.Call

DeleteOldNotificationMessages indicates an expected call of DeleteOldNotificationMessages.

func (*MockStoreMockRecorder) DeleteOldProvisionerDaemons added in v2.5.0

func (mr *MockStoreMockRecorder) DeleteOldProvisionerDaemons(ctx any) *gomock.Call

DeleteOldProvisionerDaemons indicates an expected call of DeleteOldProvisionerDaemons.

func (*MockStoreMockRecorder) DeleteOldWorkspaceAgentLogs

func (mr *MockStoreMockRecorder) DeleteOldWorkspaceAgentLogs(ctx, threshold any) *gomock.Call

DeleteOldWorkspaceAgentLogs indicates an expected call of DeleteOldWorkspaceAgentLogs.

func (*MockStoreMockRecorder) DeleteOldWorkspaceAgentStats

func (mr *MockStoreMockRecorder) DeleteOldWorkspaceAgentStats(ctx any) *gomock.Call

DeleteOldWorkspaceAgentStats indicates an expected call of DeleteOldWorkspaceAgentStats.

func (*MockStoreMockRecorder) DeleteOrganizationMember added in v2.13.0

func (mr *MockStoreMockRecorder) DeleteOrganizationMember(ctx, arg any) *gomock.Call

DeleteOrganizationMember indicates an expected call of DeleteOrganizationMember.

func (*MockStoreMockRecorder) DeleteProvisionerKey added in v2.14.0

func (mr *MockStoreMockRecorder) DeleteProvisionerKey(ctx, id any) *gomock.Call

DeleteProvisionerKey indicates an expected call of DeleteProvisionerKey.

func (*MockStoreMockRecorder) DeleteReplicasUpdatedBefore

func (mr *MockStoreMockRecorder) DeleteReplicasUpdatedBefore(ctx, updatedAt any) *gomock.Call

DeleteReplicasUpdatedBefore indicates an expected call of DeleteReplicasUpdatedBefore.

func (*MockStoreMockRecorder) DeleteRuntimeConfig added in v2.16.0

func (mr *MockStoreMockRecorder) DeleteRuntimeConfig(ctx, key any) *gomock.Call

DeleteRuntimeConfig indicates an expected call of DeleteRuntimeConfig.

func (*MockStoreMockRecorder) DeleteTailnetAgent

func (mr *MockStoreMockRecorder) DeleteTailnetAgent(ctx, arg any) *gomock.Call

DeleteTailnetAgent indicates an expected call of DeleteTailnetAgent.

func (*MockStoreMockRecorder) DeleteTailnetClient

func (mr *MockStoreMockRecorder) DeleteTailnetClient(ctx, arg any) *gomock.Call

DeleteTailnetClient indicates an expected call of DeleteTailnetClient.

func (*MockStoreMockRecorder) DeleteTailnetClientSubscription added in v2.2.0

func (mr *MockStoreMockRecorder) DeleteTailnetClientSubscription(ctx, arg any) *gomock.Call

DeleteTailnetClientSubscription indicates an expected call of DeleteTailnetClientSubscription.

func (*MockStoreMockRecorder) DeleteTailnetPeer added in v2.4.0

func (mr *MockStoreMockRecorder) DeleteTailnetPeer(ctx, arg any) *gomock.Call

DeleteTailnetPeer indicates an expected call of DeleteTailnetPeer.

func (*MockStoreMockRecorder) DeleteTailnetTunnel added in v2.4.0

func (mr *MockStoreMockRecorder) DeleteTailnetTunnel(ctx, arg any) *gomock.Call

DeleteTailnetTunnel indicates an expected call of DeleteTailnetTunnel.

func (*MockStoreMockRecorder) DeleteWebpushSubscriptionByUserIDAndEndpoint added in v2.21.0

func (mr *MockStoreMockRecorder) DeleteWebpushSubscriptionByUserIDAndEndpoint(ctx, arg any) *gomock.Call

DeleteWebpushSubscriptionByUserIDAndEndpoint indicates an expected call of DeleteWebpushSubscriptionByUserIDAndEndpoint.

func (*MockStoreMockRecorder) DeleteWebpushSubscriptions added in v2.21.0

func (mr *MockStoreMockRecorder) DeleteWebpushSubscriptions(ctx, ids any) *gomock.Call

DeleteWebpushSubscriptions indicates an expected call of DeleteWebpushSubscriptions.

func (*MockStoreMockRecorder) DeleteWorkspaceAgentPortShare added in v2.9.0

func (mr *MockStoreMockRecorder) DeleteWorkspaceAgentPortShare(ctx, arg any) *gomock.Call

DeleteWorkspaceAgentPortShare indicates an expected call of DeleteWorkspaceAgentPortShare.

func (*MockStoreMockRecorder) DeleteWorkspaceAgentPortSharesByTemplate added in v2.9.0

func (mr *MockStoreMockRecorder) DeleteWorkspaceAgentPortSharesByTemplate(ctx, templateID any) *gomock.Call

DeleteWorkspaceAgentPortSharesByTemplate indicates an expected call of DeleteWorkspaceAgentPortSharesByTemplate.

func (*MockStoreMockRecorder) DisableForeignKeysAndTriggers added in v2.19.0

func (mr *MockStoreMockRecorder) DisableForeignKeysAndTriggers(ctx any) *gomock.Call

DisableForeignKeysAndTriggers indicates an expected call of DisableForeignKeysAndTriggers.

func (*MockStoreMockRecorder) EnqueueNotificationMessage added in v2.13.0

func (mr *MockStoreMockRecorder) EnqueueNotificationMessage(ctx, arg any) *gomock.Call

EnqueueNotificationMessage indicates an expected call of EnqueueNotificationMessage.

func (*MockStoreMockRecorder) FavoriteWorkspace added in v2.8.0

func (mr *MockStoreMockRecorder) FavoriteWorkspace(ctx, id any) *gomock.Call

FavoriteWorkspace indicates an expected call of FavoriteWorkspace.

func (*MockStoreMockRecorder) FetchMemoryResourceMonitorsByAgentID added in v2.20.0

func (mr *MockStoreMockRecorder) FetchMemoryResourceMonitorsByAgentID(ctx, agentID any) *gomock.Call

FetchMemoryResourceMonitorsByAgentID indicates an expected call of FetchMemoryResourceMonitorsByAgentID.

func (*MockStoreMockRecorder) FetchMemoryResourceMonitorsUpdatedAfter added in v2.20.0

func (mr *MockStoreMockRecorder) FetchMemoryResourceMonitorsUpdatedAfter(ctx, updatedAt any) *gomock.Call

FetchMemoryResourceMonitorsUpdatedAfter indicates an expected call of FetchMemoryResourceMonitorsUpdatedAfter.

func (*MockStoreMockRecorder) FetchNewMessageMetadata added in v2.13.0

func (mr *MockStoreMockRecorder) FetchNewMessageMetadata(ctx, arg any) *gomock.Call

FetchNewMessageMetadata indicates an expected call of FetchNewMessageMetadata.

func (*MockStoreMockRecorder) FetchVolumesResourceMonitorsByAgentID added in v2.20.0

func (mr *MockStoreMockRecorder) FetchVolumesResourceMonitorsByAgentID(ctx, agentID any) *gomock.Call

FetchVolumesResourceMonitorsByAgentID indicates an expected call of FetchVolumesResourceMonitorsByAgentID.

func (*MockStoreMockRecorder) FetchVolumesResourceMonitorsUpdatedAfter added in v2.20.0

func (mr *MockStoreMockRecorder) FetchVolumesResourceMonitorsUpdatedAfter(ctx, updatedAt any) *gomock.Call

FetchVolumesResourceMonitorsUpdatedAfter indicates an expected call of FetchVolumesResourceMonitorsUpdatedAfter.

func (*MockStoreMockRecorder) GetAPIKeyByID

func (mr *MockStoreMockRecorder) GetAPIKeyByID(ctx, id any) *gomock.Call

GetAPIKeyByID indicates an expected call of GetAPIKeyByID.

func (*MockStoreMockRecorder) GetAPIKeyByName

func (mr *MockStoreMockRecorder) GetAPIKeyByName(ctx, arg any) *gomock.Call

GetAPIKeyByName indicates an expected call of GetAPIKeyByName.

func (*MockStoreMockRecorder) GetAPIKeysByLoginType

func (mr *MockStoreMockRecorder) GetAPIKeysByLoginType(ctx, loginType any) *gomock.Call

GetAPIKeysByLoginType indicates an expected call of GetAPIKeysByLoginType.

func (*MockStoreMockRecorder) GetAPIKeysByUserID

func (mr *MockStoreMockRecorder) GetAPIKeysByUserID(ctx, arg any) *gomock.Call

GetAPIKeysByUserID indicates an expected call of GetAPIKeysByUserID.

func (*MockStoreMockRecorder) GetAPIKeysLastUsedAfter

func (mr *MockStoreMockRecorder) GetAPIKeysLastUsedAfter(ctx, lastUsed any) *gomock.Call

GetAPIKeysLastUsedAfter indicates an expected call of GetAPIKeysLastUsedAfter.

func (*MockStoreMockRecorder) GetActiveUserCount

func (mr *MockStoreMockRecorder) GetActiveUserCount(ctx, includeSystem any) *gomock.Call

GetActiveUserCount indicates an expected call of GetActiveUserCount.

func (*MockStoreMockRecorder) GetActiveWorkspaceBuildsByTemplateID

func (mr *MockStoreMockRecorder) GetActiveWorkspaceBuildsByTemplateID(ctx, templateID any) *gomock.Call

GetActiveWorkspaceBuildsByTemplateID indicates an expected call of GetActiveWorkspaceBuildsByTemplateID.

func (*MockStoreMockRecorder) GetAllTailnetAgents

func (mr *MockStoreMockRecorder) GetAllTailnetAgents(ctx any) *gomock.Call

GetAllTailnetAgents indicates an expected call of GetAllTailnetAgents.

func (*MockStoreMockRecorder) GetAllTailnetCoordinators added in v2.5.0

func (mr *MockStoreMockRecorder) GetAllTailnetCoordinators(ctx any) *gomock.Call

GetAllTailnetCoordinators indicates an expected call of GetAllTailnetCoordinators.

func (*MockStoreMockRecorder) GetAllTailnetPeers added in v2.5.0

func (mr *MockStoreMockRecorder) GetAllTailnetPeers(ctx any) *gomock.Call

GetAllTailnetPeers indicates an expected call of GetAllTailnetPeers.

func (*MockStoreMockRecorder) GetAllTailnetTunnels added in v2.5.0

func (mr *MockStoreMockRecorder) GetAllTailnetTunnels(ctx any) *gomock.Call

GetAllTailnetTunnels indicates an expected call of GetAllTailnetTunnels.

func (*MockStoreMockRecorder) GetAnnouncementBanners added in v2.12.0

func (mr *MockStoreMockRecorder) GetAnnouncementBanners(ctx any) *gomock.Call

GetAnnouncementBanners indicates an expected call of GetAnnouncementBanners.

func (*MockStoreMockRecorder) GetAppSecurityKey

func (mr *MockStoreMockRecorder) GetAppSecurityKey(ctx any) *gomock.Call

GetAppSecurityKey indicates an expected call of GetAppSecurityKey.

func (*MockStoreMockRecorder) GetApplicationName added in v2.2.0

func (mr *MockStoreMockRecorder) GetApplicationName(ctx any) *gomock.Call

GetApplicationName indicates an expected call of GetApplicationName.

func (*MockStoreMockRecorder) GetAuditLogsOffset

func (mr *MockStoreMockRecorder) GetAuditLogsOffset(ctx, arg any) *gomock.Call

GetAuditLogsOffset indicates an expected call of GetAuditLogsOffset.

func (*MockStoreMockRecorder) GetAuthorizationUserRoles

func (mr *MockStoreMockRecorder) GetAuthorizationUserRoles(ctx, userID any) *gomock.Call

GetAuthorizationUserRoles indicates an expected call of GetAuthorizationUserRoles.

func (*MockStoreMockRecorder) GetAuthorizedAuditLogsOffset added in v2.14.0

func (mr *MockStoreMockRecorder) GetAuthorizedAuditLogsOffset(ctx, arg, prepared any) *gomock.Call

GetAuthorizedAuditLogsOffset indicates an expected call of GetAuthorizedAuditLogsOffset.

func (*MockStoreMockRecorder) GetAuthorizedTemplates

func (mr *MockStoreMockRecorder) GetAuthorizedTemplates(ctx, arg, prepared any) *gomock.Call

GetAuthorizedTemplates indicates an expected call of GetAuthorizedTemplates.

func (*MockStoreMockRecorder) GetAuthorizedUsers

func (mr *MockStoreMockRecorder) GetAuthorizedUsers(ctx, arg, prepared any) *gomock.Call

GetAuthorizedUsers indicates an expected call of GetAuthorizedUsers.

func (*MockStoreMockRecorder) GetAuthorizedWorkspaces

func (mr *MockStoreMockRecorder) GetAuthorizedWorkspaces(ctx, arg, prepared any) *gomock.Call

GetAuthorizedWorkspaces indicates an expected call of GetAuthorizedWorkspaces.

func (*MockStoreMockRecorder) GetAuthorizedWorkspacesAndAgentsByOwnerID added in v2.18.0

func (mr *MockStoreMockRecorder) GetAuthorizedWorkspacesAndAgentsByOwnerID(ctx, ownerID, prepared any) *gomock.Call

GetAuthorizedWorkspacesAndAgentsByOwnerID indicates an expected call of GetAuthorizedWorkspacesAndAgentsByOwnerID.

func (*MockStoreMockRecorder) GetCoordinatorResumeTokenSigningKey added in v2.15.0

func (mr *MockStoreMockRecorder) GetCoordinatorResumeTokenSigningKey(ctx any) *gomock.Call

GetCoordinatorResumeTokenSigningKey indicates an expected call of GetCoordinatorResumeTokenSigningKey.

func (*MockStoreMockRecorder) GetCryptoKeyByFeatureAndSequence added in v2.16.0

func (mr *MockStoreMockRecorder) GetCryptoKeyByFeatureAndSequence(ctx, arg any) *gomock.Call

GetCryptoKeyByFeatureAndSequence indicates an expected call of GetCryptoKeyByFeatureAndSequence.

func (*MockStoreMockRecorder) GetCryptoKeys added in v2.16.0

func (mr *MockStoreMockRecorder) GetCryptoKeys(ctx any) *gomock.Call

GetCryptoKeys indicates an expected call of GetCryptoKeys.

func (*MockStoreMockRecorder) GetCryptoKeysByFeature added in v2.16.0

func (mr *MockStoreMockRecorder) GetCryptoKeysByFeature(ctx, feature any) *gomock.Call

GetCryptoKeysByFeature indicates an expected call of GetCryptoKeysByFeature.

func (*MockStoreMockRecorder) GetDBCryptKeys added in v2.2.0

func (mr *MockStoreMockRecorder) GetDBCryptKeys(ctx any) *gomock.Call

GetDBCryptKeys indicates an expected call of GetDBCryptKeys.

func (*MockStoreMockRecorder) GetDERPMeshKey

func (mr *MockStoreMockRecorder) GetDERPMeshKey(ctx any) *gomock.Call

GetDERPMeshKey indicates an expected call of GetDERPMeshKey.

func (*MockStoreMockRecorder) GetDefaultOrganization added in v2.9.0

func (mr *MockStoreMockRecorder) GetDefaultOrganization(ctx any) *gomock.Call

GetDefaultOrganization indicates an expected call of GetDefaultOrganization.

func (*MockStoreMockRecorder) GetDefaultProxyConfig

func (mr *MockStoreMockRecorder) GetDefaultProxyConfig(ctx any) *gomock.Call

GetDefaultProxyConfig indicates an expected call of GetDefaultProxyConfig.

func (*MockStoreMockRecorder) GetDeploymentDAUs

func (mr *MockStoreMockRecorder) GetDeploymentDAUs(ctx, tzOffset any) *gomock.Call

GetDeploymentDAUs indicates an expected call of GetDeploymentDAUs.

func (*MockStoreMockRecorder) GetDeploymentID

func (mr *MockStoreMockRecorder) GetDeploymentID(ctx any) *gomock.Call

GetDeploymentID indicates an expected call of GetDeploymentID.

func (*MockStoreMockRecorder) GetDeploymentWorkspaceAgentStats

func (mr *MockStoreMockRecorder) GetDeploymentWorkspaceAgentStats(ctx, createdAt any) *gomock.Call

GetDeploymentWorkspaceAgentStats indicates an expected call of GetDeploymentWorkspaceAgentStats.

func (*MockStoreMockRecorder) GetDeploymentWorkspaceAgentUsageStats added in v2.16.0

func (mr *MockStoreMockRecorder) GetDeploymentWorkspaceAgentUsageStats(ctx, createdAt any) *gomock.Call

GetDeploymentWorkspaceAgentUsageStats indicates an expected call of GetDeploymentWorkspaceAgentUsageStats.

func (*MockStoreMockRecorder) GetDeploymentWorkspaceStats

func (mr *MockStoreMockRecorder) GetDeploymentWorkspaceStats(ctx any) *gomock.Call

GetDeploymentWorkspaceStats indicates an expected call of GetDeploymentWorkspaceStats.

func (*MockStoreMockRecorder) GetEligibleProvisionerDaemonsByProvisionerJobIDs added in v2.18.1

func (mr *MockStoreMockRecorder) GetEligibleProvisionerDaemonsByProvisionerJobIDs(ctx, provisionerJobIds any) *gomock.Call

GetEligibleProvisionerDaemonsByProvisionerJobIDs indicates an expected call of GetEligibleProvisionerDaemonsByProvisionerJobIDs.

func (mr *MockStoreMockRecorder) GetExternalAuthLink(ctx, arg any) *gomock.Call

GetExternalAuthLink indicates an expected call of GetExternalAuthLink.

func (*MockStoreMockRecorder) GetExternalAuthLinksByUserID added in v2.2.1

func (mr *MockStoreMockRecorder) GetExternalAuthLinksByUserID(ctx, userID any) *gomock.Call

GetExternalAuthLinksByUserID indicates an expected call of GetExternalAuthLinksByUserID.

func (*MockStoreMockRecorder) GetFailedWorkspaceBuildsByTemplateID added in v2.16.0

func (mr *MockStoreMockRecorder) GetFailedWorkspaceBuildsByTemplateID(ctx, arg any) *gomock.Call

GetFailedWorkspaceBuildsByTemplateID indicates an expected call of GetFailedWorkspaceBuildsByTemplateID.

func (*MockStoreMockRecorder) GetFileByHashAndCreator

func (mr *MockStoreMockRecorder) GetFileByHashAndCreator(ctx, arg any) *gomock.Call

GetFileByHashAndCreator indicates an expected call of GetFileByHashAndCreator.

func (*MockStoreMockRecorder) GetFileByID

func (mr *MockStoreMockRecorder) GetFileByID(ctx, id any) *gomock.Call

GetFileByID indicates an expected call of GetFileByID.

func (*MockStoreMockRecorder) GetFileIDByTemplateVersionID added in v2.22.0

func (mr *MockStoreMockRecorder) GetFileIDByTemplateVersionID(ctx, templateVersionID any) *gomock.Call

GetFileIDByTemplateVersionID indicates an expected call of GetFileIDByTemplateVersionID.

func (*MockStoreMockRecorder) GetFileTemplates

func (mr *MockStoreMockRecorder) GetFileTemplates(ctx, fileID any) *gomock.Call

GetFileTemplates indicates an expected call of GetFileTemplates.

func (*MockStoreMockRecorder) GetFilteredInboxNotificationsByUserID added in v2.21.0

func (mr *MockStoreMockRecorder) GetFilteredInboxNotificationsByUserID(ctx, arg any) *gomock.Call

GetFilteredInboxNotificationsByUserID indicates an expected call of GetFilteredInboxNotificationsByUserID.

func (*MockStoreMockRecorder) GetGitSSHKey

func (mr *MockStoreMockRecorder) GetGitSSHKey(ctx, userID any) *gomock.Call

GetGitSSHKey indicates an expected call of GetGitSSHKey.

func (*MockStoreMockRecorder) GetGroupByID

func (mr *MockStoreMockRecorder) GetGroupByID(ctx, id any) *gomock.Call

GetGroupByID indicates an expected call of GetGroupByID.

func (*MockStoreMockRecorder) GetGroupByOrgAndName

func (mr *MockStoreMockRecorder) GetGroupByOrgAndName(ctx, arg any) *gomock.Call

GetGroupByOrgAndName indicates an expected call of GetGroupByOrgAndName.

func (*MockStoreMockRecorder) GetGroupMembers

func (mr *MockStoreMockRecorder) GetGroupMembers(ctx, includeSystem any) *gomock.Call

GetGroupMembers indicates an expected call of GetGroupMembers.

func (*MockStoreMockRecorder) GetGroupMembersByGroupID added in v2.13.0

func (mr *MockStoreMockRecorder) GetGroupMembersByGroupID(ctx, arg any) *gomock.Call

GetGroupMembersByGroupID indicates an expected call of GetGroupMembersByGroupID.

func (*MockStoreMockRecorder) GetGroupMembersCountByGroupID added in v2.15.0

func (mr *MockStoreMockRecorder) GetGroupMembersCountByGroupID(ctx, arg any) *gomock.Call

GetGroupMembersCountByGroupID indicates an expected call of GetGroupMembersCountByGroupID.

func (*MockStoreMockRecorder) GetGroups added in v2.13.0

func (mr *MockStoreMockRecorder) GetGroups(ctx, arg any) *gomock.Call

GetGroups indicates an expected call of GetGroups.

func (*MockStoreMockRecorder) GetHealthSettings added in v2.5.0

func (mr *MockStoreMockRecorder) GetHealthSettings(ctx any) *gomock.Call

GetHealthSettings indicates an expected call of GetHealthSettings.

func (*MockStoreMockRecorder) GetHungProvisionerJobs

func (mr *MockStoreMockRecorder) GetHungProvisionerJobs(ctx, updatedAt any) *gomock.Call

GetHungProvisionerJobs indicates an expected call of GetHungProvisionerJobs.

func (*MockStoreMockRecorder) GetInboxNotificationByID added in v2.21.0

func (mr *MockStoreMockRecorder) GetInboxNotificationByID(ctx, id any) *gomock.Call

GetInboxNotificationByID indicates an expected call of GetInboxNotificationByID.

func (*MockStoreMockRecorder) GetInboxNotificationsByUserID added in v2.21.0

func (mr *MockStoreMockRecorder) GetInboxNotificationsByUserID(ctx, arg any) *gomock.Call

GetInboxNotificationsByUserID indicates an expected call of GetInboxNotificationsByUserID.

func (*MockStoreMockRecorder) GetLastUpdateCheck

func (mr *MockStoreMockRecorder) GetLastUpdateCheck(ctx any) *gomock.Call

GetLastUpdateCheck indicates an expected call of GetLastUpdateCheck.

func (*MockStoreMockRecorder) GetLatestCryptoKeyByFeature added in v2.16.0

func (mr *MockStoreMockRecorder) GetLatestCryptoKeyByFeature(ctx, feature any) *gomock.Call

GetLatestCryptoKeyByFeature indicates an expected call of GetLatestCryptoKeyByFeature.

func (*MockStoreMockRecorder) GetLatestWorkspaceAppStatusesByWorkspaceIDs added in v2.21.0

func (mr *MockStoreMockRecorder) GetLatestWorkspaceAppStatusesByWorkspaceIDs(ctx, ids any) *gomock.Call

GetLatestWorkspaceAppStatusesByWorkspaceIDs indicates an expected call of GetLatestWorkspaceAppStatusesByWorkspaceIDs.

func (*MockStoreMockRecorder) GetLatestWorkspaceBuildByWorkspaceID

func (mr *MockStoreMockRecorder) GetLatestWorkspaceBuildByWorkspaceID(ctx, workspaceID any) *gomock.Call

GetLatestWorkspaceBuildByWorkspaceID indicates an expected call of GetLatestWorkspaceBuildByWorkspaceID.

func (*MockStoreMockRecorder) GetLatestWorkspaceBuilds

func (mr *MockStoreMockRecorder) GetLatestWorkspaceBuilds(ctx any) *gomock.Call

GetLatestWorkspaceBuilds indicates an expected call of GetLatestWorkspaceBuilds.

func (*MockStoreMockRecorder) GetLatestWorkspaceBuildsByWorkspaceIDs

func (mr *MockStoreMockRecorder) GetLatestWorkspaceBuildsByWorkspaceIDs(ctx, ids any) *gomock.Call

GetLatestWorkspaceBuildsByWorkspaceIDs indicates an expected call of GetLatestWorkspaceBuildsByWorkspaceIDs.

func (*MockStoreMockRecorder) GetLicenseByID

func (mr *MockStoreMockRecorder) GetLicenseByID(ctx, id any) *gomock.Call

GetLicenseByID indicates an expected call of GetLicenseByID.

func (*MockStoreMockRecorder) GetLicenses

func (mr *MockStoreMockRecorder) GetLicenses(ctx any) *gomock.Call

GetLicenses indicates an expected call of GetLicenses.

func (*MockStoreMockRecorder) GetLogoURL

func (mr *MockStoreMockRecorder) GetLogoURL(ctx any) *gomock.Call

GetLogoURL indicates an expected call of GetLogoURL.

func (*MockStoreMockRecorder) GetNotificationMessagesByStatus added in v2.14.0

func (mr *MockStoreMockRecorder) GetNotificationMessagesByStatus(ctx, arg any) *gomock.Call

GetNotificationMessagesByStatus indicates an expected call of GetNotificationMessagesByStatus.

func (*MockStoreMockRecorder) GetNotificationReportGeneratorLogByTemplate added in v2.16.0

func (mr *MockStoreMockRecorder) GetNotificationReportGeneratorLogByTemplate(ctx, templateID any) *gomock.Call

GetNotificationReportGeneratorLogByTemplate indicates an expected call of GetNotificationReportGeneratorLogByTemplate.

func (*MockStoreMockRecorder) GetNotificationTemplateByID added in v2.15.0

func (mr *MockStoreMockRecorder) GetNotificationTemplateByID(ctx, id any) *gomock.Call

GetNotificationTemplateByID indicates an expected call of GetNotificationTemplateByID.

func (*MockStoreMockRecorder) GetNotificationTemplatesByKind added in v2.15.0

func (mr *MockStoreMockRecorder) GetNotificationTemplatesByKind(ctx, kind any) *gomock.Call

GetNotificationTemplatesByKind indicates an expected call of GetNotificationTemplatesByKind.

func (*MockStoreMockRecorder) GetNotificationsSettings added in v2.14.0

func (mr *MockStoreMockRecorder) GetNotificationsSettings(ctx any) *gomock.Call

GetNotificationsSettings indicates an expected call of GetNotificationsSettings.

func (*MockStoreMockRecorder) GetOAuth2GithubDefaultEligible added in v2.20.0

func (mr *MockStoreMockRecorder) GetOAuth2GithubDefaultEligible(ctx any) *gomock.Call

GetOAuth2GithubDefaultEligible indicates an expected call of GetOAuth2GithubDefaultEligible.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppByID added in v2.6.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppByID(ctx, id any) *gomock.Call

GetOAuth2ProviderAppByID indicates an expected call of GetOAuth2ProviderAppByID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppCodeByID added in v2.9.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppCodeByID(ctx, id any) *gomock.Call

GetOAuth2ProviderAppCodeByID indicates an expected call of GetOAuth2ProviderAppCodeByID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppCodeByPrefix added in v2.9.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppCodeByPrefix(ctx, secretPrefix any) *gomock.Call

GetOAuth2ProviderAppCodeByPrefix indicates an expected call of GetOAuth2ProviderAppCodeByPrefix.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppSecretByID added in v2.6.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretByID(ctx, id any) *gomock.Call

GetOAuth2ProviderAppSecretByID indicates an expected call of GetOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppSecretByPrefix added in v2.9.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretByPrefix(ctx, secretPrefix any) *gomock.Call

GetOAuth2ProviderAppSecretByPrefix indicates an expected call of GetOAuth2ProviderAppSecretByPrefix.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppSecretsByAppID added in v2.6.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretsByAppID(ctx, appID any) *gomock.Call

GetOAuth2ProviderAppSecretsByAppID indicates an expected call of GetOAuth2ProviderAppSecretsByAppID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppTokenByPrefix added in v2.9.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppTokenByPrefix(ctx, hashPrefix any) *gomock.Call

GetOAuth2ProviderAppTokenByPrefix indicates an expected call of GetOAuth2ProviderAppTokenByPrefix.

func (*MockStoreMockRecorder) GetOAuth2ProviderApps added in v2.6.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderApps(ctx any) *gomock.Call

GetOAuth2ProviderApps indicates an expected call of GetOAuth2ProviderApps.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppsByUserID added in v2.9.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppsByUserID(ctx, userID any) *gomock.Call

GetOAuth2ProviderAppsByUserID indicates an expected call of GetOAuth2ProviderAppsByUserID.

func (*MockStoreMockRecorder) GetOAuthSigningKey

func (mr *MockStoreMockRecorder) GetOAuthSigningKey(ctx any) *gomock.Call

GetOAuthSigningKey indicates an expected call of GetOAuthSigningKey.

func (*MockStoreMockRecorder) GetOrganizationByID

func (mr *MockStoreMockRecorder) GetOrganizationByID(ctx, id any) *gomock.Call

GetOrganizationByID indicates an expected call of GetOrganizationByID.

func (*MockStoreMockRecorder) GetOrganizationByName

func (mr *MockStoreMockRecorder) GetOrganizationByName(ctx, arg any) *gomock.Call

GetOrganizationByName indicates an expected call of GetOrganizationByName.

func (*MockStoreMockRecorder) GetOrganizationIDsByMemberIDs

func (mr *MockStoreMockRecorder) GetOrganizationIDsByMemberIDs(ctx, ids any) *gomock.Call

GetOrganizationIDsByMemberIDs indicates an expected call of GetOrganizationIDsByMemberIDs.

func (*MockStoreMockRecorder) GetOrganizationResourceCountByID added in v2.21.0

func (mr *MockStoreMockRecorder) GetOrganizationResourceCountByID(ctx, organizationID any) *gomock.Call

GetOrganizationResourceCountByID indicates an expected call of GetOrganizationResourceCountByID.

func (*MockStoreMockRecorder) GetOrganizations

func (mr *MockStoreMockRecorder) GetOrganizations(ctx, arg any) *gomock.Call

GetOrganizations indicates an expected call of GetOrganizations.

func (*MockStoreMockRecorder) GetOrganizationsByUserID

func (mr *MockStoreMockRecorder) GetOrganizationsByUserID(ctx, arg any) *gomock.Call

GetOrganizationsByUserID indicates an expected call of GetOrganizationsByUserID.

func (*MockStoreMockRecorder) GetParameterSchemasByJobID

func (mr *MockStoreMockRecorder) GetParameterSchemasByJobID(ctx, jobID any) *gomock.Call

GetParameterSchemasByJobID indicates an expected call of GetParameterSchemasByJobID.

func (*MockStoreMockRecorder) GetPrebuildMetrics added in v2.22.0

func (mr *MockStoreMockRecorder) GetPrebuildMetrics(ctx any) *gomock.Call

GetPrebuildMetrics indicates an expected call of GetPrebuildMetrics.

func (*MockStoreMockRecorder) GetPresetByID added in v2.22.0

func (mr *MockStoreMockRecorder) GetPresetByID(ctx, presetID any) *gomock.Call

GetPresetByID indicates an expected call of GetPresetByID.

func (*MockStoreMockRecorder) GetPresetByWorkspaceBuildID added in v2.20.0

func (mr *MockStoreMockRecorder) GetPresetByWorkspaceBuildID(ctx, workspaceBuildID any) *gomock.Call

GetPresetByWorkspaceBuildID indicates an expected call of GetPresetByWorkspaceBuildID.

func (*MockStoreMockRecorder) GetPresetParametersByPresetID added in v2.22.0

func (mr *MockStoreMockRecorder) GetPresetParametersByPresetID(ctx, presetID any) *gomock.Call

GetPresetParametersByPresetID indicates an expected call of GetPresetParametersByPresetID.

func (*MockStoreMockRecorder) GetPresetParametersByTemplateVersionID added in v2.20.0

func (mr *MockStoreMockRecorder) GetPresetParametersByTemplateVersionID(ctx, templateVersionID any) *gomock.Call

GetPresetParametersByTemplateVersionID indicates an expected call of GetPresetParametersByTemplateVersionID.

func (*MockStoreMockRecorder) GetPresetsBackoff added in v2.22.0

func (mr *MockStoreMockRecorder) GetPresetsBackoff(ctx, lookback any) *gomock.Call

GetPresetsBackoff indicates an expected call of GetPresetsBackoff.

func (*MockStoreMockRecorder) GetPresetsByTemplateVersionID added in v2.20.0

func (mr *MockStoreMockRecorder) GetPresetsByTemplateVersionID(ctx, templateVersionID any) *gomock.Call

GetPresetsByTemplateVersionID indicates an expected call of GetPresetsByTemplateVersionID.

func (*MockStoreMockRecorder) GetPreviousTemplateVersion

func (mr *MockStoreMockRecorder) GetPreviousTemplateVersion(ctx, arg any) *gomock.Call

GetPreviousTemplateVersion indicates an expected call of GetPreviousTemplateVersion.

func (*MockStoreMockRecorder) GetProvisionerDaemons

func (mr *MockStoreMockRecorder) GetProvisionerDaemons(ctx any) *gomock.Call

GetProvisionerDaemons indicates an expected call of GetProvisionerDaemons.

func (*MockStoreMockRecorder) GetProvisionerDaemonsByOrganization added in v2.14.0

func (mr *MockStoreMockRecorder) GetProvisionerDaemonsByOrganization(ctx, arg any) *gomock.Call

GetProvisionerDaemonsByOrganization indicates an expected call of GetProvisionerDaemonsByOrganization.

func (*MockStoreMockRecorder) GetProvisionerDaemonsWithStatusByOrganization added in v2.19.0

func (mr *MockStoreMockRecorder) GetProvisionerDaemonsWithStatusByOrganization(ctx, arg any) *gomock.Call

GetProvisionerDaemonsWithStatusByOrganization indicates an expected call of GetProvisionerDaemonsWithStatusByOrganization.

func (*MockStoreMockRecorder) GetProvisionerJobByID

func (mr *MockStoreMockRecorder) GetProvisionerJobByID(ctx, id any) *gomock.Call

GetProvisionerJobByID indicates an expected call of GetProvisionerJobByID.

func (*MockStoreMockRecorder) GetProvisionerJobTimingsByJobID added in v2.16.0

func (mr *MockStoreMockRecorder) GetProvisionerJobTimingsByJobID(ctx, jobID any) *gomock.Call

GetProvisionerJobTimingsByJobID indicates an expected call of GetProvisionerJobTimingsByJobID.

func (*MockStoreMockRecorder) GetProvisionerJobsByIDs

func (mr *MockStoreMockRecorder) GetProvisionerJobsByIDs(ctx, ids any) *gomock.Call

GetProvisionerJobsByIDs indicates an expected call of GetProvisionerJobsByIDs.

func (*MockStoreMockRecorder) GetProvisionerJobsByIDsWithQueuePosition

func (mr *MockStoreMockRecorder) GetProvisionerJobsByIDsWithQueuePosition(ctx, ids any) *gomock.Call

GetProvisionerJobsByIDsWithQueuePosition indicates an expected call of GetProvisionerJobsByIDsWithQueuePosition.

func (*MockStoreMockRecorder) GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner added in v2.19.0

func (mr *MockStoreMockRecorder) GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner(ctx, arg any) *gomock.Call

GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner indicates an expected call of GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner.

func (*MockStoreMockRecorder) GetProvisionerJobsCreatedAfter

func (mr *MockStoreMockRecorder) GetProvisionerJobsCreatedAfter(ctx, createdAt any) *gomock.Call

GetProvisionerJobsCreatedAfter indicates an expected call of GetProvisionerJobsCreatedAfter.

func (*MockStoreMockRecorder) GetProvisionerKeyByHashedSecret added in v2.14.0

func (mr *MockStoreMockRecorder) GetProvisionerKeyByHashedSecret(ctx, hashedSecret any) *gomock.Call

GetProvisionerKeyByHashedSecret indicates an expected call of GetProvisionerKeyByHashedSecret.

func (*MockStoreMockRecorder) GetProvisionerKeyByID added in v2.14.0

func (mr *MockStoreMockRecorder) GetProvisionerKeyByID(ctx, id any) *gomock.Call

GetProvisionerKeyByID indicates an expected call of GetProvisionerKeyByID.

func (*MockStoreMockRecorder) GetProvisionerKeyByName added in v2.14.0

func (mr *MockStoreMockRecorder) GetProvisionerKeyByName(ctx, arg any) *gomock.Call

GetProvisionerKeyByName indicates an expected call of GetProvisionerKeyByName.

func (*MockStoreMockRecorder) GetProvisionerLogsAfterID

func (mr *MockStoreMockRecorder) GetProvisionerLogsAfterID(ctx, arg any) *gomock.Call

GetProvisionerLogsAfterID indicates an expected call of GetProvisionerLogsAfterID.

func (*MockStoreMockRecorder) GetQuotaAllowanceForUser

func (mr *MockStoreMockRecorder) GetQuotaAllowanceForUser(ctx, arg any) *gomock.Call

GetQuotaAllowanceForUser indicates an expected call of GetQuotaAllowanceForUser.

func (*MockStoreMockRecorder) GetQuotaConsumedForUser

func (mr *MockStoreMockRecorder) GetQuotaConsumedForUser(ctx, arg any) *gomock.Call

GetQuotaConsumedForUser indicates an expected call of GetQuotaConsumedForUser.

func (*MockStoreMockRecorder) GetReplicaByID

func (mr *MockStoreMockRecorder) GetReplicaByID(ctx, id any) *gomock.Call

GetReplicaByID indicates an expected call of GetReplicaByID.

func (*MockStoreMockRecorder) GetReplicasUpdatedAfter

func (mr *MockStoreMockRecorder) GetReplicasUpdatedAfter(ctx, updatedAt any) *gomock.Call

GetReplicasUpdatedAfter indicates an expected call of GetReplicasUpdatedAfter.

func (*MockStoreMockRecorder) GetRunningPrebuiltWorkspaces added in v2.22.0

func (mr *MockStoreMockRecorder) GetRunningPrebuiltWorkspaces(ctx any) *gomock.Call

GetRunningPrebuiltWorkspaces indicates an expected call of GetRunningPrebuiltWorkspaces.

func (*MockStoreMockRecorder) GetRuntimeConfig added in v2.16.0

func (mr *MockStoreMockRecorder) GetRuntimeConfig(ctx, key any) *gomock.Call

GetRuntimeConfig indicates an expected call of GetRuntimeConfig.

func (*MockStoreMockRecorder) GetTailnetAgents

func (mr *MockStoreMockRecorder) GetTailnetAgents(ctx, id any) *gomock.Call

GetTailnetAgents indicates an expected call of GetTailnetAgents.

func (*MockStoreMockRecorder) GetTailnetClientsForAgent

func (mr *MockStoreMockRecorder) GetTailnetClientsForAgent(ctx, agentID any) *gomock.Call

GetTailnetClientsForAgent indicates an expected call of GetTailnetClientsForAgent.

func (*MockStoreMockRecorder) GetTailnetPeers added in v2.4.0

func (mr *MockStoreMockRecorder) GetTailnetPeers(ctx, id any) *gomock.Call

GetTailnetPeers indicates an expected call of GetTailnetPeers.

func (*MockStoreMockRecorder) GetTailnetTunnelPeerBindings added in v2.4.0

func (mr *MockStoreMockRecorder) GetTailnetTunnelPeerBindings(ctx, srcID any) *gomock.Call

GetTailnetTunnelPeerBindings indicates an expected call of GetTailnetTunnelPeerBindings.

func (*MockStoreMockRecorder) GetTailnetTunnelPeerIDs added in v2.4.0

func (mr *MockStoreMockRecorder) GetTailnetTunnelPeerIDs(ctx, srcID any) *gomock.Call

GetTailnetTunnelPeerIDs indicates an expected call of GetTailnetTunnelPeerIDs.

func (*MockStoreMockRecorder) GetTelemetryItem added in v2.19.0

func (mr *MockStoreMockRecorder) GetTelemetryItem(ctx, key any) *gomock.Call

GetTelemetryItem indicates an expected call of GetTelemetryItem.

func (*MockStoreMockRecorder) GetTelemetryItems added in v2.19.0

func (mr *MockStoreMockRecorder) GetTelemetryItems(ctx any) *gomock.Call

GetTelemetryItems indicates an expected call of GetTelemetryItems.

func (*MockStoreMockRecorder) GetTemplateAppInsights

func (mr *MockStoreMockRecorder) GetTemplateAppInsights(ctx, arg any) *gomock.Call

GetTemplateAppInsights indicates an expected call of GetTemplateAppInsights.

func (*MockStoreMockRecorder) GetTemplateAppInsightsByTemplate added in v2.4.0

func (mr *MockStoreMockRecorder) GetTemplateAppInsightsByTemplate(ctx, arg any) *gomock.Call

GetTemplateAppInsightsByTemplate indicates an expected call of GetTemplateAppInsightsByTemplate.

func (*MockStoreMockRecorder) GetTemplateAverageBuildTime

func (mr *MockStoreMockRecorder) GetTemplateAverageBuildTime(ctx, arg any) *gomock.Call

GetTemplateAverageBuildTime indicates an expected call of GetTemplateAverageBuildTime.

func (*MockStoreMockRecorder) GetTemplateByID

func (mr *MockStoreMockRecorder) GetTemplateByID(ctx, id any) *gomock.Call

GetTemplateByID indicates an expected call of GetTemplateByID.

func (*MockStoreMockRecorder) GetTemplateByOrganizationAndName

func (mr *MockStoreMockRecorder) GetTemplateByOrganizationAndName(ctx, arg any) *gomock.Call

GetTemplateByOrganizationAndName indicates an expected call of GetTemplateByOrganizationAndName.

func (*MockStoreMockRecorder) GetTemplateDAUs

func (mr *MockStoreMockRecorder) GetTemplateDAUs(ctx, arg any) *gomock.Call

GetTemplateDAUs indicates an expected call of GetTemplateDAUs.

func (*MockStoreMockRecorder) GetTemplateGroupRoles

func (mr *MockStoreMockRecorder) GetTemplateGroupRoles(ctx, id any) *gomock.Call

GetTemplateGroupRoles indicates an expected call of GetTemplateGroupRoles.

func (*MockStoreMockRecorder) GetTemplateInsights

func (mr *MockStoreMockRecorder) GetTemplateInsights(ctx, arg any) *gomock.Call

GetTemplateInsights indicates an expected call of GetTemplateInsights.

func (*MockStoreMockRecorder) GetTemplateInsightsByInterval added in v2.2.0

func (mr *MockStoreMockRecorder) GetTemplateInsightsByInterval(ctx, arg any) *gomock.Call

GetTemplateInsightsByInterval indicates an expected call of GetTemplateInsightsByInterval.

func (*MockStoreMockRecorder) GetTemplateInsightsByTemplate added in v2.3.2

func (mr *MockStoreMockRecorder) GetTemplateInsightsByTemplate(ctx, arg any) *gomock.Call

GetTemplateInsightsByTemplate indicates an expected call of GetTemplateInsightsByTemplate.

func (*MockStoreMockRecorder) GetTemplateParameterInsights

func (mr *MockStoreMockRecorder) GetTemplateParameterInsights(ctx, arg any) *gomock.Call

GetTemplateParameterInsights indicates an expected call of GetTemplateParameterInsights.

func (*MockStoreMockRecorder) GetTemplatePresetsWithPrebuilds added in v2.22.0

func (mr *MockStoreMockRecorder) GetTemplatePresetsWithPrebuilds(ctx, templateID any) *gomock.Call

GetTemplatePresetsWithPrebuilds indicates an expected call of GetTemplatePresetsWithPrebuilds.

func (*MockStoreMockRecorder) GetTemplateUsageStats added in v2.10.0

func (mr *MockStoreMockRecorder) GetTemplateUsageStats(ctx, arg any) *gomock.Call

GetTemplateUsageStats indicates an expected call of GetTemplateUsageStats.

func (*MockStoreMockRecorder) GetTemplateUserRoles

func (mr *MockStoreMockRecorder) GetTemplateUserRoles(ctx, id any) *gomock.Call

GetTemplateUserRoles indicates an expected call of GetTemplateUserRoles.

func (*MockStoreMockRecorder) GetTemplateVersionByID

func (mr *MockStoreMockRecorder) GetTemplateVersionByID(ctx, id any) *gomock.Call

GetTemplateVersionByID indicates an expected call of GetTemplateVersionByID.

func (*MockStoreMockRecorder) GetTemplateVersionByJobID

func (mr *MockStoreMockRecorder) GetTemplateVersionByJobID(ctx, jobID any) *gomock.Call

GetTemplateVersionByJobID indicates an expected call of GetTemplateVersionByJobID.

func (*MockStoreMockRecorder) GetTemplateVersionByTemplateIDAndName

func (mr *MockStoreMockRecorder) GetTemplateVersionByTemplateIDAndName(ctx, arg any) *gomock.Call

GetTemplateVersionByTemplateIDAndName indicates an expected call of GetTemplateVersionByTemplateIDAndName.

func (*MockStoreMockRecorder) GetTemplateVersionParameters

func (mr *MockStoreMockRecorder) GetTemplateVersionParameters(ctx, templateVersionID any) *gomock.Call

GetTemplateVersionParameters indicates an expected call of GetTemplateVersionParameters.

func (*MockStoreMockRecorder) GetTemplateVersionTerraformValues added in v2.22.0

func (mr *MockStoreMockRecorder) GetTemplateVersionTerraformValues(ctx, templateVersionID any) *gomock.Call

GetTemplateVersionTerraformValues indicates an expected call of GetTemplateVersionTerraformValues.

func (*MockStoreMockRecorder) GetTemplateVersionVariables

func (mr *MockStoreMockRecorder) GetTemplateVersionVariables(ctx, templateVersionID any) *gomock.Call

GetTemplateVersionVariables indicates an expected call of GetTemplateVersionVariables.

func (*MockStoreMockRecorder) GetTemplateVersionWorkspaceTags added in v2.12.0

func (mr *MockStoreMockRecorder) GetTemplateVersionWorkspaceTags(ctx, templateVersionID any) *gomock.Call

GetTemplateVersionWorkspaceTags indicates an expected call of GetTemplateVersionWorkspaceTags.

func (*MockStoreMockRecorder) GetTemplateVersionsByIDs

func (mr *MockStoreMockRecorder) GetTemplateVersionsByIDs(ctx, ids any) *gomock.Call

GetTemplateVersionsByIDs indicates an expected call of GetTemplateVersionsByIDs.

func (*MockStoreMockRecorder) GetTemplateVersionsByTemplateID

func (mr *MockStoreMockRecorder) GetTemplateVersionsByTemplateID(ctx, arg any) *gomock.Call

GetTemplateVersionsByTemplateID indicates an expected call of GetTemplateVersionsByTemplateID.

func (*MockStoreMockRecorder) GetTemplateVersionsCreatedAfter

func (mr *MockStoreMockRecorder) GetTemplateVersionsCreatedAfter(ctx, createdAt any) *gomock.Call

GetTemplateVersionsCreatedAfter indicates an expected call of GetTemplateVersionsCreatedAfter.

func (*MockStoreMockRecorder) GetTemplates

func (mr *MockStoreMockRecorder) GetTemplates(ctx any) *gomock.Call

GetTemplates indicates an expected call of GetTemplates.

func (*MockStoreMockRecorder) GetTemplatesWithFilter

func (mr *MockStoreMockRecorder) GetTemplatesWithFilter(ctx, arg any) *gomock.Call

GetTemplatesWithFilter indicates an expected call of GetTemplatesWithFilter.

func (*MockStoreMockRecorder) GetUnexpiredLicenses

func (mr *MockStoreMockRecorder) GetUnexpiredLicenses(ctx any) *gomock.Call

GetUnexpiredLicenses indicates an expected call of GetUnexpiredLicenses.

func (*MockStoreMockRecorder) GetUserActivityInsights added in v2.2.0

func (mr *MockStoreMockRecorder) GetUserActivityInsights(ctx, arg any) *gomock.Call

GetUserActivityInsights indicates an expected call of GetUserActivityInsights.

func (*MockStoreMockRecorder) GetUserByEmailOrUsername

func (mr *MockStoreMockRecorder) GetUserByEmailOrUsername(ctx, arg any) *gomock.Call

GetUserByEmailOrUsername indicates an expected call of GetUserByEmailOrUsername.

func (*MockStoreMockRecorder) GetUserByID

func (mr *MockStoreMockRecorder) GetUserByID(ctx, id any) *gomock.Call

GetUserByID indicates an expected call of GetUserByID.

func (*MockStoreMockRecorder) GetUserCount

func (mr *MockStoreMockRecorder) GetUserCount(ctx, includeSystem any) *gomock.Call

GetUserCount indicates an expected call of GetUserCount.

func (*MockStoreMockRecorder) GetUserLatencyInsights

func (mr *MockStoreMockRecorder) GetUserLatencyInsights(ctx, arg any) *gomock.Call

GetUserLatencyInsights indicates an expected call of GetUserLatencyInsights.

func (*MockStoreMockRecorder) GetUserLinkByLinkedID

func (mr *MockStoreMockRecorder) GetUserLinkByLinkedID(ctx, linkedID any) *gomock.Call

GetUserLinkByLinkedID indicates an expected call of GetUserLinkByLinkedID.

func (*MockStoreMockRecorder) GetUserLinkByUserIDLoginType

func (mr *MockStoreMockRecorder) GetUserLinkByUserIDLoginType(ctx, arg any) *gomock.Call

GetUserLinkByUserIDLoginType indicates an expected call of GetUserLinkByUserIDLoginType.

func (*MockStoreMockRecorder) GetUserLinksByUserID added in v2.2.0

func (mr *MockStoreMockRecorder) GetUserLinksByUserID(ctx, userID any) *gomock.Call

GetUserLinksByUserID indicates an expected call of GetUserLinksByUserID.

func (*MockStoreMockRecorder) GetUserNotificationPreferences added in v2.15.0

func (mr *MockStoreMockRecorder) GetUserNotificationPreferences(ctx, userID any) *gomock.Call

GetUserNotificationPreferences indicates an expected call of GetUserNotificationPreferences.

func (*MockStoreMockRecorder) GetUserStatusCounts added in v2.19.0

func (mr *MockStoreMockRecorder) GetUserStatusCounts(ctx, arg any) *gomock.Call

GetUserStatusCounts indicates an expected call of GetUserStatusCounts.

func (*MockStoreMockRecorder) GetUserTerminalFont added in v2.22.0

func (mr *MockStoreMockRecorder) GetUserTerminalFont(ctx, userID any) *gomock.Call

GetUserTerminalFont indicates an expected call of GetUserTerminalFont.

func (*MockStoreMockRecorder) GetUserThemePreference added in v2.22.0

func (mr *MockStoreMockRecorder) GetUserThemePreference(ctx, userID any) *gomock.Call

GetUserThemePreference indicates an expected call of GetUserThemePreference.

func (*MockStoreMockRecorder) GetUserWorkspaceBuildParameters added in v2.8.0

func (mr *MockStoreMockRecorder) GetUserWorkspaceBuildParameters(ctx, arg any) *gomock.Call

GetUserWorkspaceBuildParameters indicates an expected call of GetUserWorkspaceBuildParameters.

func (*MockStoreMockRecorder) GetUsers

func (mr *MockStoreMockRecorder) GetUsers(ctx, arg any) *gomock.Call

GetUsers indicates an expected call of GetUsers.

func (*MockStoreMockRecorder) GetUsersByIDs

func (mr *MockStoreMockRecorder) GetUsersByIDs(ctx, ids any) *gomock.Call

GetUsersByIDs indicates an expected call of GetUsersByIDs.

func (*MockStoreMockRecorder) GetWebpushSubscriptionsByUserID added in v2.21.0

func (mr *MockStoreMockRecorder) GetWebpushSubscriptionsByUserID(ctx, userID any) *gomock.Call

GetWebpushSubscriptionsByUserID indicates an expected call of GetWebpushSubscriptionsByUserID.

func (*MockStoreMockRecorder) GetWebpushVAPIDKeys added in v2.21.0

func (mr *MockStoreMockRecorder) GetWebpushVAPIDKeys(ctx any) *gomock.Call

GetWebpushVAPIDKeys indicates an expected call of GetWebpushVAPIDKeys.

func (*MockStoreMockRecorder) GetWorkspaceAgentAndLatestBuildByAuthToken added in v2.10.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentAndLatestBuildByAuthToken(ctx, authToken any) *gomock.Call

GetWorkspaceAgentAndLatestBuildByAuthToken indicates an expected call of GetWorkspaceAgentAndLatestBuildByAuthToken.

func (*MockStoreMockRecorder) GetWorkspaceAgentByID

func (mr *MockStoreMockRecorder) GetWorkspaceAgentByID(ctx, id any) *gomock.Call

GetWorkspaceAgentByID indicates an expected call of GetWorkspaceAgentByID.

func (*MockStoreMockRecorder) GetWorkspaceAgentByInstanceID

func (mr *MockStoreMockRecorder) GetWorkspaceAgentByInstanceID(ctx, authInstanceID any) *gomock.Call

GetWorkspaceAgentByInstanceID indicates an expected call of GetWorkspaceAgentByInstanceID.

func (*MockStoreMockRecorder) GetWorkspaceAgentDevcontainersByAgentID added in v2.21.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentDevcontainersByAgentID(ctx, workspaceAgentID any) *gomock.Call

GetWorkspaceAgentDevcontainersByAgentID indicates an expected call of GetWorkspaceAgentDevcontainersByAgentID.

func (*MockStoreMockRecorder) GetWorkspaceAgentLifecycleStateByID

func (mr *MockStoreMockRecorder) GetWorkspaceAgentLifecycleStateByID(ctx, id any) *gomock.Call

GetWorkspaceAgentLifecycleStateByID indicates an expected call of GetWorkspaceAgentLifecycleStateByID.

func (*MockStoreMockRecorder) GetWorkspaceAgentLogSourcesByAgentIDs added in v2.2.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentLogSourcesByAgentIDs(ctx, ids any) *gomock.Call

GetWorkspaceAgentLogSourcesByAgentIDs indicates an expected call of GetWorkspaceAgentLogSourcesByAgentIDs.

func (*MockStoreMockRecorder) GetWorkspaceAgentLogsAfter

func (mr *MockStoreMockRecorder) GetWorkspaceAgentLogsAfter(ctx, arg any) *gomock.Call

GetWorkspaceAgentLogsAfter indicates an expected call of GetWorkspaceAgentLogsAfter.

func (*MockStoreMockRecorder) GetWorkspaceAgentMetadata

func (mr *MockStoreMockRecorder) GetWorkspaceAgentMetadata(ctx, arg any) *gomock.Call

GetWorkspaceAgentMetadata indicates an expected call of GetWorkspaceAgentMetadata.

func (*MockStoreMockRecorder) GetWorkspaceAgentPortShare added in v2.9.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentPortShare(ctx, arg any) *gomock.Call

GetWorkspaceAgentPortShare indicates an expected call of GetWorkspaceAgentPortShare.

func (*MockStoreMockRecorder) GetWorkspaceAgentScriptTimingsByBuildID added in v2.17.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentScriptTimingsByBuildID(ctx, id any) *gomock.Call

GetWorkspaceAgentScriptTimingsByBuildID indicates an expected call of GetWorkspaceAgentScriptTimingsByBuildID.

func (*MockStoreMockRecorder) GetWorkspaceAgentScriptsByAgentIDs added in v2.2.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentScriptsByAgentIDs(ctx, ids any) *gomock.Call

GetWorkspaceAgentScriptsByAgentIDs indicates an expected call of GetWorkspaceAgentScriptsByAgentIDs.

func (*MockStoreMockRecorder) GetWorkspaceAgentStats

func (mr *MockStoreMockRecorder) GetWorkspaceAgentStats(ctx, createdAt any) *gomock.Call

GetWorkspaceAgentStats indicates an expected call of GetWorkspaceAgentStats.

func (*MockStoreMockRecorder) GetWorkspaceAgentStatsAndLabels

func (mr *MockStoreMockRecorder) GetWorkspaceAgentStatsAndLabels(ctx, createdAt any) *gomock.Call

GetWorkspaceAgentStatsAndLabels indicates an expected call of GetWorkspaceAgentStatsAndLabels.

func (*MockStoreMockRecorder) GetWorkspaceAgentUsageStats added in v2.16.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentUsageStats(ctx, createdAt any) *gomock.Call

GetWorkspaceAgentUsageStats indicates an expected call of GetWorkspaceAgentUsageStats.

func (*MockStoreMockRecorder) GetWorkspaceAgentUsageStatsAndLabels added in v2.16.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentUsageStatsAndLabels(ctx, createdAt any) *gomock.Call

GetWorkspaceAgentUsageStatsAndLabels indicates an expected call of GetWorkspaceAgentUsageStatsAndLabels.

func (*MockStoreMockRecorder) GetWorkspaceAgentsByResourceIDs

func (mr *MockStoreMockRecorder) GetWorkspaceAgentsByResourceIDs(ctx, ids any) *gomock.Call

GetWorkspaceAgentsByResourceIDs indicates an expected call of GetWorkspaceAgentsByResourceIDs.

func (*MockStoreMockRecorder) GetWorkspaceAgentsByWorkspaceAndBuildNumber added in v2.22.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentsByWorkspaceAndBuildNumber(ctx, arg any) *gomock.Call

GetWorkspaceAgentsByWorkspaceAndBuildNumber indicates an expected call of GetWorkspaceAgentsByWorkspaceAndBuildNumber.

func (*MockStoreMockRecorder) GetWorkspaceAgentsCreatedAfter

func (mr *MockStoreMockRecorder) GetWorkspaceAgentsCreatedAfter(ctx, createdAt any) *gomock.Call

GetWorkspaceAgentsCreatedAfter indicates an expected call of GetWorkspaceAgentsCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceAgentsInLatestBuildByWorkspaceID

func (mr *MockStoreMockRecorder) GetWorkspaceAgentsInLatestBuildByWorkspaceID(ctx, workspaceID any) *gomock.Call

GetWorkspaceAgentsInLatestBuildByWorkspaceID indicates an expected call of GetWorkspaceAgentsInLatestBuildByWorkspaceID.

func (*MockStoreMockRecorder) GetWorkspaceAppByAgentIDAndSlug

func (mr *MockStoreMockRecorder) GetWorkspaceAppByAgentIDAndSlug(ctx, arg any) *gomock.Call

GetWorkspaceAppByAgentIDAndSlug indicates an expected call of GetWorkspaceAppByAgentIDAndSlug.

func (*MockStoreMockRecorder) GetWorkspaceAppStatusesByAppIDs added in v2.21.0

func (mr *MockStoreMockRecorder) GetWorkspaceAppStatusesByAppIDs(ctx, ids any) *gomock.Call

GetWorkspaceAppStatusesByAppIDs indicates an expected call of GetWorkspaceAppStatusesByAppIDs.

func (*MockStoreMockRecorder) GetWorkspaceAppsByAgentID

func (mr *MockStoreMockRecorder) GetWorkspaceAppsByAgentID(ctx, agentID any) *gomock.Call

GetWorkspaceAppsByAgentID indicates an expected call of GetWorkspaceAppsByAgentID.

func (*MockStoreMockRecorder) GetWorkspaceAppsByAgentIDs

func (mr *MockStoreMockRecorder) GetWorkspaceAppsByAgentIDs(ctx, ids any) *gomock.Call

GetWorkspaceAppsByAgentIDs indicates an expected call of GetWorkspaceAppsByAgentIDs.

func (*MockStoreMockRecorder) GetWorkspaceAppsCreatedAfter

func (mr *MockStoreMockRecorder) GetWorkspaceAppsCreatedAfter(ctx, createdAt any) *gomock.Call

GetWorkspaceAppsCreatedAfter indicates an expected call of GetWorkspaceAppsCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceBuildByID

func (mr *MockStoreMockRecorder) GetWorkspaceBuildByID(ctx, id any) *gomock.Call

GetWorkspaceBuildByID indicates an expected call of GetWorkspaceBuildByID.

func (*MockStoreMockRecorder) GetWorkspaceBuildByJobID

func (mr *MockStoreMockRecorder) GetWorkspaceBuildByJobID(ctx, jobID any) *gomock.Call

GetWorkspaceBuildByJobID indicates an expected call of GetWorkspaceBuildByJobID.

func (*MockStoreMockRecorder) GetWorkspaceBuildByWorkspaceIDAndBuildNumber

func (mr *MockStoreMockRecorder) GetWorkspaceBuildByWorkspaceIDAndBuildNumber(ctx, arg any) *gomock.Call

GetWorkspaceBuildByWorkspaceIDAndBuildNumber indicates an expected call of GetWorkspaceBuildByWorkspaceIDAndBuildNumber.

func (*MockStoreMockRecorder) GetWorkspaceBuildParameters

func (mr *MockStoreMockRecorder) GetWorkspaceBuildParameters(ctx, workspaceBuildID any) *gomock.Call

GetWorkspaceBuildParameters indicates an expected call of GetWorkspaceBuildParameters.

func (*MockStoreMockRecorder) GetWorkspaceBuildStatsByTemplates added in v2.16.0

func (mr *MockStoreMockRecorder) GetWorkspaceBuildStatsByTemplates(ctx, since any) *gomock.Call

GetWorkspaceBuildStatsByTemplates indicates an expected call of GetWorkspaceBuildStatsByTemplates.

func (*MockStoreMockRecorder) GetWorkspaceBuildsByWorkspaceID

func (mr *MockStoreMockRecorder) GetWorkspaceBuildsByWorkspaceID(ctx, arg any) *gomock.Call

GetWorkspaceBuildsByWorkspaceID indicates an expected call of GetWorkspaceBuildsByWorkspaceID.

func (*MockStoreMockRecorder) GetWorkspaceBuildsCreatedAfter

func (mr *MockStoreMockRecorder) GetWorkspaceBuildsCreatedAfter(ctx, createdAt any) *gomock.Call

GetWorkspaceBuildsCreatedAfter indicates an expected call of GetWorkspaceBuildsCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceByAgentID

func (mr *MockStoreMockRecorder) GetWorkspaceByAgentID(ctx, agentID any) *gomock.Call

GetWorkspaceByAgentID indicates an expected call of GetWorkspaceByAgentID.

func (*MockStoreMockRecorder) GetWorkspaceByID

func (mr *MockStoreMockRecorder) GetWorkspaceByID(ctx, id any) *gomock.Call

GetWorkspaceByID indicates an expected call of GetWorkspaceByID.

func (*MockStoreMockRecorder) GetWorkspaceByOwnerIDAndName

func (mr *MockStoreMockRecorder) GetWorkspaceByOwnerIDAndName(ctx, arg any) *gomock.Call

GetWorkspaceByOwnerIDAndName indicates an expected call of GetWorkspaceByOwnerIDAndName.

func (*MockStoreMockRecorder) GetWorkspaceByWorkspaceAppID

func (mr *MockStoreMockRecorder) GetWorkspaceByWorkspaceAppID(ctx, workspaceAppID any) *gomock.Call

GetWorkspaceByWorkspaceAppID indicates an expected call of GetWorkspaceByWorkspaceAppID.

func (*MockStoreMockRecorder) GetWorkspaceModulesByJobID added in v2.18.0

func (mr *MockStoreMockRecorder) GetWorkspaceModulesByJobID(ctx, jobID any) *gomock.Call

GetWorkspaceModulesByJobID indicates an expected call of GetWorkspaceModulesByJobID.

func (*MockStoreMockRecorder) GetWorkspaceModulesCreatedAfter added in v2.18.0

func (mr *MockStoreMockRecorder) GetWorkspaceModulesCreatedAfter(ctx, createdAt any) *gomock.Call

GetWorkspaceModulesCreatedAfter indicates an expected call of GetWorkspaceModulesCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceProxies

func (mr *MockStoreMockRecorder) GetWorkspaceProxies(ctx any) *gomock.Call

GetWorkspaceProxies indicates an expected call of GetWorkspaceProxies.

func (*MockStoreMockRecorder) GetWorkspaceProxyByHostname

func (mr *MockStoreMockRecorder) GetWorkspaceProxyByHostname(ctx, arg any) *gomock.Call

GetWorkspaceProxyByHostname indicates an expected call of GetWorkspaceProxyByHostname.

func (*MockStoreMockRecorder) GetWorkspaceProxyByID

func (mr *MockStoreMockRecorder) GetWorkspaceProxyByID(ctx, id any) *gomock.Call

GetWorkspaceProxyByID indicates an expected call of GetWorkspaceProxyByID.

func (*MockStoreMockRecorder) GetWorkspaceProxyByName

func (mr *MockStoreMockRecorder) GetWorkspaceProxyByName(ctx, name any) *gomock.Call

GetWorkspaceProxyByName indicates an expected call of GetWorkspaceProxyByName.

func (*MockStoreMockRecorder) GetWorkspaceResourceByID

func (mr *MockStoreMockRecorder) GetWorkspaceResourceByID(ctx, id any) *gomock.Call

GetWorkspaceResourceByID indicates an expected call of GetWorkspaceResourceByID.

func (*MockStoreMockRecorder) GetWorkspaceResourceMetadataByResourceIDs

func (mr *MockStoreMockRecorder) GetWorkspaceResourceMetadataByResourceIDs(ctx, ids any) *gomock.Call

GetWorkspaceResourceMetadataByResourceIDs indicates an expected call of GetWorkspaceResourceMetadataByResourceIDs.

func (*MockStoreMockRecorder) GetWorkspaceResourceMetadataCreatedAfter

func (mr *MockStoreMockRecorder) GetWorkspaceResourceMetadataCreatedAfter(ctx, createdAt any) *gomock.Call

GetWorkspaceResourceMetadataCreatedAfter indicates an expected call of GetWorkspaceResourceMetadataCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceResourcesByJobID

func (mr *MockStoreMockRecorder) GetWorkspaceResourcesByJobID(ctx, jobID any) *gomock.Call

GetWorkspaceResourcesByJobID indicates an expected call of GetWorkspaceResourcesByJobID.

func (*MockStoreMockRecorder) GetWorkspaceResourcesByJobIDs

func (mr *MockStoreMockRecorder) GetWorkspaceResourcesByJobIDs(ctx, ids any) *gomock.Call

GetWorkspaceResourcesByJobIDs indicates an expected call of GetWorkspaceResourcesByJobIDs.

func (*MockStoreMockRecorder) GetWorkspaceResourcesCreatedAfter

func (mr *MockStoreMockRecorder) GetWorkspaceResourcesCreatedAfter(ctx, createdAt any) *gomock.Call

GetWorkspaceResourcesCreatedAfter indicates an expected call of GetWorkspaceResourcesCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceUniqueOwnerCountByTemplateIDs added in v2.5.0

func (mr *MockStoreMockRecorder) GetWorkspaceUniqueOwnerCountByTemplateIDs(ctx, templateIds any) *gomock.Call

GetWorkspaceUniqueOwnerCountByTemplateIDs indicates an expected call of GetWorkspaceUniqueOwnerCountByTemplateIDs.

func (*MockStoreMockRecorder) GetWorkspaces

func (mr *MockStoreMockRecorder) GetWorkspaces(ctx, arg any) *gomock.Call

GetWorkspaces indicates an expected call of GetWorkspaces.

func (*MockStoreMockRecorder) GetWorkspacesAndAgentsByOwnerID added in v2.18.0

func (mr *MockStoreMockRecorder) GetWorkspacesAndAgentsByOwnerID(ctx, ownerID any) *gomock.Call

GetWorkspacesAndAgentsByOwnerID indicates an expected call of GetWorkspacesAndAgentsByOwnerID.

func (*MockStoreMockRecorder) GetWorkspacesByTemplateID added in v2.19.0

func (mr *MockStoreMockRecorder) GetWorkspacesByTemplateID(ctx, templateID any) *gomock.Call

GetWorkspacesByTemplateID indicates an expected call of GetWorkspacesByTemplateID.

func (*MockStoreMockRecorder) GetWorkspacesEligibleForTransition

func (mr *MockStoreMockRecorder) GetWorkspacesEligibleForTransition(ctx, now any) *gomock.Call

GetWorkspacesEligibleForTransition indicates an expected call of GetWorkspacesEligibleForTransition.

func (*MockStoreMockRecorder) InTx

func (mr *MockStoreMockRecorder) InTx(arg0, arg1 any) *gomock.Call

InTx indicates an expected call of InTx.

func (*MockStoreMockRecorder) InsertAPIKey

func (mr *MockStoreMockRecorder) InsertAPIKey(ctx, arg any) *gomock.Call

InsertAPIKey indicates an expected call of InsertAPIKey.

func (*MockStoreMockRecorder) InsertAllUsersGroup

func (mr *MockStoreMockRecorder) InsertAllUsersGroup(ctx, organizationID any) *gomock.Call

InsertAllUsersGroup indicates an expected call of InsertAllUsersGroup.

func (*MockStoreMockRecorder) InsertAuditLog

func (mr *MockStoreMockRecorder) InsertAuditLog(ctx, arg any) *gomock.Call

InsertAuditLog indicates an expected call of InsertAuditLog.

func (*MockStoreMockRecorder) InsertCryptoKey added in v2.16.0

func (mr *MockStoreMockRecorder) InsertCryptoKey(ctx, arg any) *gomock.Call

InsertCryptoKey indicates an expected call of InsertCryptoKey.

func (*MockStoreMockRecorder) InsertCustomRole added in v2.15.0

func (mr *MockStoreMockRecorder) InsertCustomRole(ctx, arg any) *gomock.Call

InsertCustomRole indicates an expected call of InsertCustomRole.

func (*MockStoreMockRecorder) InsertDBCryptKey added in v2.2.0

func (mr *MockStoreMockRecorder) InsertDBCryptKey(ctx, arg any) *gomock.Call

InsertDBCryptKey indicates an expected call of InsertDBCryptKey.

func (*MockStoreMockRecorder) InsertDERPMeshKey

func (mr *MockStoreMockRecorder) InsertDERPMeshKey(ctx, value any) *gomock.Call

InsertDERPMeshKey indicates an expected call of InsertDERPMeshKey.

func (*MockStoreMockRecorder) InsertDeploymentID

func (mr *MockStoreMockRecorder) InsertDeploymentID(ctx, value any) *gomock.Call

InsertDeploymentID indicates an expected call of InsertDeploymentID.

func (mr *MockStoreMockRecorder) InsertExternalAuthLink(ctx, arg any) *gomock.Call

InsertExternalAuthLink indicates an expected call of InsertExternalAuthLink.

func (*MockStoreMockRecorder) InsertFile

func (mr *MockStoreMockRecorder) InsertFile(ctx, arg any) *gomock.Call

InsertFile indicates an expected call of InsertFile.

func (*MockStoreMockRecorder) InsertGitSSHKey

func (mr *MockStoreMockRecorder) InsertGitSSHKey(ctx, arg any) *gomock.Call

InsertGitSSHKey indicates an expected call of InsertGitSSHKey.

func (*MockStoreMockRecorder) InsertGroup

func (mr *MockStoreMockRecorder) InsertGroup(ctx, arg any) *gomock.Call

InsertGroup indicates an expected call of InsertGroup.

func (*MockStoreMockRecorder) InsertGroupMember

func (mr *MockStoreMockRecorder) InsertGroupMember(ctx, arg any) *gomock.Call

InsertGroupMember indicates an expected call of InsertGroupMember.

func (*MockStoreMockRecorder) InsertInboxNotification added in v2.21.0

func (mr *MockStoreMockRecorder) InsertInboxNotification(ctx, arg any) *gomock.Call

InsertInboxNotification indicates an expected call of InsertInboxNotification.

func (*MockStoreMockRecorder) InsertLicense

func (mr *MockStoreMockRecorder) InsertLicense(ctx, arg any) *gomock.Call

InsertLicense indicates an expected call of InsertLicense.

func (*MockStoreMockRecorder) InsertMemoryResourceMonitor added in v2.20.0

func (mr *MockStoreMockRecorder) InsertMemoryResourceMonitor(ctx, arg any) *gomock.Call

InsertMemoryResourceMonitor indicates an expected call of InsertMemoryResourceMonitor.

func (*MockStoreMockRecorder) InsertMissingGroups

func (mr *MockStoreMockRecorder) InsertMissingGroups(ctx, arg any) *gomock.Call

InsertMissingGroups indicates an expected call of InsertMissingGroups.

func (*MockStoreMockRecorder) InsertOAuth2ProviderApp added in v2.6.0

func (mr *MockStoreMockRecorder) InsertOAuth2ProviderApp(ctx, arg any) *gomock.Call

InsertOAuth2ProviderApp indicates an expected call of InsertOAuth2ProviderApp.

func (*MockStoreMockRecorder) InsertOAuth2ProviderAppCode added in v2.9.0

func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppCode(ctx, arg any) *gomock.Call

InsertOAuth2ProviderAppCode indicates an expected call of InsertOAuth2ProviderAppCode.

func (*MockStoreMockRecorder) InsertOAuth2ProviderAppSecret added in v2.6.0

func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppSecret(ctx, arg any) *gomock.Call

InsertOAuth2ProviderAppSecret indicates an expected call of InsertOAuth2ProviderAppSecret.

func (*MockStoreMockRecorder) InsertOAuth2ProviderAppToken added in v2.9.0

func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppToken(ctx, arg any) *gomock.Call

InsertOAuth2ProviderAppToken indicates an expected call of InsertOAuth2ProviderAppToken.

func (*MockStoreMockRecorder) InsertOrganization

func (mr *MockStoreMockRecorder) InsertOrganization(ctx, arg any) *gomock.Call

InsertOrganization indicates an expected call of InsertOrganization.

func (*MockStoreMockRecorder) InsertOrganizationMember

func (mr *MockStoreMockRecorder) InsertOrganizationMember(ctx, arg any) *gomock.Call

InsertOrganizationMember indicates an expected call of InsertOrganizationMember.

func (*MockStoreMockRecorder) InsertPreset added in v2.20.0

func (mr *MockStoreMockRecorder) InsertPreset(ctx, arg any) *gomock.Call

InsertPreset indicates an expected call of InsertPreset.

func (*MockStoreMockRecorder) InsertPresetParameters added in v2.20.0

func (mr *MockStoreMockRecorder) InsertPresetParameters(ctx, arg any) *gomock.Call

InsertPresetParameters indicates an expected call of InsertPresetParameters.

func (*MockStoreMockRecorder) InsertProvisionerJob

func (mr *MockStoreMockRecorder) InsertProvisionerJob(ctx, arg any) *gomock.Call

InsertProvisionerJob indicates an expected call of InsertProvisionerJob.

func (*MockStoreMockRecorder) InsertProvisionerJobLogs

func (mr *MockStoreMockRecorder) InsertProvisionerJobLogs(ctx, arg any) *gomock.Call

InsertProvisionerJobLogs indicates an expected call of InsertProvisionerJobLogs.

func (*MockStoreMockRecorder) InsertProvisionerJobTimings added in v2.15.0

func (mr *MockStoreMockRecorder) InsertProvisionerJobTimings(ctx, arg any) *gomock.Call

InsertProvisionerJobTimings indicates an expected call of InsertProvisionerJobTimings.

func (*MockStoreMockRecorder) InsertProvisionerKey added in v2.14.0

func (mr *MockStoreMockRecorder) InsertProvisionerKey(ctx, arg any) *gomock.Call

InsertProvisionerKey indicates an expected call of InsertProvisionerKey.

func (*MockStoreMockRecorder) InsertReplica

func (mr *MockStoreMockRecorder) InsertReplica(ctx, arg any) *gomock.Call

InsertReplica indicates an expected call of InsertReplica.

func (*MockStoreMockRecorder) InsertTelemetryItemIfNotExists added in v2.19.0

func (mr *MockStoreMockRecorder) InsertTelemetryItemIfNotExists(ctx, arg any) *gomock.Call

InsertTelemetryItemIfNotExists indicates an expected call of InsertTelemetryItemIfNotExists.

func (*MockStoreMockRecorder) InsertTemplate

func (mr *MockStoreMockRecorder) InsertTemplate(ctx, arg any) *gomock.Call

InsertTemplate indicates an expected call of InsertTemplate.

func (*MockStoreMockRecorder) InsertTemplateVersion

func (mr *MockStoreMockRecorder) InsertTemplateVersion(ctx, arg any) *gomock.Call

InsertTemplateVersion indicates an expected call of InsertTemplateVersion.

func (*MockStoreMockRecorder) InsertTemplateVersionParameter

func (mr *MockStoreMockRecorder) InsertTemplateVersionParameter(ctx, arg any) *gomock.Call

InsertTemplateVersionParameter indicates an expected call of InsertTemplateVersionParameter.

func (*MockStoreMockRecorder) InsertTemplateVersionTerraformValuesByJobID added in v2.21.0

func (mr *MockStoreMockRecorder) InsertTemplateVersionTerraformValuesByJobID(ctx, arg any) *gomock.Call

InsertTemplateVersionTerraformValuesByJobID indicates an expected call of InsertTemplateVersionTerraformValuesByJobID.

func (*MockStoreMockRecorder) InsertTemplateVersionVariable

func (mr *MockStoreMockRecorder) InsertTemplateVersionVariable(ctx, arg any) *gomock.Call

InsertTemplateVersionVariable indicates an expected call of InsertTemplateVersionVariable.

func (*MockStoreMockRecorder) InsertTemplateVersionWorkspaceTag added in v2.12.0

func (mr *MockStoreMockRecorder) InsertTemplateVersionWorkspaceTag(ctx, arg any) *gomock.Call

InsertTemplateVersionWorkspaceTag indicates an expected call of InsertTemplateVersionWorkspaceTag.

func (*MockStoreMockRecorder) InsertUser

func (mr *MockStoreMockRecorder) InsertUser(ctx, arg any) *gomock.Call

InsertUser indicates an expected call of InsertUser.

func (*MockStoreMockRecorder) InsertUserGroupsByID added in v2.16.0

func (mr *MockStoreMockRecorder) InsertUserGroupsByID(ctx, arg any) *gomock.Call

InsertUserGroupsByID indicates an expected call of InsertUserGroupsByID.

func (*MockStoreMockRecorder) InsertUserGroupsByName

func (mr *MockStoreMockRecorder) InsertUserGroupsByName(ctx, arg any) *gomock.Call

InsertUserGroupsByName indicates an expected call of InsertUserGroupsByName.

func (mr *MockStoreMockRecorder) InsertUserLink(ctx, arg any) *gomock.Call

InsertUserLink indicates an expected call of InsertUserLink.

func (*MockStoreMockRecorder) InsertVolumeResourceMonitor added in v2.20.0

func (mr *MockStoreMockRecorder) InsertVolumeResourceMonitor(ctx, arg any) *gomock.Call

InsertVolumeResourceMonitor indicates an expected call of InsertVolumeResourceMonitor.

func (*MockStoreMockRecorder) InsertWebpushSubscription added in v2.21.0

func (mr *MockStoreMockRecorder) InsertWebpushSubscription(ctx, arg any) *gomock.Call

InsertWebpushSubscription indicates an expected call of InsertWebpushSubscription.

func (*MockStoreMockRecorder) InsertWorkspace

func (mr *MockStoreMockRecorder) InsertWorkspace(ctx, arg any) *gomock.Call

InsertWorkspace indicates an expected call of InsertWorkspace.

func (*MockStoreMockRecorder) InsertWorkspaceAgent

func (mr *MockStoreMockRecorder) InsertWorkspaceAgent(ctx, arg any) *gomock.Call

InsertWorkspaceAgent indicates an expected call of InsertWorkspaceAgent.

func (*MockStoreMockRecorder) InsertWorkspaceAgentDevcontainers added in v2.21.0

func (mr *MockStoreMockRecorder) InsertWorkspaceAgentDevcontainers(ctx, arg any) *gomock.Call

InsertWorkspaceAgentDevcontainers indicates an expected call of InsertWorkspaceAgentDevcontainers.

func (*MockStoreMockRecorder) InsertWorkspaceAgentLogSources added in v2.2.0

func (mr *MockStoreMockRecorder) InsertWorkspaceAgentLogSources(ctx, arg any) *gomock.Call

InsertWorkspaceAgentLogSources indicates an expected call of InsertWorkspaceAgentLogSources.

func (*MockStoreMockRecorder) InsertWorkspaceAgentLogs

func (mr *MockStoreMockRecorder) InsertWorkspaceAgentLogs(ctx, arg any) *gomock.Call

InsertWorkspaceAgentLogs indicates an expected call of InsertWorkspaceAgentLogs.

func (*MockStoreMockRecorder) InsertWorkspaceAgentMetadata

func (mr *MockStoreMockRecorder) InsertWorkspaceAgentMetadata(ctx, arg any) *gomock.Call

InsertWorkspaceAgentMetadata indicates an expected call of InsertWorkspaceAgentMetadata.

func (*MockStoreMockRecorder) InsertWorkspaceAgentScriptTimings added in v2.16.0

func (mr *MockStoreMockRecorder) InsertWorkspaceAgentScriptTimings(ctx, arg any) *gomock.Call

InsertWorkspaceAgentScriptTimings indicates an expected call of InsertWorkspaceAgentScriptTimings.

func (*MockStoreMockRecorder) InsertWorkspaceAgentScripts added in v2.2.0

func (mr *MockStoreMockRecorder) InsertWorkspaceAgentScripts(ctx, arg any) *gomock.Call

InsertWorkspaceAgentScripts indicates an expected call of InsertWorkspaceAgentScripts.

func (*MockStoreMockRecorder) InsertWorkspaceAgentStats

func (mr *MockStoreMockRecorder) InsertWorkspaceAgentStats(ctx, arg any) *gomock.Call

InsertWorkspaceAgentStats indicates an expected call of InsertWorkspaceAgentStats.

func (*MockStoreMockRecorder) InsertWorkspaceApp

func (mr *MockStoreMockRecorder) InsertWorkspaceApp(ctx, arg any) *gomock.Call

InsertWorkspaceApp indicates an expected call of InsertWorkspaceApp.

func (*MockStoreMockRecorder) InsertWorkspaceAppStats

func (mr *MockStoreMockRecorder) InsertWorkspaceAppStats(ctx, arg any) *gomock.Call

InsertWorkspaceAppStats indicates an expected call of InsertWorkspaceAppStats.

func (*MockStoreMockRecorder) InsertWorkspaceAppStatus added in v2.21.0

func (mr *MockStoreMockRecorder) InsertWorkspaceAppStatus(ctx, arg any) *gomock.Call

InsertWorkspaceAppStatus indicates an expected call of InsertWorkspaceAppStatus.

func (*MockStoreMockRecorder) InsertWorkspaceBuild

func (mr *MockStoreMockRecorder) InsertWorkspaceBuild(ctx, arg any) *gomock.Call

InsertWorkspaceBuild indicates an expected call of InsertWorkspaceBuild.

func (*MockStoreMockRecorder) InsertWorkspaceBuildParameters

func (mr *MockStoreMockRecorder) InsertWorkspaceBuildParameters(ctx, arg any) *gomock.Call

InsertWorkspaceBuildParameters indicates an expected call of InsertWorkspaceBuildParameters.

func (*MockStoreMockRecorder) InsertWorkspaceModule added in v2.18.0

func (mr *MockStoreMockRecorder) InsertWorkspaceModule(ctx, arg any) *gomock.Call

InsertWorkspaceModule indicates an expected call of InsertWorkspaceModule.

func (*MockStoreMockRecorder) InsertWorkspaceProxy

func (mr *MockStoreMockRecorder) InsertWorkspaceProxy(ctx, arg any) *gomock.Call

InsertWorkspaceProxy indicates an expected call of InsertWorkspaceProxy.

func (*MockStoreMockRecorder) InsertWorkspaceResource

func (mr *MockStoreMockRecorder) InsertWorkspaceResource(ctx, arg any) *gomock.Call

InsertWorkspaceResource indicates an expected call of InsertWorkspaceResource.

func (*MockStoreMockRecorder) InsertWorkspaceResourceMetadata

func (mr *MockStoreMockRecorder) InsertWorkspaceResourceMetadata(ctx, arg any) *gomock.Call

InsertWorkspaceResourceMetadata indicates an expected call of InsertWorkspaceResourceMetadata.

func (*MockStoreMockRecorder) ListProvisionerKeysByOrganization added in v2.14.0

func (mr *MockStoreMockRecorder) ListProvisionerKeysByOrganization(ctx, organizationID any) *gomock.Call

ListProvisionerKeysByOrganization indicates an expected call of ListProvisionerKeysByOrganization.

func (*MockStoreMockRecorder) ListProvisionerKeysByOrganizationExcludeReserved added in v2.16.0

func (mr *MockStoreMockRecorder) ListProvisionerKeysByOrganizationExcludeReserved(ctx, organizationID any) *gomock.Call

ListProvisionerKeysByOrganizationExcludeReserved indicates an expected call of ListProvisionerKeysByOrganizationExcludeReserved.

func (*MockStoreMockRecorder) ListWorkspaceAgentPortShares added in v2.9.0

func (mr *MockStoreMockRecorder) ListWorkspaceAgentPortShares(ctx, workspaceID any) *gomock.Call

ListWorkspaceAgentPortShares indicates an expected call of ListWorkspaceAgentPortShares.

func (*MockStoreMockRecorder) MarkAllInboxNotificationsAsRead added in v2.21.0

func (mr *MockStoreMockRecorder) MarkAllInboxNotificationsAsRead(ctx, arg any) *gomock.Call

MarkAllInboxNotificationsAsRead indicates an expected call of MarkAllInboxNotificationsAsRead.

func (*MockStoreMockRecorder) OIDCClaimFieldValues added in v2.18.0

func (mr *MockStoreMockRecorder) OIDCClaimFieldValues(ctx, arg any) *gomock.Call

OIDCClaimFieldValues indicates an expected call of OIDCClaimFieldValues.

func (*MockStoreMockRecorder) OIDCClaimFields added in v2.18.0

func (mr *MockStoreMockRecorder) OIDCClaimFields(ctx, organizationID any) *gomock.Call

OIDCClaimFields indicates an expected call of OIDCClaimFields.

func (*MockStoreMockRecorder) OrganizationMembers added in v2.13.0

func (mr *MockStoreMockRecorder) OrganizationMembers(ctx, arg any) *gomock.Call

OrganizationMembers indicates an expected call of OrganizationMembers.

func (*MockStoreMockRecorder) PGLocks added in v2.17.0

func (mr *MockStoreMockRecorder) PGLocks(ctx any) *gomock.Call

PGLocks indicates an expected call of PGLocks.

func (*MockStoreMockRecorder) PaginatedOrganizationMembers added in v2.21.0

func (mr *MockStoreMockRecorder) PaginatedOrganizationMembers(ctx, arg any) *gomock.Call

PaginatedOrganizationMembers indicates an expected call of PaginatedOrganizationMembers.

func (*MockStoreMockRecorder) Ping

func (mr *MockStoreMockRecorder) Ping(ctx any) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockStoreMockRecorder) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate added in v2.9.0

func (mr *MockStoreMockRecorder) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(ctx, templateID any) *gomock.Call

ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate indicates an expected call of ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate.

func (*MockStoreMockRecorder) RegisterWorkspaceProxy

func (mr *MockStoreMockRecorder) RegisterWorkspaceProxy(ctx, arg any) *gomock.Call

RegisterWorkspaceProxy indicates an expected call of RegisterWorkspaceProxy.

func (*MockStoreMockRecorder) RemoveUserFromAllGroups added in v2.9.0

func (mr *MockStoreMockRecorder) RemoveUserFromAllGroups(ctx, userID any) *gomock.Call

RemoveUserFromAllGroups indicates an expected call of RemoveUserFromAllGroups.

func (*MockStoreMockRecorder) RemoveUserFromGroups added in v2.16.0

func (mr *MockStoreMockRecorder) RemoveUserFromGroups(ctx, arg any) *gomock.Call

RemoveUserFromGroups indicates an expected call of RemoveUserFromGroups.

func (*MockStoreMockRecorder) RevokeDBCryptKey added in v2.2.0

func (mr *MockStoreMockRecorder) RevokeDBCryptKey(ctx, activeKeyDigest any) *gomock.Call

RevokeDBCryptKey indicates an expected call of RevokeDBCryptKey.

func (*MockStoreMockRecorder) TryAcquireLock

func (mr *MockStoreMockRecorder) TryAcquireLock(ctx, pgTryAdvisoryXactLock any) *gomock.Call

TryAcquireLock indicates an expected call of TryAcquireLock.

func (*MockStoreMockRecorder) UnarchiveTemplateVersion added in v2.3.0

func (mr *MockStoreMockRecorder) UnarchiveTemplateVersion(ctx, arg any) *gomock.Call

UnarchiveTemplateVersion indicates an expected call of UnarchiveTemplateVersion.

func (*MockStoreMockRecorder) UnfavoriteWorkspace added in v2.8.0

func (mr *MockStoreMockRecorder) UnfavoriteWorkspace(ctx, id any) *gomock.Call

UnfavoriteWorkspace indicates an expected call of UnfavoriteWorkspace.

func (*MockStoreMockRecorder) UpdateAPIKeyByID

func (mr *MockStoreMockRecorder) UpdateAPIKeyByID(ctx, arg any) *gomock.Call

UpdateAPIKeyByID indicates an expected call of UpdateAPIKeyByID.

func (*MockStoreMockRecorder) UpdateCryptoKeyDeletesAt added in v2.16.0

func (mr *MockStoreMockRecorder) UpdateCryptoKeyDeletesAt(ctx, arg any) *gomock.Call

UpdateCryptoKeyDeletesAt indicates an expected call of UpdateCryptoKeyDeletesAt.

func (*MockStoreMockRecorder) UpdateCustomRole added in v2.15.0

func (mr *MockStoreMockRecorder) UpdateCustomRole(ctx, arg any) *gomock.Call

UpdateCustomRole indicates an expected call of UpdateCustomRole.

func (mr *MockStoreMockRecorder) UpdateExternalAuthLink(ctx, arg any) *gomock.Call

UpdateExternalAuthLink indicates an expected call of UpdateExternalAuthLink.

func (*MockStoreMockRecorder) UpdateExternalAuthLinkRefreshToken added in v2.18.0

func (mr *MockStoreMockRecorder) UpdateExternalAuthLinkRefreshToken(ctx, arg any) *gomock.Call

UpdateExternalAuthLinkRefreshToken indicates an expected call of UpdateExternalAuthLinkRefreshToken.

func (*MockStoreMockRecorder) UpdateGitSSHKey

func (mr *MockStoreMockRecorder) UpdateGitSSHKey(ctx, arg any) *gomock.Call

UpdateGitSSHKey indicates an expected call of UpdateGitSSHKey.

func (*MockStoreMockRecorder) UpdateGroupByID

func (mr *MockStoreMockRecorder) UpdateGroupByID(ctx, arg any) *gomock.Call

UpdateGroupByID indicates an expected call of UpdateGroupByID.

func (*MockStoreMockRecorder) UpdateInactiveUsersToDormant

func (mr *MockStoreMockRecorder) UpdateInactiveUsersToDormant(ctx, arg any) *gomock.Call

UpdateInactiveUsersToDormant indicates an expected call of UpdateInactiveUsersToDormant.

func (*MockStoreMockRecorder) UpdateInboxNotificationReadStatus added in v2.21.0

func (mr *MockStoreMockRecorder) UpdateInboxNotificationReadStatus(ctx, arg any) *gomock.Call

UpdateInboxNotificationReadStatus indicates an expected call of UpdateInboxNotificationReadStatus.

func (*MockStoreMockRecorder) UpdateMemberRoles

func (mr *MockStoreMockRecorder) UpdateMemberRoles(ctx, arg any) *gomock.Call

UpdateMemberRoles indicates an expected call of UpdateMemberRoles.

func (*MockStoreMockRecorder) UpdateMemoryResourceMonitor added in v2.20.0

func (mr *MockStoreMockRecorder) UpdateMemoryResourceMonitor(ctx, arg any) *gomock.Call

UpdateMemoryResourceMonitor indicates an expected call of UpdateMemoryResourceMonitor.

func (*MockStoreMockRecorder) UpdateNotificationTemplateMethodByID added in v2.15.0

func (mr *MockStoreMockRecorder) UpdateNotificationTemplateMethodByID(ctx, arg any) *gomock.Call

UpdateNotificationTemplateMethodByID indicates an expected call of UpdateNotificationTemplateMethodByID.

func (*MockStoreMockRecorder) UpdateOAuth2ProviderAppByID added in v2.6.0

func (mr *MockStoreMockRecorder) UpdateOAuth2ProviderAppByID(ctx, arg any) *gomock.Call

UpdateOAuth2ProviderAppByID indicates an expected call of UpdateOAuth2ProviderAppByID.

func (*MockStoreMockRecorder) UpdateOAuth2ProviderAppSecretByID added in v2.6.0

func (mr *MockStoreMockRecorder) UpdateOAuth2ProviderAppSecretByID(ctx, arg any) *gomock.Call

UpdateOAuth2ProviderAppSecretByID indicates an expected call of UpdateOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder) UpdateOrganization added in v2.12.0

func (mr *MockStoreMockRecorder) UpdateOrganization(ctx, arg any) *gomock.Call

UpdateOrganization indicates an expected call of UpdateOrganization.

func (*MockStoreMockRecorder) UpdateOrganizationDeletedByID added in v2.20.0

func (mr *MockStoreMockRecorder) UpdateOrganizationDeletedByID(ctx, arg any) *gomock.Call

UpdateOrganizationDeletedByID indicates an expected call of UpdateOrganizationDeletedByID.

func (*MockStoreMockRecorder) UpdateProvisionerDaemonLastSeenAt added in v2.6.0

func (mr *MockStoreMockRecorder) UpdateProvisionerDaemonLastSeenAt(ctx, arg any) *gomock.Call

UpdateProvisionerDaemonLastSeenAt indicates an expected call of UpdateProvisionerDaemonLastSeenAt.

func (*MockStoreMockRecorder) UpdateProvisionerJobByID

func (mr *MockStoreMockRecorder) UpdateProvisionerJobByID(ctx, arg any) *gomock.Call

UpdateProvisionerJobByID indicates an expected call of UpdateProvisionerJobByID.

func (*MockStoreMockRecorder) UpdateProvisionerJobWithCancelByID

func (mr *MockStoreMockRecorder) UpdateProvisionerJobWithCancelByID(ctx, arg any) *gomock.Call

UpdateProvisionerJobWithCancelByID indicates an expected call of UpdateProvisionerJobWithCancelByID.

func (*MockStoreMockRecorder) UpdateProvisionerJobWithCompleteByID

func (mr *MockStoreMockRecorder) UpdateProvisionerJobWithCompleteByID(ctx, arg any) *gomock.Call

UpdateProvisionerJobWithCompleteByID indicates an expected call of UpdateProvisionerJobWithCompleteByID.

func (*MockStoreMockRecorder) UpdateReplica

func (mr *MockStoreMockRecorder) UpdateReplica(ctx, arg any) *gomock.Call

UpdateReplica indicates an expected call of UpdateReplica.

func (*MockStoreMockRecorder) UpdateTailnetPeerStatusByCoordinator added in v2.15.0

func (mr *MockStoreMockRecorder) UpdateTailnetPeerStatusByCoordinator(ctx, arg any) *gomock.Call

UpdateTailnetPeerStatusByCoordinator indicates an expected call of UpdateTailnetPeerStatusByCoordinator.

func (*MockStoreMockRecorder) UpdateTemplateACLByID

func (mr *MockStoreMockRecorder) UpdateTemplateACLByID(ctx, arg any) *gomock.Call

UpdateTemplateACLByID indicates an expected call of UpdateTemplateACLByID.

func (*MockStoreMockRecorder) UpdateTemplateAccessControlByID added in v2.3.2

func (mr *MockStoreMockRecorder) UpdateTemplateAccessControlByID(ctx, arg any) *gomock.Call

UpdateTemplateAccessControlByID indicates an expected call of UpdateTemplateAccessControlByID.

func (*MockStoreMockRecorder) UpdateTemplateActiveVersionByID

func (mr *MockStoreMockRecorder) UpdateTemplateActiveVersionByID(ctx, arg any) *gomock.Call

UpdateTemplateActiveVersionByID indicates an expected call of UpdateTemplateActiveVersionByID.

func (*MockStoreMockRecorder) UpdateTemplateDeletedByID

func (mr *MockStoreMockRecorder) UpdateTemplateDeletedByID(ctx, arg any) *gomock.Call

UpdateTemplateDeletedByID indicates an expected call of UpdateTemplateDeletedByID.

func (*MockStoreMockRecorder) UpdateTemplateMetaByID

func (mr *MockStoreMockRecorder) UpdateTemplateMetaByID(ctx, arg any) *gomock.Call

UpdateTemplateMetaByID indicates an expected call of UpdateTemplateMetaByID.

func (*MockStoreMockRecorder) UpdateTemplateScheduleByID

func (mr *MockStoreMockRecorder) UpdateTemplateScheduleByID(ctx, arg any) *gomock.Call

UpdateTemplateScheduleByID indicates an expected call of UpdateTemplateScheduleByID.

func (*MockStoreMockRecorder) UpdateTemplateVersionByID

func (mr *MockStoreMockRecorder) UpdateTemplateVersionByID(ctx, arg any) *gomock.Call

UpdateTemplateVersionByID indicates an expected call of UpdateTemplateVersionByID.

func (*MockStoreMockRecorder) UpdateTemplateVersionDescriptionByJobID

func (mr *MockStoreMockRecorder) UpdateTemplateVersionDescriptionByJobID(ctx, arg any) *gomock.Call

UpdateTemplateVersionDescriptionByJobID indicates an expected call of UpdateTemplateVersionDescriptionByJobID.

func (*MockStoreMockRecorder) UpdateTemplateVersionExternalAuthProvidersByJobID added in v2.2.1

func (mr *MockStoreMockRecorder) UpdateTemplateVersionExternalAuthProvidersByJobID(ctx, arg any) *gomock.Call

UpdateTemplateVersionExternalAuthProvidersByJobID indicates an expected call of UpdateTemplateVersionExternalAuthProvidersByJobID.

func (*MockStoreMockRecorder) UpdateTemplateWorkspacesLastUsedAt added in v2.1.2

func (mr *MockStoreMockRecorder) UpdateTemplateWorkspacesLastUsedAt(ctx, arg any) *gomock.Call

UpdateTemplateWorkspacesLastUsedAt indicates an expected call of UpdateTemplateWorkspacesLastUsedAt.

func (*MockStoreMockRecorder) UpdateUserDeletedByID

func (mr *MockStoreMockRecorder) UpdateUserDeletedByID(ctx, id any) *gomock.Call

UpdateUserDeletedByID indicates an expected call of UpdateUserDeletedByID.

func (*MockStoreMockRecorder) UpdateUserGithubComUserID added in v2.14.0

func (mr *MockStoreMockRecorder) UpdateUserGithubComUserID(ctx, arg any) *gomock.Call

UpdateUserGithubComUserID indicates an expected call of UpdateUserGithubComUserID.

func (*MockStoreMockRecorder) UpdateUserHashedOneTimePasscode added in v2.17.0

func (mr *MockStoreMockRecorder) UpdateUserHashedOneTimePasscode(ctx, arg any) *gomock.Call

UpdateUserHashedOneTimePasscode indicates an expected call of UpdateUserHashedOneTimePasscode.

func (*MockStoreMockRecorder) UpdateUserHashedPassword

func (mr *MockStoreMockRecorder) UpdateUserHashedPassword(ctx, arg any) *gomock.Call

UpdateUserHashedPassword indicates an expected call of UpdateUserHashedPassword.

func (*MockStoreMockRecorder) UpdateUserLastSeenAt

func (mr *MockStoreMockRecorder) UpdateUserLastSeenAt(ctx, arg any) *gomock.Call

UpdateUserLastSeenAt indicates an expected call of UpdateUserLastSeenAt.

func (mr *MockStoreMockRecorder) UpdateUserLink(ctx, arg any) *gomock.Call

UpdateUserLink indicates an expected call of UpdateUserLink.

func (*MockStoreMockRecorder) UpdateUserLinkedID

func (mr *MockStoreMockRecorder) UpdateUserLinkedID(ctx, arg any) *gomock.Call

UpdateUserLinkedID indicates an expected call of UpdateUserLinkedID.

func (*MockStoreMockRecorder) UpdateUserLoginType

func (mr *MockStoreMockRecorder) UpdateUserLoginType(ctx, arg any) *gomock.Call

UpdateUserLoginType indicates an expected call of UpdateUserLoginType.

func (*MockStoreMockRecorder) UpdateUserNotificationPreferences added in v2.15.0

func (mr *MockStoreMockRecorder) UpdateUserNotificationPreferences(ctx, arg any) *gomock.Call

UpdateUserNotificationPreferences indicates an expected call of UpdateUserNotificationPreferences.

func (*MockStoreMockRecorder) UpdateUserProfile

func (mr *MockStoreMockRecorder) UpdateUserProfile(ctx, arg any) *gomock.Call

UpdateUserProfile indicates an expected call of UpdateUserProfile.

func (*MockStoreMockRecorder) UpdateUserQuietHoursSchedule

func (mr *MockStoreMockRecorder) UpdateUserQuietHoursSchedule(ctx, arg any) *gomock.Call

UpdateUserQuietHoursSchedule indicates an expected call of UpdateUserQuietHoursSchedule.

func (*MockStoreMockRecorder) UpdateUserRoles

func (mr *MockStoreMockRecorder) UpdateUserRoles(ctx, arg any) *gomock.Call

UpdateUserRoles indicates an expected call of UpdateUserRoles.

func (*MockStoreMockRecorder) UpdateUserStatus

func (mr *MockStoreMockRecorder) UpdateUserStatus(ctx, arg any) *gomock.Call

UpdateUserStatus indicates an expected call of UpdateUserStatus.

func (*MockStoreMockRecorder) UpdateUserTerminalFont added in v2.22.0

func (mr *MockStoreMockRecorder) UpdateUserTerminalFont(ctx, arg any) *gomock.Call

UpdateUserTerminalFont indicates an expected call of UpdateUserTerminalFont.

func (*MockStoreMockRecorder) UpdateUserThemePreference added in v2.22.0

func (mr *MockStoreMockRecorder) UpdateUserThemePreference(ctx, arg any) *gomock.Call

UpdateUserThemePreference indicates an expected call of UpdateUserThemePreference.

func (*MockStoreMockRecorder) UpdateVolumeResourceMonitor added in v2.20.0

func (mr *MockStoreMockRecorder) UpdateVolumeResourceMonitor(ctx, arg any) *gomock.Call

UpdateVolumeResourceMonitor indicates an expected call of UpdateVolumeResourceMonitor.

func (*MockStoreMockRecorder) UpdateWorkspace

func (mr *MockStoreMockRecorder) UpdateWorkspace(ctx, arg any) *gomock.Call

UpdateWorkspace indicates an expected call of UpdateWorkspace.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentConnectionByID

func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentConnectionByID(ctx, arg any) *gomock.Call

UpdateWorkspaceAgentConnectionByID indicates an expected call of UpdateWorkspaceAgentConnectionByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentLifecycleStateByID

func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentLifecycleStateByID(ctx, arg any) *gomock.Call

UpdateWorkspaceAgentLifecycleStateByID indicates an expected call of UpdateWorkspaceAgentLifecycleStateByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentLogOverflowByID

func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentLogOverflowByID(ctx, arg any) *gomock.Call

UpdateWorkspaceAgentLogOverflowByID indicates an expected call of UpdateWorkspaceAgentLogOverflowByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentMetadata

func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentMetadata(ctx, arg any) *gomock.Call

UpdateWorkspaceAgentMetadata indicates an expected call of UpdateWorkspaceAgentMetadata.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentStartupByID

func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentStartupByID(ctx, arg any) *gomock.Call

UpdateWorkspaceAgentStartupByID indicates an expected call of UpdateWorkspaceAgentStartupByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAppHealthByID

func (mr *MockStoreMockRecorder) UpdateWorkspaceAppHealthByID(ctx, arg any) *gomock.Call

UpdateWorkspaceAppHealthByID indicates an expected call of UpdateWorkspaceAppHealthByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAutomaticUpdates added in v2.3.0

func (mr *MockStoreMockRecorder) UpdateWorkspaceAutomaticUpdates(ctx, arg any) *gomock.Call

UpdateWorkspaceAutomaticUpdates indicates an expected call of UpdateWorkspaceAutomaticUpdates.

func (*MockStoreMockRecorder) UpdateWorkspaceAutostart

func (mr *MockStoreMockRecorder) UpdateWorkspaceAutostart(ctx, arg any) *gomock.Call

UpdateWorkspaceAutostart indicates an expected call of UpdateWorkspaceAutostart.

func (*MockStoreMockRecorder) UpdateWorkspaceBuildCostByID

func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildCostByID(ctx, arg any) *gomock.Call

UpdateWorkspaceBuildCostByID indicates an expected call of UpdateWorkspaceBuildCostByID.

func (*MockStoreMockRecorder) UpdateWorkspaceBuildDeadlineByID added in v2.2.0

func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildDeadlineByID(ctx, arg any) *gomock.Call

UpdateWorkspaceBuildDeadlineByID indicates an expected call of UpdateWorkspaceBuildDeadlineByID.

func (*MockStoreMockRecorder) UpdateWorkspaceBuildProvisionerStateByID added in v2.2.0

func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildProvisionerStateByID(ctx, arg any) *gomock.Call

UpdateWorkspaceBuildProvisionerStateByID indicates an expected call of UpdateWorkspaceBuildProvisionerStateByID.

func (*MockStoreMockRecorder) UpdateWorkspaceDeletedByID

func (mr *MockStoreMockRecorder) UpdateWorkspaceDeletedByID(ctx, arg any) *gomock.Call

UpdateWorkspaceDeletedByID indicates an expected call of UpdateWorkspaceDeletedByID.

func (*MockStoreMockRecorder) UpdateWorkspaceDormantDeletingAt added in v2.1.4

func (mr *MockStoreMockRecorder) UpdateWorkspaceDormantDeletingAt(ctx, arg any) *gomock.Call

UpdateWorkspaceDormantDeletingAt indicates an expected call of UpdateWorkspaceDormantDeletingAt.

func (*MockStoreMockRecorder) UpdateWorkspaceLastUsedAt

func (mr *MockStoreMockRecorder) UpdateWorkspaceLastUsedAt(ctx, arg any) *gomock.Call

UpdateWorkspaceLastUsedAt indicates an expected call of UpdateWorkspaceLastUsedAt.

func (*MockStoreMockRecorder) UpdateWorkspaceNextStartAt added in v2.19.0

func (mr *MockStoreMockRecorder) UpdateWorkspaceNextStartAt(ctx, arg any) *gomock.Call

UpdateWorkspaceNextStartAt indicates an expected call of UpdateWorkspaceNextStartAt.

func (*MockStoreMockRecorder) UpdateWorkspaceProxy

func (mr *MockStoreMockRecorder) UpdateWorkspaceProxy(ctx, arg any) *gomock.Call

UpdateWorkspaceProxy indicates an expected call of UpdateWorkspaceProxy.

func (*MockStoreMockRecorder) UpdateWorkspaceProxyDeleted

func (mr *MockStoreMockRecorder) UpdateWorkspaceProxyDeleted(ctx, arg any) *gomock.Call

UpdateWorkspaceProxyDeleted indicates an expected call of UpdateWorkspaceProxyDeleted.

func (*MockStoreMockRecorder) UpdateWorkspaceTTL

func (mr *MockStoreMockRecorder) UpdateWorkspaceTTL(ctx, arg any) *gomock.Call

UpdateWorkspaceTTL indicates an expected call of UpdateWorkspaceTTL.

func (*MockStoreMockRecorder) UpdateWorkspacesDormantDeletingAtByTemplateID added in v2.1.4

func (mr *MockStoreMockRecorder) UpdateWorkspacesDormantDeletingAtByTemplateID(ctx, arg any) *gomock.Call

UpdateWorkspacesDormantDeletingAtByTemplateID indicates an expected call of UpdateWorkspacesDormantDeletingAtByTemplateID.

func (*MockStoreMockRecorder) UpdateWorkspacesTTLByTemplateID added in v2.19.0

func (mr *MockStoreMockRecorder) UpdateWorkspacesTTLByTemplateID(ctx, arg any) *gomock.Call

UpdateWorkspacesTTLByTemplateID indicates an expected call of UpdateWorkspacesTTLByTemplateID.

func (*MockStoreMockRecorder) UpsertAnnouncementBanners added in v2.12.0

func (mr *MockStoreMockRecorder) UpsertAnnouncementBanners(ctx, value any) *gomock.Call

UpsertAnnouncementBanners indicates an expected call of UpsertAnnouncementBanners.

func (*MockStoreMockRecorder) UpsertAppSecurityKey

func (mr *MockStoreMockRecorder) UpsertAppSecurityKey(ctx, value any) *gomock.Call

UpsertAppSecurityKey indicates an expected call of UpsertAppSecurityKey.

func (*MockStoreMockRecorder) UpsertApplicationName added in v2.2.0

func (mr *MockStoreMockRecorder) UpsertApplicationName(ctx, value any) *gomock.Call

UpsertApplicationName indicates an expected call of UpsertApplicationName.

func (*MockStoreMockRecorder) UpsertCoordinatorResumeTokenSigningKey added in v2.15.0

func (mr *MockStoreMockRecorder) UpsertCoordinatorResumeTokenSigningKey(ctx, value any) *gomock.Call

UpsertCoordinatorResumeTokenSigningKey indicates an expected call of UpsertCoordinatorResumeTokenSigningKey.

func (*MockStoreMockRecorder) UpsertDefaultProxy

func (mr *MockStoreMockRecorder) UpsertDefaultProxy(ctx, arg any) *gomock.Call

UpsertDefaultProxy indicates an expected call of UpsertDefaultProxy.

func (*MockStoreMockRecorder) UpsertHealthSettings added in v2.5.0

func (mr *MockStoreMockRecorder) UpsertHealthSettings(ctx, value any) *gomock.Call

UpsertHealthSettings indicates an expected call of UpsertHealthSettings.

func (*MockStoreMockRecorder) UpsertLastUpdateCheck

func (mr *MockStoreMockRecorder) UpsertLastUpdateCheck(ctx, value any) *gomock.Call

UpsertLastUpdateCheck indicates an expected call of UpsertLastUpdateCheck.

func (*MockStoreMockRecorder) UpsertLogoURL

func (mr *MockStoreMockRecorder) UpsertLogoURL(ctx, value any) *gomock.Call

UpsertLogoURL indicates an expected call of UpsertLogoURL.

func (*MockStoreMockRecorder) UpsertNotificationReportGeneratorLog added in v2.16.0

func (mr *MockStoreMockRecorder) UpsertNotificationReportGeneratorLog(ctx, arg any) *gomock.Call

UpsertNotificationReportGeneratorLog indicates an expected call of UpsertNotificationReportGeneratorLog.

func (*MockStoreMockRecorder) UpsertNotificationsSettings added in v2.14.0

func (mr *MockStoreMockRecorder) UpsertNotificationsSettings(ctx, value any) *gomock.Call

UpsertNotificationsSettings indicates an expected call of UpsertNotificationsSettings.

func (*MockStoreMockRecorder) UpsertOAuth2GithubDefaultEligible added in v2.20.0

func (mr *MockStoreMockRecorder) UpsertOAuth2GithubDefaultEligible(ctx, eligible any) *gomock.Call

UpsertOAuth2GithubDefaultEligible indicates an expected call of UpsertOAuth2GithubDefaultEligible.

func (*MockStoreMockRecorder) UpsertOAuthSigningKey

func (mr *MockStoreMockRecorder) UpsertOAuthSigningKey(ctx, value any) *gomock.Call

UpsertOAuthSigningKey indicates an expected call of UpsertOAuthSigningKey.

func (*MockStoreMockRecorder) UpsertProvisionerDaemon added in v2.5.1

func (mr *MockStoreMockRecorder) UpsertProvisionerDaemon(ctx, arg any) *gomock.Call

UpsertProvisionerDaemon indicates an expected call of UpsertProvisionerDaemon.

func (*MockStoreMockRecorder) UpsertRuntimeConfig added in v2.16.0

func (mr *MockStoreMockRecorder) UpsertRuntimeConfig(ctx, arg any) *gomock.Call

UpsertRuntimeConfig indicates an expected call of UpsertRuntimeConfig.

func (*MockStoreMockRecorder) UpsertTailnetAgent

func (mr *MockStoreMockRecorder) UpsertTailnetAgent(ctx, arg any) *gomock.Call

UpsertTailnetAgent indicates an expected call of UpsertTailnetAgent.

func (*MockStoreMockRecorder) UpsertTailnetClient

func (mr *MockStoreMockRecorder) UpsertTailnetClient(ctx, arg any) *gomock.Call

UpsertTailnetClient indicates an expected call of UpsertTailnetClient.

func (*MockStoreMockRecorder) UpsertTailnetClientSubscription added in v2.2.0

func (mr *MockStoreMockRecorder) UpsertTailnetClientSubscription(ctx, arg any) *gomock.Call

UpsertTailnetClientSubscription indicates an expected call of UpsertTailnetClientSubscription.

func (*MockStoreMockRecorder) UpsertTailnetCoordinator

func (mr *MockStoreMockRecorder) UpsertTailnetCoordinator(ctx, id any) *gomock.Call

UpsertTailnetCoordinator indicates an expected call of UpsertTailnetCoordinator.

func (*MockStoreMockRecorder) UpsertTailnetPeer added in v2.4.0

func (mr *MockStoreMockRecorder) UpsertTailnetPeer(ctx, arg any) *gomock.Call

UpsertTailnetPeer indicates an expected call of UpsertTailnetPeer.

func (*MockStoreMockRecorder) UpsertTailnetTunnel added in v2.4.0

func (mr *MockStoreMockRecorder) UpsertTailnetTunnel(ctx, arg any) *gomock.Call

UpsertTailnetTunnel indicates an expected call of UpsertTailnetTunnel.

func (*MockStoreMockRecorder) UpsertTelemetryItem added in v2.19.0

func (mr *MockStoreMockRecorder) UpsertTelemetryItem(ctx, arg any) *gomock.Call

UpsertTelemetryItem indicates an expected call of UpsertTelemetryItem.

func (*MockStoreMockRecorder) UpsertTemplateUsageStats added in v2.10.0

func (mr *MockStoreMockRecorder) UpsertTemplateUsageStats(ctx any) *gomock.Call

UpsertTemplateUsageStats indicates an expected call of UpsertTemplateUsageStats.

func (*MockStoreMockRecorder) UpsertWebpushVAPIDKeys added in v2.21.0

func (mr *MockStoreMockRecorder) UpsertWebpushVAPIDKeys(ctx, arg any) *gomock.Call

UpsertWebpushVAPIDKeys indicates an expected call of UpsertWebpushVAPIDKeys.

func (*MockStoreMockRecorder) UpsertWorkspaceAgentPortShare added in v2.9.0

func (mr *MockStoreMockRecorder) UpsertWorkspaceAgentPortShare(ctx, arg any) *gomock.Call

UpsertWorkspaceAgentPortShare indicates an expected call of UpsertWorkspaceAgentPortShare.

func (*MockStoreMockRecorder) UpsertWorkspaceAppAuditSession added in v2.21.0

func (mr *MockStoreMockRecorder) UpsertWorkspaceAppAuditSession(ctx, arg any) *gomock.Call

UpsertWorkspaceAppAuditSession indicates an expected call of UpsertWorkspaceAppAuditSession.

func (*MockStoreMockRecorder) Wrappers

func (mr *MockStoreMockRecorder) Wrappers() *gomock.Call

Wrappers indicates an expected call of Wrappers.

Jump to

Keyboard shortcuts

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