Movatterモバイル変換


[0]ホーム

URL:


dbmock

package
v2.24.2Latest Latest
Warning

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

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

Details

Repository

github.com/coder/coder

Links

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

typeMockStore

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

MockStore is a mock of Store interface.

funcNewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance.

func (*MockStore)AcquireLock

func (m *MockStore) AcquireLock(ctxcontext.Context, pgAdvisoryXactLockint64)error

AcquireLock mocks base method.

func (*MockStore)AcquireNotificationMessagesadded inv2.13.0

AcquireNotificationMessages mocks base method.

func (*MockStore)AcquireProvisionerJob

AcquireProvisionerJob mocks base method.

func (*MockStore)ActivityBumpWorkspaceadded inv2.2.0

func (m *MockStore) ActivityBumpWorkspace(ctxcontext.Context, argdatabase.ActivityBumpWorkspaceParams)error

ActivityBumpWorkspace mocks base method.

func (*MockStore)AllUserIDsadded inv2.2.0

func (m *MockStore) AllUserIDs(ctxcontext.Context, includeSystembool) ([]uuid.UUID,error)

AllUserIDs mocks base method.

func (*MockStore)ArchiveUnusedTemplateVersionsadded inv2.3.0

func (m *MockStore) ArchiveUnusedTemplateVersions(ctxcontext.Context, argdatabase.ArchiveUnusedTemplateVersionsParams) ([]uuid.UUID,error)

ArchiveUnusedTemplateVersions mocks base method.

func (*MockStore)BatchUpdateWorkspaceLastUsedAtadded inv2.7.0

func (m *MockStore) BatchUpdateWorkspaceLastUsedAt(ctxcontext.Context, argdatabase.BatchUpdateWorkspaceLastUsedAtParams)error

BatchUpdateWorkspaceLastUsedAt mocks base method.

func (*MockStore)BatchUpdateWorkspaceNextStartAtadded inv2.19.0

func (m *MockStore) BatchUpdateWorkspaceNextStartAt(ctxcontext.Context, argdatabase.BatchUpdateWorkspaceNextStartAtParams)error

BatchUpdateWorkspaceNextStartAt mocks base method.

func (*MockStore)BulkMarkNotificationMessagesFailedadded inv2.13.0

func (m *MockStore) BulkMarkNotificationMessagesFailed(ctxcontext.Context, argdatabase.BulkMarkNotificationMessagesFailedParams) (int64,error)

BulkMarkNotificationMessagesFailed mocks base method.

func (*MockStore)BulkMarkNotificationMessagesSentadded inv2.13.0

func (m *MockStore) BulkMarkNotificationMessagesSent(ctxcontext.Context, argdatabase.BulkMarkNotificationMessagesSentParams) (int64,error)

BulkMarkNotificationMessagesSent mocks base method.

func (*MockStore)ClaimPrebuiltWorkspaceadded inv2.22.0

ClaimPrebuiltWorkspace mocks base method.

func (*MockStore)CleanTailnetCoordinators

func (m *MockStore) CleanTailnetCoordinators(ctxcontext.Context)error

CleanTailnetCoordinators mocks base method.

func (*MockStore)CleanTailnetLostPeersadded inv2.5.0

func (m *MockStore) CleanTailnetLostPeers(ctxcontext.Context)error

CleanTailnetLostPeers mocks base method.

func (*MockStore)CleanTailnetTunnelsadded inv2.5.0

func (m *MockStore) CleanTailnetTunnels(ctxcontext.Context)error

CleanTailnetTunnels mocks base method.

func (*MockStore)CountInProgressPrebuildsadded inv2.22.0

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

CountInProgressPrebuilds mocks base method.

func (*MockStore)CountUnreadInboxNotificationsByUserIDadded inv2.21.0

func (m *MockStore) CountUnreadInboxNotificationsByUserID(ctxcontext.Context, userIDuuid.UUID) (int64,error)

CountUnreadInboxNotificationsByUserID mocks base method.

func (*MockStore)CustomRolesadded inv2.12.0

CustomRoles mocks base method.

func (*MockStore)DeleteAPIKeyByID

func (m *MockStore) DeleteAPIKeyByID(ctxcontext.Context, idstring)error

DeleteAPIKeyByID mocks base method.

func (*MockStore)DeleteAPIKeysByUserID

func (m *MockStore) DeleteAPIKeysByUserID(ctxcontext.Context, userIDuuid.UUID)error

DeleteAPIKeysByUserID mocks base method.

func (*MockStore)DeleteAllTailnetClientSubscriptionsadded inv2.2.0

func (m *MockStore) DeleteAllTailnetClientSubscriptions(ctxcontext.Context, argdatabase.DeleteAllTailnetClientSubscriptionsParams)error

DeleteAllTailnetClientSubscriptions mocks base method.

func (*MockStore)DeleteAllTailnetTunnelsadded inv2.4.0

func (m *MockStore) DeleteAllTailnetTunnels(ctxcontext.Context, argdatabase.DeleteAllTailnetTunnelsParams)error

DeleteAllTailnetTunnels mocks base method.

func (*MockStore)DeleteAllWebpushSubscriptionsadded inv2.21.0

func (m *MockStore) DeleteAllWebpushSubscriptions(ctxcontext.Context)error

DeleteAllWebpushSubscriptions mocks base method.

func (*MockStore)DeleteApplicationConnectAPIKeysByUserID

func (m *MockStore) DeleteApplicationConnectAPIKeysByUserID(ctxcontext.Context, userIDuuid.UUID)error

DeleteApplicationConnectAPIKeysByUserID mocks base method.

func (*MockStore)DeleteCoordinator

func (m *MockStore) DeleteCoordinator(ctxcontext.Context, iduuid.UUID)error

DeleteCoordinator mocks base method.

func (*MockStore)DeleteCryptoKeyadded inv2.16.0

DeleteCryptoKey mocks base method.

func (*MockStore)DeleteCustomRoleadded inv2.15.0

func (m *MockStore) DeleteCustomRole(ctxcontext.Context, argdatabase.DeleteCustomRoleParams)error

DeleteCustomRole mocks base method.

func (*MockStore)DeleteExternalAuthLinkadded inv2.5.0

func (m *MockStore) DeleteExternalAuthLink(ctxcontext.Context, argdatabase.DeleteExternalAuthLinkParams)error

DeleteExternalAuthLink mocks base method.

func (*MockStore)DeleteGitSSHKey

func (m *MockStore) DeleteGitSSHKey(ctxcontext.Context, userIDuuid.UUID)error

DeleteGitSSHKey mocks base method.

func (*MockStore)DeleteGroupByID

func (m *MockStore) DeleteGroupByID(ctxcontext.Context, iduuid.UUID)error

DeleteGroupByID mocks base method.

func (*MockStore)DeleteGroupMemberFromGroup

func (m *MockStore) DeleteGroupMemberFromGroup(ctxcontext.Context, argdatabase.DeleteGroupMemberFromGroupParams)error

DeleteGroupMemberFromGroup mocks base method.

func (*MockStore)DeleteLicense

func (m *MockStore) DeleteLicense(ctxcontext.Context, idint32) (int32,error)

DeleteLicense mocks base method.

func (*MockStore)DeleteOAuth2ProviderAppByIDadded inv2.6.0

func (m *MockStore) DeleteOAuth2ProviderAppByID(ctxcontext.Context, iduuid.UUID)error

DeleteOAuth2ProviderAppByID mocks base method.

func (*MockStore)DeleteOAuth2ProviderAppCodeByIDadded inv2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppCodeByID(ctxcontext.Context, iduuid.UUID)error

DeleteOAuth2ProviderAppCodeByID mocks base method.

func (*MockStore)DeleteOAuth2ProviderAppCodesByAppAndUserIDadded inv2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppCodesByAppAndUserID(ctxcontext.Context, argdatabase.DeleteOAuth2ProviderAppCodesByAppAndUserIDParams)error

DeleteOAuth2ProviderAppCodesByAppAndUserID mocks base method.

func (*MockStore)DeleteOAuth2ProviderAppSecretByIDadded inv2.6.0

func (m *MockStore) DeleteOAuth2ProviderAppSecretByID(ctxcontext.Context, iduuid.UUID)error

DeleteOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore)DeleteOAuth2ProviderAppTokensByAppAndUserIDadded inv2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppTokensByAppAndUserID(ctxcontext.Context, argdatabase.DeleteOAuth2ProviderAppTokensByAppAndUserIDParams)error

DeleteOAuth2ProviderAppTokensByAppAndUserID mocks base method.

func (*MockStore)DeleteOldNotificationMessagesadded inv2.13.0

func (m *MockStore) DeleteOldNotificationMessages(ctxcontext.Context)error

DeleteOldNotificationMessages mocks base method.

func (*MockStore)DeleteOldProvisionerDaemonsadded inv2.5.0

func (m *MockStore) DeleteOldProvisionerDaemons(ctxcontext.Context)error

DeleteOldProvisionerDaemons mocks base method.

func (*MockStore)DeleteOldWorkspaceAgentLogs

func (m *MockStore) DeleteOldWorkspaceAgentLogs(ctxcontext.Context, thresholdtime.Time)error

DeleteOldWorkspaceAgentLogs mocks base method.

func (*MockStore)DeleteOldWorkspaceAgentStats

func (m *MockStore) DeleteOldWorkspaceAgentStats(ctxcontext.Context)error

DeleteOldWorkspaceAgentStats mocks base method.

func (*MockStore)DeleteOrganizationMemberadded inv2.13.0

func (m *MockStore) DeleteOrganizationMember(ctxcontext.Context, argdatabase.DeleteOrganizationMemberParams)error

DeleteOrganizationMember mocks base method.

func (*MockStore)DeleteProvisionerKeyadded inv2.14.0

func (m *MockStore) DeleteProvisionerKey(ctxcontext.Context, iduuid.UUID)error

DeleteProvisionerKey mocks base method.

func (*MockStore)DeleteReplicasUpdatedBefore

func (m *MockStore) DeleteReplicasUpdatedBefore(ctxcontext.Context, updatedAttime.Time)error

DeleteReplicasUpdatedBefore mocks base method.

func (*MockStore)DeleteRuntimeConfigadded inv2.16.0

func (m *MockStore) DeleteRuntimeConfig(ctxcontext.Context, keystring)error

DeleteRuntimeConfig mocks base method.

func (*MockStore)DeleteTailnetAgent

DeleteTailnetAgent mocks base method.

func (*MockStore)DeleteTailnetClient

DeleteTailnetClient mocks base method.

func (*MockStore)DeleteTailnetClientSubscriptionadded inv2.2.0

func (m *MockStore) DeleteTailnetClientSubscription(ctxcontext.Context, argdatabase.DeleteTailnetClientSubscriptionParams)error

DeleteTailnetClientSubscription mocks base method.

func (*MockStore)DeleteTailnetPeeradded inv2.4.0

DeleteTailnetPeer mocks base method.

func (*MockStore)DeleteTailnetTunneladded inv2.4.0

DeleteTailnetTunnel mocks base method.

func (*MockStore)DeleteWebpushSubscriptionByUserIDAndEndpointadded inv2.21.0

func (m *MockStore) DeleteWebpushSubscriptionByUserIDAndEndpoint(ctxcontext.Context, argdatabase.DeleteWebpushSubscriptionByUserIDAndEndpointParams)error

DeleteWebpushSubscriptionByUserIDAndEndpoint mocks base method.

func (*MockStore)DeleteWebpushSubscriptionsadded inv2.21.0

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

DeleteWebpushSubscriptions mocks base method.

func (*MockStore)DeleteWorkspaceAgentPortShareadded inv2.9.0

func (m *MockStore) DeleteWorkspaceAgentPortShare(ctxcontext.Context, argdatabase.DeleteWorkspaceAgentPortShareParams)error

DeleteWorkspaceAgentPortShare mocks base method.

func (*MockStore)DeleteWorkspaceAgentPortSharesByTemplateadded inv2.9.0

func (m *MockStore) DeleteWorkspaceAgentPortSharesByTemplate(ctxcontext.Context, templateIDuuid.UUID)error

DeleteWorkspaceAgentPortSharesByTemplate mocks base method.

func (*MockStore)DeleteWorkspaceSubAgentByIDadded inv2.24.0

func (m *MockStore) DeleteWorkspaceSubAgentByID(ctxcontext.Context, iduuid.UUID)error

DeleteWorkspaceSubAgentByID mocks base method.

func (*MockStore)DisableForeignKeysAndTriggersadded inv2.19.0

func (m *MockStore) DisableForeignKeysAndTriggers(ctxcontext.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)EnqueueNotificationMessageadded inv2.13.0

func (m *MockStore) EnqueueNotificationMessage(ctxcontext.Context, argdatabase.EnqueueNotificationMessageParams)error

EnqueueNotificationMessage mocks base method.

func (*MockStore)FavoriteWorkspaceadded inv2.8.0

func (m *MockStore) FavoriteWorkspace(ctxcontext.Context, iduuid.UUID)error

FavoriteWorkspace mocks base method.

func (*MockStore)FetchMemoryResourceMonitorsByAgentIDadded inv2.20.0

func (m *MockStore) FetchMemoryResourceMonitorsByAgentID(ctxcontext.Context, agentIDuuid.UUID) (database.WorkspaceAgentMemoryResourceMonitor,error)

FetchMemoryResourceMonitorsByAgentID mocks base method.

func (*MockStore)FetchMemoryResourceMonitorsUpdatedAfteradded inv2.20.0

func (m *MockStore) FetchMemoryResourceMonitorsUpdatedAfter(ctxcontext.Context, updatedAttime.Time) ([]database.WorkspaceAgentMemoryResourceMonitor,error)

FetchMemoryResourceMonitorsUpdatedAfter mocks base method.

func (*MockStore)FetchNewMessageMetadataadded inv2.13.0

FetchNewMessageMetadata mocks base method.

func (*MockStore)FetchVolumesResourceMonitorsByAgentIDadded inv2.20.0

func (m *MockStore) FetchVolumesResourceMonitorsByAgentID(ctxcontext.Context, agentIDuuid.UUID) ([]database.WorkspaceAgentVolumeResourceMonitor,error)

FetchVolumesResourceMonitorsByAgentID mocks base method.

func (*MockStore)FetchVolumesResourceMonitorsUpdatedAfteradded inv2.20.0

func (m *MockStore) FetchVolumesResourceMonitorsUpdatedAfter(ctxcontext.Context, updatedAttime.Time) ([]database.WorkspaceAgentVolumeResourceMonitor,error)

FetchVolumesResourceMonitorsUpdatedAfter mocks base method.

func (*MockStore)GetAPIKeyByID

func (m *MockStore) GetAPIKeyByID(ctxcontext.Context, idstring) (database.APIKey,error)

GetAPIKeyByID mocks base method.

func (*MockStore)GetAPIKeyByName

GetAPIKeyByName mocks base method.

func (*MockStore)GetAPIKeysByLoginType

func (m *MockStore) GetAPIKeysByLoginType(ctxcontext.Context, loginTypedatabase.LoginType) ([]database.APIKey,error)

GetAPIKeysByLoginType mocks base method.

func (*MockStore)GetAPIKeysByUserID

GetAPIKeysByUserID mocks base method.

func (*MockStore)GetAPIKeysLastUsedAfter

func (m *MockStore) GetAPIKeysLastUsedAfter(ctxcontext.Context, lastUsedtime.Time) ([]database.APIKey,error)

GetAPIKeysLastUsedAfter mocks base method.

func (*MockStore)GetActivePresetPrebuildSchedulesadded inv2.24.0

func (m *MockStore) GetActivePresetPrebuildSchedules(ctxcontext.Context) ([]database.TemplateVersionPresetPrebuildSchedule,error)

GetActivePresetPrebuildSchedules mocks base method.

func (*MockStore)GetActiveUserCount

func (m *MockStore) GetActiveUserCount(ctxcontext.Context, includeSystembool) (int64,error)

GetActiveUserCount mocks base method.

func (*MockStore)GetActiveWorkspaceBuildsByTemplateID

func (m *MockStore) GetActiveWorkspaceBuildsByTemplateID(ctxcontext.Context, templateIDuuid.UUID) ([]database.WorkspaceBuild,error)

GetActiveWorkspaceBuildsByTemplateID mocks base method.

func (*MockStore)GetAllTailnetAgents

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

GetAllTailnetAgents mocks base method.

func (*MockStore)GetAllTailnetCoordinatorsadded inv2.5.0

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

GetAllTailnetCoordinators mocks base method.

func (*MockStore)GetAllTailnetPeersadded inv2.5.0

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

GetAllTailnetPeers mocks base method.

func (*MockStore)GetAllTailnetTunnelsadded inv2.5.0

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

GetAllTailnetTunnels mocks base method.

func (*MockStore)GetAnnouncementBannersadded inv2.12.0

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

GetAnnouncementBanners mocks base method.

func (*MockStore)GetAppSecurityKey

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

GetAppSecurityKey mocks base method.

func (*MockStore)GetApplicationNameadded inv2.2.0

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

GetApplicationName mocks base method.

func (*MockStore)GetAuditLogsOffset

GetAuditLogsOffset mocks base method.

func (*MockStore)GetAuthorizationUserRoles

func (m *MockStore) GetAuthorizationUserRoles(ctxcontext.Context, userIDuuid.UUID) (database.GetAuthorizationUserRolesRow,error)

GetAuthorizationUserRoles mocks base method.

func (*MockStore)GetAuthorizedAuditLogsOffsetadded inv2.14.0

GetAuthorizedAuditLogsOffset mocks base method.

func (*MockStore)GetAuthorizedTemplates

GetAuthorizedTemplates mocks base method.

func (*MockStore)GetAuthorizedUsers

GetAuthorizedUsers mocks base method.

func (*MockStore)GetAuthorizedWorkspaceBuildParametersByBuildIDsadded inv2.24.0

func (m *MockStore) GetAuthorizedWorkspaceBuildParametersByBuildIDs(ctxcontext.Context, workspaceBuildIDs []uuid.UUID, preparedrbac.PreparedAuthorized) ([]database.WorkspaceBuildParameter,error)

GetAuthorizedWorkspaceBuildParametersByBuildIDs mocks base method.

func (*MockStore)GetAuthorizedWorkspaces

GetAuthorizedWorkspaces mocks base method.

func (*MockStore)GetAuthorizedWorkspacesAndAgentsByOwnerIDadded inv2.18.0

func (m *MockStore) GetAuthorizedWorkspacesAndAgentsByOwnerID(ctxcontext.Context, ownerIDuuid.UUID, preparedrbac.PreparedAuthorized) ([]database.GetWorkspacesAndAgentsByOwnerIDRow,error)

GetAuthorizedWorkspacesAndAgentsByOwnerID mocks base method.

func (*MockStore)GetCoordinatorResumeTokenSigningKeyadded inv2.15.0

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

GetCoordinatorResumeTokenSigningKey mocks base method.

func (*MockStore)GetCryptoKeyByFeatureAndSequenceadded inv2.16.0

GetCryptoKeyByFeatureAndSequence mocks base method.

func (*MockStore)GetCryptoKeysadded inv2.16.0

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

GetCryptoKeys mocks base method.

func (*MockStore)GetCryptoKeysByFeatureadded inv2.16.0

func (m *MockStore) GetCryptoKeysByFeature(ctxcontext.Context, featuredatabase.CryptoKeyFeature) ([]database.CryptoKey,error)

GetCryptoKeysByFeature mocks base method.

func (*MockStore)GetDBCryptKeysadded inv2.2.0

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

GetDBCryptKeys mocks base method.

func (*MockStore)GetDERPMeshKey

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

GetDERPMeshKey mocks base method.

func (*MockStore)GetDefaultOrganizationadded inv2.9.0

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

GetDefaultOrganization mocks base method.

func (*MockStore)GetDefaultProxyConfig

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

GetDefaultProxyConfig mocks base method.

func (*MockStore)GetDeploymentDAUs

func (m *MockStore) GetDeploymentDAUs(ctxcontext.Context, tzOffsetint32) ([]database.GetDeploymentDAUsRow,error)

GetDeploymentDAUs mocks base method.

func (*MockStore)GetDeploymentID

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

GetDeploymentID mocks base method.

func (*MockStore)GetDeploymentWorkspaceAgentStats

func (m *MockStore) GetDeploymentWorkspaceAgentStats(ctxcontext.Context, createdAttime.Time) (database.GetDeploymentWorkspaceAgentStatsRow,error)

GetDeploymentWorkspaceAgentStats mocks base method.

func (*MockStore)GetDeploymentWorkspaceAgentUsageStatsadded inv2.16.0

func (m *MockStore) GetDeploymentWorkspaceAgentUsageStats(ctxcontext.Context, createdAttime.Time) (database.GetDeploymentWorkspaceAgentUsageStatsRow,error)

GetDeploymentWorkspaceAgentUsageStats mocks base method.

func (*MockStore)GetDeploymentWorkspaceStats

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

GetDeploymentWorkspaceStats mocks base method.

func (*MockStore)GetEligibleProvisionerDaemonsByProvisionerJobIDsadded inv2.18.1

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

GetEligibleProvisionerDaemonsByProvisionerJobIDs mocks base method.

func (*MockStore)GetExternalAuthLinkadded inv2.2.1

GetExternalAuthLink mocks base method.

func (*MockStore)GetExternalAuthLinksByUserIDadded inv2.2.1

func (m *MockStore) GetExternalAuthLinksByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.ExternalAuthLink,error)

GetExternalAuthLinksByUserID mocks base method.

func (*MockStore)GetFailedWorkspaceBuildsByTemplateIDadded inv2.16.0

GetFailedWorkspaceBuildsByTemplateID mocks base method.

func (*MockStore)GetFileByHashAndCreator

GetFileByHashAndCreator mocks base method.

func (*MockStore)GetFileByID

func (m *MockStore) GetFileByID(ctxcontext.Context, iduuid.UUID) (database.File,error)

GetFileByID mocks base method.

func (*MockStore)GetFileIDByTemplateVersionIDadded inv2.22.0

func (m *MockStore) GetFileIDByTemplateVersionID(ctxcontext.Context, templateVersionIDuuid.UUID) (uuid.UUID,error)

GetFileIDByTemplateVersionID mocks base method.

func (*MockStore)GetFileTemplates

func (m *MockStore) GetFileTemplates(ctxcontext.Context, fileIDuuid.UUID) ([]database.GetFileTemplatesRow,error)

GetFileTemplates mocks base method.

func (*MockStore)GetFilteredInboxNotificationsByUserIDadded inv2.21.0

GetFilteredInboxNotificationsByUserID mocks base method.

func (*MockStore)GetGitSSHKey

func (m *MockStore) GetGitSSHKey(ctxcontext.Context, userIDuuid.UUID) (database.GitSSHKey,error)

GetGitSSHKey mocks base method.

func (*MockStore)GetGroupByID

func (m *MockStore) GetGroupByID(ctxcontext.Context, iduuid.UUID) (database.Group,error)

GetGroupByID mocks base method.

func (*MockStore)GetGroupByOrgAndName

GetGroupByOrgAndName mocks base method.

func (*MockStore)GetGroupMembers

func (m *MockStore) GetGroupMembers(ctxcontext.Context, includeSystembool) ([]database.GroupMember,error)

GetGroupMembers mocks base method.

func (*MockStore)GetGroupMembersByGroupIDadded inv2.13.0

GetGroupMembersByGroupID mocks base method.

func (*MockStore)GetGroupMembersCountByGroupIDadded inv2.15.0

func (m *MockStore) GetGroupMembersCountByGroupID(ctxcontext.Context, argdatabase.GetGroupMembersCountByGroupIDParams) (int64,error)

GetGroupMembersCountByGroupID mocks base method.

func (*MockStore)GetGroupsadded inv2.13.0

GetGroups mocks base method.

func (*MockStore)GetHealthSettingsadded inv2.5.0

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

GetHealthSettings mocks base method.

func (*MockStore)GetInboxNotificationByIDadded inv2.21.0

func (m *MockStore) GetInboxNotificationByID(ctxcontext.Context, iduuid.UUID) (database.InboxNotification,error)

GetInboxNotificationByID mocks base method.

func (*MockStore)GetInboxNotificationsByUserIDadded inv2.21.0

GetInboxNotificationsByUserID mocks base method.

func (*MockStore)GetLastUpdateCheck

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

GetLastUpdateCheck mocks base method.

func (*MockStore)GetLatestCryptoKeyByFeatureadded inv2.16.0

func (m *MockStore) GetLatestCryptoKeyByFeature(ctxcontext.Context, featuredatabase.CryptoKeyFeature) (database.CryptoKey,error)

GetLatestCryptoKeyByFeature mocks base method.

func (*MockStore)GetLatestWorkspaceAppStatusesByWorkspaceIDsadded inv2.21.0

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

GetLatestWorkspaceAppStatusesByWorkspaceIDs mocks base method.

func (*MockStore)GetLatestWorkspaceBuildByWorkspaceID

func (m *MockStore) GetLatestWorkspaceBuildByWorkspaceID(ctxcontext.Context, workspaceIDuuid.UUID) (database.WorkspaceBuild,error)

GetLatestWorkspaceBuildByWorkspaceID mocks base method.

func (*MockStore)GetLatestWorkspaceBuilds

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

GetLatestWorkspaceBuilds mocks base method.

func (*MockStore)GetLatestWorkspaceBuildsByWorkspaceIDs

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

GetLatestWorkspaceBuildsByWorkspaceIDs mocks base method.

func (*MockStore)GetLicenseByID

func (m *MockStore) GetLicenseByID(ctxcontext.Context, idint32) (database.License,error)

GetLicenseByID mocks base method.

func (*MockStore)GetLicenses

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

GetLicenses mocks base method.

func (*MockStore)GetLogoURL

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

GetLogoURL mocks base method.

func (*MockStore)GetNotificationMessagesByStatusadded inv2.14.0

GetNotificationMessagesByStatus mocks base method.

func (*MockStore)GetNotificationReportGeneratorLogByTemplateadded inv2.16.0

func (m *MockStore) GetNotificationReportGeneratorLogByTemplate(ctxcontext.Context, templateIDuuid.UUID) (database.NotificationReportGeneratorLog,error)

GetNotificationReportGeneratorLogByTemplate mocks base method.

func (*MockStore)GetNotificationTemplateByIDadded inv2.15.0

func (m *MockStore) GetNotificationTemplateByID(ctxcontext.Context, iduuid.UUID) (database.NotificationTemplate,error)

GetNotificationTemplateByID mocks base method.

func (*MockStore)GetNotificationTemplatesByKindadded inv2.15.0

func (m *MockStore) GetNotificationTemplatesByKind(ctxcontext.Context, kinddatabase.NotificationTemplateKind) ([]database.NotificationTemplate,error)

GetNotificationTemplatesByKind mocks base method.

func (*MockStore)GetNotificationsSettingsadded inv2.14.0

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

GetNotificationsSettings mocks base method.

func (*MockStore)GetOAuth2GithubDefaultEligibleadded inv2.20.0

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

GetOAuth2GithubDefaultEligible mocks base method.

func (*MockStore)GetOAuth2ProviderAppByIDadded inv2.6.0

func (m *MockStore) GetOAuth2ProviderAppByID(ctxcontext.Context, iduuid.UUID) (database.OAuth2ProviderApp,error)

GetOAuth2ProviderAppByID mocks base method.

func (*MockStore)GetOAuth2ProviderAppCodeByIDadded inv2.9.0

func (m *MockStore) GetOAuth2ProviderAppCodeByID(ctxcontext.Context, iduuid.UUID) (database.OAuth2ProviderAppCode,error)

GetOAuth2ProviderAppCodeByID mocks base method.

func (*MockStore)GetOAuth2ProviderAppCodeByPrefixadded inv2.9.0

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

GetOAuth2ProviderAppCodeByPrefix mocks base method.

func (*MockStore)GetOAuth2ProviderAppSecretByIDadded inv2.6.0

func (m *MockStore) GetOAuth2ProviderAppSecretByID(ctxcontext.Context, iduuid.UUID) (database.OAuth2ProviderAppSecret,error)

GetOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore)GetOAuth2ProviderAppSecretByPrefixadded inv2.9.0

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

GetOAuth2ProviderAppSecretByPrefix mocks base method.

func (*MockStore)GetOAuth2ProviderAppSecretsByAppIDadded inv2.6.0

func (m *MockStore) GetOAuth2ProviderAppSecretsByAppID(ctxcontext.Context, appIDuuid.UUID) ([]database.OAuth2ProviderAppSecret,error)

GetOAuth2ProviderAppSecretsByAppID mocks base method.

func (*MockStore)GetOAuth2ProviderAppTokenByPrefixadded inv2.9.0

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

GetOAuth2ProviderAppTokenByPrefix mocks base method.

func (*MockStore)GetOAuth2ProviderAppsadded inv2.6.0

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

GetOAuth2ProviderApps mocks base method.

func (*MockStore)GetOAuth2ProviderAppsByUserIDadded inv2.9.0

func (m *MockStore) GetOAuth2ProviderAppsByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.GetOAuth2ProviderAppsByUserIDRow,error)

GetOAuth2ProviderAppsByUserID mocks base method.

func (*MockStore)GetOAuthSigningKey

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

GetOAuthSigningKey mocks base method.

func (*MockStore)GetOrganizationByID

func (m *MockStore) GetOrganizationByID(ctxcontext.Context, iduuid.UUID) (database.Organization,error)

GetOrganizationByID mocks base method.

func (*MockStore)GetOrganizationByName

GetOrganizationByName mocks base method.

func (*MockStore)GetOrganizationIDsByMemberIDs

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

GetOrganizationIDsByMemberIDs mocks base method.

func (*MockStore)GetOrganizationResourceCountByIDadded inv2.21.0

func (m *MockStore) GetOrganizationResourceCountByID(ctxcontext.Context, organizationIDuuid.UUID) (database.GetOrganizationResourceCountByIDRow,error)

GetOrganizationResourceCountByID mocks base method.

func (*MockStore)GetOrganizations

GetOrganizations mocks base method.

func (*MockStore)GetOrganizationsByUserID

GetOrganizationsByUserID mocks base method.

func (*MockStore)GetParameterSchemasByJobID

func (m *MockStore) GetParameterSchemasByJobID(ctxcontext.Context, jobIDuuid.UUID) ([]database.ParameterSchema,error)

GetParameterSchemasByJobID mocks base method.

func (*MockStore)GetPrebuildMetricsadded inv2.22.0

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

GetPrebuildMetrics mocks base method.

func (*MockStore)GetPresetByIDadded inv2.22.0

func (m *MockStore) GetPresetByID(ctxcontext.Context, presetIDuuid.UUID) (database.GetPresetByIDRow,error)

GetPresetByID mocks base method.

func (*MockStore)GetPresetByWorkspaceBuildIDadded inv2.20.0

func (m *MockStore) GetPresetByWorkspaceBuildID(ctxcontext.Context, workspaceBuildIDuuid.UUID) (database.TemplateVersionPreset,error)

GetPresetByWorkspaceBuildID mocks base method.

func (*MockStore)GetPresetParametersByPresetIDadded inv2.22.0

func (m *MockStore) GetPresetParametersByPresetID(ctxcontext.Context, presetIDuuid.UUID) ([]database.TemplateVersionPresetParameter,error)

GetPresetParametersByPresetID mocks base method.

func (*MockStore)GetPresetParametersByTemplateVersionIDadded inv2.20.0

func (m *MockStore) GetPresetParametersByTemplateVersionID(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionPresetParameter,error)

GetPresetParametersByTemplateVersionID mocks base method.

func (*MockStore)GetPresetsAtFailureLimitadded inv2.23.0

func (m *MockStore) GetPresetsAtFailureLimit(ctxcontext.Context, hardLimitint64) ([]database.GetPresetsAtFailureLimitRow,error)

GetPresetsAtFailureLimit mocks base method.

func (*MockStore)GetPresetsBackoffadded inv2.22.0

func (m *MockStore) GetPresetsBackoff(ctxcontext.Context, lookbacktime.Time) ([]database.GetPresetsBackoffRow,error)

GetPresetsBackoff mocks base method.

func (*MockStore)GetPresetsByTemplateVersionIDadded inv2.20.0

func (m *MockStore) GetPresetsByTemplateVersionID(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionPreset,error)

GetPresetsByTemplateVersionID mocks base method.

func (*MockStore)GetPreviousTemplateVersion

GetPreviousTemplateVersion mocks base method.

func (*MockStore)GetProvisionerDaemons

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

GetProvisionerDaemons mocks base method.

func (*MockStore)GetProvisionerDaemonsByOrganizationadded inv2.14.0

GetProvisionerDaemonsByOrganization mocks base method.

func (*MockStore)GetProvisionerDaemonsWithStatusByOrganizationadded inv2.19.0

GetProvisionerDaemonsWithStatusByOrganization mocks base method.

func (*MockStore)GetProvisionerJobByID

func (m *MockStore) GetProvisionerJobByID(ctxcontext.Context, iduuid.UUID) (database.ProvisionerJob,error)

GetProvisionerJobByID mocks base method.

func (*MockStore)GetProvisionerJobByIDForUpdateadded inv2.23.0

func (m *MockStore) GetProvisionerJobByIDForUpdate(ctxcontext.Context, iduuid.UUID) (database.ProvisionerJob,error)

GetProvisionerJobByIDForUpdate mocks base method.

func (*MockStore)GetProvisionerJobTimingsByJobIDadded inv2.16.0

func (m *MockStore) GetProvisionerJobTimingsByJobID(ctxcontext.Context, jobIDuuid.UUID) ([]database.ProvisionerJobTiming,error)

GetProvisionerJobTimingsByJobID mocks base method.

func (*MockStore)GetProvisionerJobsByIDs

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

GetProvisionerJobsByIDs mocks base method.

func (*MockStore)GetProvisionerJobsByIDsWithQueuePosition

GetProvisionerJobsByIDsWithQueuePosition mocks base method.

func (*MockStore)GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioneradded inv2.19.0

GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner mocks base method.

func (*MockStore)GetProvisionerJobsCreatedAfter

func (m *MockStore) GetProvisionerJobsCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.ProvisionerJob,error)

GetProvisionerJobsCreatedAfter mocks base method.

func (*MockStore)GetProvisionerJobsToBeReapedadded inv2.23.0

GetProvisionerJobsToBeReaped mocks base method.

func (*MockStore)GetProvisionerKeyByHashedSecretadded inv2.14.0

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

GetProvisionerKeyByHashedSecret mocks base method.

func (*MockStore)GetProvisionerKeyByIDadded inv2.14.0

func (m *MockStore) GetProvisionerKeyByID(ctxcontext.Context, iduuid.UUID) (database.ProvisionerKey,error)

GetProvisionerKeyByID mocks base method.

func (*MockStore)GetProvisionerKeyByNameadded inv2.14.0

GetProvisionerKeyByName mocks base method.

func (*MockStore)GetProvisionerLogsAfterID

GetProvisionerLogsAfterID mocks base method.

func (*MockStore)GetQuotaAllowanceForUser

func (m *MockStore) GetQuotaAllowanceForUser(ctxcontext.Context, argdatabase.GetQuotaAllowanceForUserParams) (int64,error)

GetQuotaAllowanceForUser mocks base method.

func (*MockStore)GetQuotaConsumedForUser

func (m *MockStore) GetQuotaConsumedForUser(ctxcontext.Context, argdatabase.GetQuotaConsumedForUserParams) (int64,error)

GetQuotaConsumedForUser mocks base method.

func (*MockStore)GetReplicaByID

func (m *MockStore) GetReplicaByID(ctxcontext.Context, iduuid.UUID) (database.Replica,error)

GetReplicaByID mocks base method.

func (*MockStore)GetReplicasUpdatedAfter

func (m *MockStore) GetReplicasUpdatedAfter(ctxcontext.Context, updatedAttime.Time) ([]database.Replica,error)

GetReplicasUpdatedAfter mocks base method.

func (*MockStore)GetRunningPrebuiltWorkspacesadded inv2.22.0

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

GetRunningPrebuiltWorkspaces mocks base method.

func (*MockStore)GetRuntimeConfigadded inv2.16.0

func (m *MockStore) GetRuntimeConfig(ctxcontext.Context, keystring) (string,error)

GetRuntimeConfig mocks base method.

func (*MockStore)GetTailnetAgents

func (m *MockStore) GetTailnetAgents(ctxcontext.Context, iduuid.UUID) ([]database.TailnetAgent,error)

GetTailnetAgents mocks base method.

func (*MockStore)GetTailnetClientsForAgent

func (m *MockStore) GetTailnetClientsForAgent(ctxcontext.Context, agentIDuuid.UUID) ([]database.TailnetClient,error)

GetTailnetClientsForAgent mocks base method.

func (*MockStore)GetTailnetPeersadded inv2.4.0

func (m *MockStore) GetTailnetPeers(ctxcontext.Context, iduuid.UUID) ([]database.TailnetPeer,error)

GetTailnetPeers mocks base method.

func (*MockStore)GetTailnetTunnelPeerBindingsadded inv2.4.0

func (m *MockStore) GetTailnetTunnelPeerBindings(ctxcontext.Context, srcIDuuid.UUID) ([]database.GetTailnetTunnelPeerBindingsRow,error)

GetTailnetTunnelPeerBindings mocks base method.

func (*MockStore)GetTailnetTunnelPeerIDsadded inv2.4.0

func (m *MockStore) GetTailnetTunnelPeerIDs(ctxcontext.Context, srcIDuuid.UUID) ([]database.GetTailnetTunnelPeerIDsRow,error)

GetTailnetTunnelPeerIDs mocks base method.

func (*MockStore)GetTelemetryItemadded inv2.19.0

func (m *MockStore) GetTelemetryItem(ctxcontext.Context, keystring) (database.TelemetryItem,error)

GetTelemetryItem mocks base method.

func (*MockStore)GetTelemetryItemsadded inv2.19.0

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

GetTelemetryItems mocks base method.

func (*MockStore)GetTemplateAppInsights

GetTemplateAppInsights mocks base method.

func (*MockStore)GetTemplateAppInsightsByTemplateadded inv2.4.0

GetTemplateAppInsightsByTemplate mocks base method.

func (*MockStore)GetTemplateAverageBuildTime

GetTemplateAverageBuildTime mocks base method.

func (*MockStore)GetTemplateByID

func (m *MockStore) GetTemplateByID(ctxcontext.Context, iduuid.UUID) (database.Template,error)

GetTemplateByID mocks base method.

func (*MockStore)GetTemplateByOrganizationAndName

func (m *MockStore) GetTemplateByOrganizationAndName(ctxcontext.Context, argdatabase.GetTemplateByOrganizationAndNameParams) (database.Template,error)

GetTemplateByOrganizationAndName mocks base method.

func (*MockStore)GetTemplateDAUs

GetTemplateDAUs mocks base method.

func (*MockStore)GetTemplateGroupRoles

func (m *MockStore) GetTemplateGroupRoles(ctxcontext.Context, iduuid.UUID) ([]database.TemplateGroup,error)

GetTemplateGroupRoles mocks base method.

func (*MockStore)GetTemplateInsights

GetTemplateInsights mocks base method.

func (*MockStore)GetTemplateInsightsByIntervaladded inv2.2.0

GetTemplateInsightsByInterval mocks base method.

func (*MockStore)GetTemplateInsightsByTemplateadded inv2.3.2

GetTemplateInsightsByTemplate mocks base method.

func (*MockStore)GetTemplateParameterInsights

GetTemplateParameterInsights mocks base method.

func (*MockStore)GetTemplatePresetsWithPrebuildsadded inv2.22.0

func (m *MockStore) GetTemplatePresetsWithPrebuilds(ctxcontext.Context, templateIDuuid.NullUUID) ([]database.GetTemplatePresetsWithPrebuildsRow,error)

GetTemplatePresetsWithPrebuilds mocks base method.

func (*MockStore)GetTemplateUsageStatsadded inv2.10.0

GetTemplateUsageStats mocks base method.

func (*MockStore)GetTemplateUserRoles

func (m *MockStore) GetTemplateUserRoles(ctxcontext.Context, iduuid.UUID) ([]database.TemplateUser,error)

GetTemplateUserRoles mocks base method.

func (*MockStore)GetTemplateVersionByID

func (m *MockStore) GetTemplateVersionByID(ctxcontext.Context, iduuid.UUID) (database.TemplateVersion,error)

GetTemplateVersionByID mocks base method.

func (*MockStore)GetTemplateVersionByJobID

func (m *MockStore) GetTemplateVersionByJobID(ctxcontext.Context, jobIDuuid.UUID) (database.TemplateVersion,error)

GetTemplateVersionByJobID mocks base method.

func (*MockStore)GetTemplateVersionByTemplateIDAndName

GetTemplateVersionByTemplateIDAndName mocks base method.

func (*MockStore)GetTemplateVersionParameters

func (m *MockStore) GetTemplateVersionParameters(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionParameter,error)

GetTemplateVersionParameters mocks base method.

func (*MockStore)GetTemplateVersionTerraformValuesadded inv2.22.0

func (m *MockStore) GetTemplateVersionTerraformValues(ctxcontext.Context, templateVersionIDuuid.UUID) (database.TemplateVersionTerraformValue,error)

GetTemplateVersionTerraformValues mocks base method.

func (*MockStore)GetTemplateVersionVariables

func (m *MockStore) GetTemplateVersionVariables(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionVariable,error)

GetTemplateVersionVariables mocks base method.

func (*MockStore)GetTemplateVersionWorkspaceTagsadded inv2.12.0

func (m *MockStore) GetTemplateVersionWorkspaceTags(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionWorkspaceTag,error)

GetTemplateVersionWorkspaceTags mocks base method.

func (*MockStore)GetTemplateVersionsByIDs

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

GetTemplateVersionsByIDs mocks base method.

func (*MockStore)GetTemplateVersionsByTemplateID

GetTemplateVersionsByTemplateID mocks base method.

func (*MockStore)GetTemplateVersionsCreatedAfter

func (m *MockStore) GetTemplateVersionsCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.TemplateVersion,error)

GetTemplateVersionsCreatedAfter mocks base method.

func (*MockStore)GetTemplates

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

GetTemplates mocks base method.

func (*MockStore)GetTemplatesWithFilter

GetTemplatesWithFilter mocks base method.

func (*MockStore)GetUnexpiredLicenses

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

GetUnexpiredLicenses mocks base method.

func (*MockStore)GetUserActivityInsightsadded inv2.2.0

GetUserActivityInsights mocks base method.

func (*MockStore)GetUserByEmailOrUsername

func (m *MockStore) GetUserByEmailOrUsername(ctxcontext.Context, argdatabase.GetUserByEmailOrUsernameParams) (database.User,error)

GetUserByEmailOrUsername mocks base method.

func (*MockStore)GetUserByID

func (m *MockStore) GetUserByID(ctxcontext.Context, iduuid.UUID) (database.User,error)

GetUserByID mocks base method.

func (*MockStore)GetUserCount

func (m *MockStore) GetUserCount(ctxcontext.Context, includeSystembool) (int64,error)

GetUserCount mocks base method.

func (*MockStore)GetUserLatencyInsights

GetUserLatencyInsights mocks base method.

func (*MockStore)GetUserLinkByLinkedID

func (m *MockStore) GetUserLinkByLinkedID(ctxcontext.Context, linkedIDstring) (database.UserLink,error)

GetUserLinkByLinkedID mocks base method.

func (*MockStore)GetUserLinkByUserIDLoginType

GetUserLinkByUserIDLoginType mocks base method.

func (*MockStore)GetUserLinksByUserIDadded inv2.2.0

func (m *MockStore) GetUserLinksByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.UserLink,error)

GetUserLinksByUserID mocks base method.

func (*MockStore)GetUserNotificationPreferencesadded inv2.15.0

func (m *MockStore) GetUserNotificationPreferences(ctxcontext.Context, userIDuuid.UUID) ([]database.NotificationPreference,error)

GetUserNotificationPreferences mocks base method.

func (*MockStore)GetUserStatusCountsadded inv2.19.0

GetUserStatusCounts mocks base method.

func (*MockStore)GetUserTerminalFontadded inv2.22.0

func (m *MockStore) GetUserTerminalFont(ctxcontext.Context, userIDuuid.UUID) (string,error)

GetUserTerminalFont mocks base method.

func (*MockStore)GetUserThemePreferenceadded inv2.22.0

func (m *MockStore) GetUserThemePreference(ctxcontext.Context, userIDuuid.UUID) (string,error)

GetUserThemePreference mocks base method.

func (*MockStore)GetUserWorkspaceBuildParametersadded inv2.8.0

GetUserWorkspaceBuildParameters mocks base method.

func (*MockStore)GetUsers

GetUsers mocks base method.

func (*MockStore)GetUsersByIDs

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

GetUsersByIDs mocks base method.

func (*MockStore)GetWebpushSubscriptionsByUserIDadded inv2.21.0

func (m *MockStore) GetWebpushSubscriptionsByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.WebpushSubscription,error)

GetWebpushSubscriptionsByUserID mocks base method.

func (*MockStore)GetWebpushVAPIDKeysadded inv2.21.0

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

GetWebpushVAPIDKeys mocks base method.

func (*MockStore)GetWorkspaceAgentAndLatestBuildByAuthTokenadded inv2.10.0

func (m *MockStore) GetWorkspaceAgentAndLatestBuildByAuthToken(ctxcontext.Context, authTokenuuid.UUID) (database.GetWorkspaceAgentAndLatestBuildByAuthTokenRow,error)

GetWorkspaceAgentAndLatestBuildByAuthToken mocks base method.

func (*MockStore)GetWorkspaceAgentByID

func (m *MockStore) GetWorkspaceAgentByID(ctxcontext.Context, iduuid.UUID) (database.WorkspaceAgent,error)

GetWorkspaceAgentByID mocks base method.

func (*MockStore)GetWorkspaceAgentByInstanceID

func (m *MockStore) GetWorkspaceAgentByInstanceID(ctxcontext.Context, authInstanceIDstring) (database.WorkspaceAgent,error)

GetWorkspaceAgentByInstanceID mocks base method.

func (*MockStore)GetWorkspaceAgentDevcontainersByAgentIDadded inv2.21.0

func (m *MockStore) GetWorkspaceAgentDevcontainersByAgentID(ctxcontext.Context, workspaceAgentIDuuid.UUID) ([]database.WorkspaceAgentDevcontainer,error)

GetWorkspaceAgentDevcontainersByAgentID mocks base method.

func (*MockStore)GetWorkspaceAgentLifecycleStateByID

func (m *MockStore) GetWorkspaceAgentLifecycleStateByID(ctxcontext.Context, iduuid.UUID) (database.GetWorkspaceAgentLifecycleStateByIDRow,error)

GetWorkspaceAgentLifecycleStateByID mocks base method.

func (*MockStore)GetWorkspaceAgentLogSourcesByAgentIDsadded inv2.2.0

func (m *MockStore) GetWorkspaceAgentLogSourcesByAgentIDs(ctxcontext.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)GetWorkspaceAgentPortShareadded inv2.9.0

GetWorkspaceAgentPortShare mocks base method.

func (*MockStore)GetWorkspaceAgentScriptTimingsByBuildIDadded inv2.17.0

func (m *MockStore) GetWorkspaceAgentScriptTimingsByBuildID(ctxcontext.Context, iduuid.UUID) ([]database.GetWorkspaceAgentScriptTimingsByBuildIDRow,error)

GetWorkspaceAgentScriptTimingsByBuildID mocks base method.

func (*MockStore)GetWorkspaceAgentScriptsByAgentIDsadded inv2.2.0

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

GetWorkspaceAgentScriptsByAgentIDs mocks base method.

func (*MockStore)GetWorkspaceAgentStats

func (m *MockStore) GetWorkspaceAgentStats(ctxcontext.Context, createdAttime.Time) ([]database.GetWorkspaceAgentStatsRow,error)

GetWorkspaceAgentStats mocks base method.

func (*MockStore)GetWorkspaceAgentStatsAndLabels

func (m *MockStore) GetWorkspaceAgentStatsAndLabels(ctxcontext.Context, createdAttime.Time) ([]database.GetWorkspaceAgentStatsAndLabelsRow,error)

GetWorkspaceAgentStatsAndLabels mocks base method.

func (*MockStore)GetWorkspaceAgentUsageStatsadded inv2.16.0

func (m *MockStore) GetWorkspaceAgentUsageStats(ctxcontext.Context, createdAttime.Time) ([]database.GetWorkspaceAgentUsageStatsRow,error)

GetWorkspaceAgentUsageStats mocks base method.

func (*MockStore)GetWorkspaceAgentUsageStatsAndLabelsadded inv2.16.0

func (m *MockStore) GetWorkspaceAgentUsageStatsAndLabels(ctxcontext.Context, createdAttime.Time) ([]database.GetWorkspaceAgentUsageStatsAndLabelsRow,error)

GetWorkspaceAgentUsageStatsAndLabels mocks base method.

func (*MockStore)GetWorkspaceAgentsByParentIDadded inv2.24.0

func (m *MockStore) GetWorkspaceAgentsByParentID(ctxcontext.Context, parentIDuuid.UUID) ([]database.WorkspaceAgent,error)

GetWorkspaceAgentsByParentID mocks base method.

func (*MockStore)GetWorkspaceAgentsByResourceIDs

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

GetWorkspaceAgentsByResourceIDs mocks base method.

func (*MockStore)GetWorkspaceAgentsByWorkspaceAndBuildNumberadded inv2.22.0

func (m *MockStore) GetWorkspaceAgentsByWorkspaceAndBuildNumber(ctxcontext.Context, argdatabase.GetWorkspaceAgentsByWorkspaceAndBuildNumberParams) ([]database.WorkspaceAgent,error)

GetWorkspaceAgentsByWorkspaceAndBuildNumber mocks base method.

func (*MockStore)GetWorkspaceAgentsCreatedAfter

func (m *MockStore) GetWorkspaceAgentsCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.WorkspaceAgent,error)

GetWorkspaceAgentsCreatedAfter mocks base method.

func (*MockStore)GetWorkspaceAgentsInLatestBuildByWorkspaceID

func (m *MockStore) GetWorkspaceAgentsInLatestBuildByWorkspaceID(ctxcontext.Context, workspaceIDuuid.UUID) ([]database.WorkspaceAgent,error)

GetWorkspaceAgentsInLatestBuildByWorkspaceID mocks base method.

func (*MockStore)GetWorkspaceAppByAgentIDAndSlug

GetWorkspaceAppByAgentIDAndSlug mocks base method.

func (*MockStore)GetWorkspaceAppStatusesByAppIDsadded inv2.21.0

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

GetWorkspaceAppStatusesByAppIDs mocks base method.

func (*MockStore)GetWorkspaceAppsByAgentID

func (m *MockStore) GetWorkspaceAppsByAgentID(ctxcontext.Context, agentIDuuid.UUID) ([]database.WorkspaceApp,error)

GetWorkspaceAppsByAgentID mocks base method.

func (*MockStore)GetWorkspaceAppsByAgentIDs

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

GetWorkspaceAppsByAgentIDs mocks base method.

func (*MockStore)GetWorkspaceAppsCreatedAfter

func (m *MockStore) GetWorkspaceAppsCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.WorkspaceApp,error)

GetWorkspaceAppsCreatedAfter mocks base method.

func (*MockStore)GetWorkspaceBuildByID

func (m *MockStore) GetWorkspaceBuildByID(ctxcontext.Context, iduuid.UUID) (database.WorkspaceBuild,error)

GetWorkspaceBuildByID mocks base method.

func (*MockStore)GetWorkspaceBuildByJobID

func (m *MockStore) GetWorkspaceBuildByJobID(ctxcontext.Context, jobIDuuid.UUID) (database.WorkspaceBuild,error)

GetWorkspaceBuildByJobID mocks base method.

func (*MockStore)GetWorkspaceBuildByWorkspaceIDAndBuildNumber

func (m *MockStore) GetWorkspaceBuildByWorkspaceIDAndBuildNumber(ctxcontext.Context, argdatabase.GetWorkspaceBuildByWorkspaceIDAndBuildNumberParams) (database.WorkspaceBuild,error)

GetWorkspaceBuildByWorkspaceIDAndBuildNumber mocks base method.

func (*MockStore)GetWorkspaceBuildParameters

func (m *MockStore) GetWorkspaceBuildParameters(ctxcontext.Context, workspaceBuildIDuuid.UUID) ([]database.WorkspaceBuildParameter,error)

GetWorkspaceBuildParameters mocks base method.

func (*MockStore)GetWorkspaceBuildParametersByBuildIDsadded inv2.24.0

func (m *MockStore) GetWorkspaceBuildParametersByBuildIDs(ctxcontext.Context, workspaceBuildIds []uuid.UUID) ([]database.WorkspaceBuildParameter,error)

GetWorkspaceBuildParametersByBuildIDs mocks base method.

func (*MockStore)GetWorkspaceBuildStatsByTemplatesadded inv2.16.0

func (m *MockStore) GetWorkspaceBuildStatsByTemplates(ctxcontext.Context, sincetime.Time) ([]database.GetWorkspaceBuildStatsByTemplatesRow,error)

GetWorkspaceBuildStatsByTemplates mocks base method.

func (*MockStore)GetWorkspaceBuildsByWorkspaceID

GetWorkspaceBuildsByWorkspaceID mocks base method.

func (*MockStore)GetWorkspaceBuildsCreatedAfter

func (m *MockStore) GetWorkspaceBuildsCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.WorkspaceBuild,error)

GetWorkspaceBuildsCreatedAfter mocks base method.

func (*MockStore)GetWorkspaceByAgentID

func (m *MockStore) GetWorkspaceByAgentID(ctxcontext.Context, agentIDuuid.UUID) (database.Workspace,error)

GetWorkspaceByAgentID mocks base method.

func (*MockStore)GetWorkspaceByID

func (m *MockStore) GetWorkspaceByID(ctxcontext.Context, iduuid.UUID) (database.Workspace,error)

GetWorkspaceByID mocks base method.

func (*MockStore)GetWorkspaceByOwnerIDAndName

GetWorkspaceByOwnerIDAndName mocks base method.

func (*MockStore)GetWorkspaceByResourceIDadded inv2.23.0

func (m *MockStore) GetWorkspaceByResourceID(ctxcontext.Context, resourceIDuuid.UUID) (database.Workspace,error)

GetWorkspaceByResourceID mocks base method.

func (*MockStore)GetWorkspaceByWorkspaceAppID

func (m *MockStore) GetWorkspaceByWorkspaceAppID(ctxcontext.Context, workspaceAppIDuuid.UUID) (database.Workspace,error)

GetWorkspaceByWorkspaceAppID mocks base method.

func (*MockStore)GetWorkspaceModulesByJobIDadded inv2.18.0

func (m *MockStore) GetWorkspaceModulesByJobID(ctxcontext.Context, jobIDuuid.UUID) ([]database.WorkspaceModule,error)

GetWorkspaceModulesByJobID mocks base method.

func (*MockStore)GetWorkspaceModulesCreatedAfteradded inv2.18.0

func (m *MockStore) GetWorkspaceModulesCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.WorkspaceModule,error)

GetWorkspaceModulesCreatedAfter mocks base method.

func (*MockStore)GetWorkspaceProxies

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

GetWorkspaceProxies mocks base method.

func (*MockStore)GetWorkspaceProxyByHostname

GetWorkspaceProxyByHostname mocks base method.

func (*MockStore)GetWorkspaceProxyByID

func (m *MockStore) GetWorkspaceProxyByID(ctxcontext.Context, iduuid.UUID) (database.WorkspaceProxy,error)

GetWorkspaceProxyByID mocks base method.

func (*MockStore)GetWorkspaceProxyByName

func (m *MockStore) GetWorkspaceProxyByName(ctxcontext.Context, namestring) (database.WorkspaceProxy,error)

GetWorkspaceProxyByName mocks base method.

func (*MockStore)GetWorkspaceResourceByID

func (m *MockStore) GetWorkspaceResourceByID(ctxcontext.Context, iduuid.UUID) (database.WorkspaceResource,error)

GetWorkspaceResourceByID mocks base method.

func (*MockStore)GetWorkspaceResourceMetadataByResourceIDs

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

GetWorkspaceResourceMetadataByResourceIDs mocks base method.

func (*MockStore)GetWorkspaceResourceMetadataCreatedAfter

func (m *MockStore) GetWorkspaceResourceMetadataCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.WorkspaceResourceMetadatum,error)

GetWorkspaceResourceMetadataCreatedAfter mocks base method.

func (*MockStore)GetWorkspaceResourcesByJobID

func (m *MockStore) GetWorkspaceResourcesByJobID(ctxcontext.Context, jobIDuuid.UUID) ([]database.WorkspaceResource,error)

GetWorkspaceResourcesByJobID mocks base method.

func (*MockStore)GetWorkspaceResourcesByJobIDs

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

GetWorkspaceResourcesByJobIDs mocks base method.

func (*MockStore)GetWorkspaceResourcesCreatedAfter

func (m *MockStore) GetWorkspaceResourcesCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.WorkspaceResource,error)

GetWorkspaceResourcesCreatedAfter mocks base method.

func (*MockStore)GetWorkspaceUniqueOwnerCountByTemplateIDsadded inv2.5.0

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

GetWorkspaceUniqueOwnerCountByTemplateIDs mocks base method.

func (*MockStore)GetWorkspaces

GetWorkspaces mocks base method.

func (*MockStore)GetWorkspacesAndAgentsByOwnerIDadded inv2.18.0

func (m *MockStore) GetWorkspacesAndAgentsByOwnerID(ctxcontext.Context, ownerIDuuid.UUID) ([]database.GetWorkspacesAndAgentsByOwnerIDRow,error)

GetWorkspacesAndAgentsByOwnerID mocks base method.

func (*MockStore)GetWorkspacesByTemplateIDadded inv2.19.0

func (m *MockStore) GetWorkspacesByTemplateID(ctxcontext.Context, templateIDuuid.UUID) ([]database.WorkspaceTable,error)

GetWorkspacesByTemplateID mocks base method.

func (*MockStore)GetWorkspacesEligibleForTransition

func (m *MockStore) GetWorkspacesEligibleForTransition(ctxcontext.Context, nowtime.Time) ([]database.GetWorkspacesEligibleForTransitionRow,error)

GetWorkspacesEligibleForTransition mocks base method.

func (*MockStore)HasTemplateVersionsWithAITaskadded inv2.24.0

func (m *MockStore) HasTemplateVersionsWithAITask(ctxcontext.Context) (bool,error)

HasTemplateVersionsWithAITask 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(ctxcontext.Context, organizationIDuuid.UUID) (database.Group,error)

InsertAllUsersGroup mocks base method.

func (*MockStore)InsertAuditLog

InsertAuditLog mocks base method.

func (*MockStore)InsertCryptoKeyadded inv2.16.0

InsertCryptoKey mocks base method.

func (*MockStore)InsertCustomRoleadded inv2.15.0

InsertCustomRole mocks base method.

func (*MockStore)InsertDBCryptKeyadded inv2.2.0

func (m *MockStore) InsertDBCryptKey(ctxcontext.Context, argdatabase.InsertDBCryptKeyParams)error

InsertDBCryptKey mocks base method.

func (*MockStore)InsertDERPMeshKey

func (m *MockStore) InsertDERPMeshKey(ctxcontext.Context, valuestring)error

InsertDERPMeshKey mocks base method.

func (*MockStore)InsertDeploymentID

func (m *MockStore) InsertDeploymentID(ctxcontext.Context, valuestring)error

InsertDeploymentID mocks base method.

func (*MockStore)InsertExternalAuthLinkadded inv2.2.1

InsertExternalAuthLink mocks base method.

func (*MockStore)InsertFile

InsertFile mocks base method.

func (*MockStore)InsertGitSSHKey

InsertGitSSHKey mocks base method.

func (*MockStore)InsertGroup

InsertGroup mocks base method.

func (*MockStore)InsertGroupMember

func (m *MockStore) InsertGroupMember(ctxcontext.Context, argdatabase.InsertGroupMemberParams)error

InsertGroupMember mocks base method.

func (*MockStore)InsertInboxNotificationadded inv2.21.0

InsertInboxNotification mocks base method.

func (*MockStore)InsertLicense

InsertLicense mocks base method.

func (*MockStore)InsertMemoryResourceMonitoradded inv2.20.0

InsertMemoryResourceMonitor mocks base method.

func (*MockStore)InsertMissingGroups

InsertMissingGroups mocks base method.

func (*MockStore)InsertOAuth2ProviderAppadded inv2.6.0

InsertOAuth2ProviderApp mocks base method.

func (*MockStore)InsertOAuth2ProviderAppCodeadded inv2.9.0

InsertOAuth2ProviderAppCode mocks base method.

func (*MockStore)InsertOAuth2ProviderAppSecretadded inv2.6.0

InsertOAuth2ProviderAppSecret mocks base method.

func (*MockStore)InsertOAuth2ProviderAppTokenadded inv2.9.0

InsertOAuth2ProviderAppToken mocks base method.

func (*MockStore)InsertOrganization

InsertOrganization mocks base method.

func (*MockStore)InsertOrganizationMember

InsertOrganizationMember mocks base method.

func (*MockStore)InsertPresetadded inv2.20.0

InsertPreset mocks base method.

func (*MockStore)InsertPresetParametersadded inv2.20.0

InsertPresetParameters mocks base method.

func (*MockStore)InsertPresetPrebuildScheduleadded inv2.24.0

InsertPresetPrebuildSchedule mocks base method.

func (*MockStore)InsertProvisionerJob

InsertProvisionerJob mocks base method.

func (*MockStore)InsertProvisionerJobLogs

InsertProvisionerJobLogs mocks base method.

func (*MockStore)InsertProvisionerJobTimingsadded inv2.15.0

InsertProvisionerJobTimings mocks base method.

func (*MockStore)InsertProvisionerKeyadded inv2.14.0

InsertProvisionerKey mocks base method.

func (*MockStore)InsertReplica

InsertReplica mocks base method.

func (*MockStore)InsertTelemetryItemIfNotExistsadded inv2.19.0

func (m *MockStore) InsertTelemetryItemIfNotExists(ctxcontext.Context, argdatabase.InsertTelemetryItemIfNotExistsParams)error

InsertTelemetryItemIfNotExists mocks base method.

func (*MockStore)InsertTemplate

InsertTemplate mocks base method.

func (*MockStore)InsertTemplateVersion

func (m *MockStore) InsertTemplateVersion(ctxcontext.Context, argdatabase.InsertTemplateVersionParams)error

InsertTemplateVersion mocks base method.

func (*MockStore)InsertTemplateVersionParameter

InsertTemplateVersionParameter mocks base method.

func (*MockStore)InsertTemplateVersionTerraformValuesByJobIDadded inv2.21.0

func (m *MockStore) InsertTemplateVersionTerraformValuesByJobID(ctxcontext.Context, argdatabase.InsertTemplateVersionTerraformValuesByJobIDParams)error

InsertTemplateVersionTerraformValuesByJobID mocks base method.

func (*MockStore)InsertTemplateVersionVariable

InsertTemplateVersionVariable mocks base method.

func (*MockStore)InsertTemplateVersionWorkspaceTagadded inv2.12.0

InsertTemplateVersionWorkspaceTag mocks base method.

func (*MockStore)InsertUser

InsertUser mocks base method.

func (*MockStore)InsertUserGroupsByIDadded inv2.16.0

func (m *MockStore) InsertUserGroupsByID(ctxcontext.Context, argdatabase.InsertUserGroupsByIDParams) ([]uuid.UUID,error)

InsertUserGroupsByID mocks base method.

func (*MockStore)InsertUserGroupsByName

func (m *MockStore) InsertUserGroupsByName(ctxcontext.Context, argdatabase.InsertUserGroupsByNameParams)error

InsertUserGroupsByName mocks base method.

func (*MockStore)InsertUserLink

InsertUserLink mocks base method.

func (*MockStore)InsertVolumeResourceMonitoradded inv2.20.0

InsertVolumeResourceMonitor mocks base method.

func (*MockStore)InsertWebpushSubscriptionadded inv2.21.0

InsertWebpushSubscription mocks base method.

func (*MockStore)InsertWorkspace

InsertWorkspace mocks base method.

func (*MockStore)InsertWorkspaceAgent

InsertWorkspaceAgent mocks base method.

func (*MockStore)InsertWorkspaceAgentDevcontainersadded inv2.21.0

InsertWorkspaceAgentDevcontainers mocks base method.

func (*MockStore)InsertWorkspaceAgentLogSourcesadded inv2.2.0

InsertWorkspaceAgentLogSources mocks base method.

func (*MockStore)InsertWorkspaceAgentLogs

InsertWorkspaceAgentLogs mocks base method.

func (*MockStore)InsertWorkspaceAgentMetadata

func (m *MockStore) InsertWorkspaceAgentMetadata(ctxcontext.Context, argdatabase.InsertWorkspaceAgentMetadataParams)error

InsertWorkspaceAgentMetadata mocks base method.

func (*MockStore)InsertWorkspaceAgentScriptTimingsadded inv2.16.0

InsertWorkspaceAgentScriptTimings mocks base method.

func (*MockStore)InsertWorkspaceAgentScriptsadded inv2.2.0

InsertWorkspaceAgentScripts mocks base method.

func (*MockStore)InsertWorkspaceAgentStats

func (m *MockStore) InsertWorkspaceAgentStats(ctxcontext.Context, argdatabase.InsertWorkspaceAgentStatsParams)error

InsertWorkspaceAgentStats mocks base method.

func (*MockStore)InsertWorkspaceAppStats

func (m *MockStore) InsertWorkspaceAppStats(ctxcontext.Context, argdatabase.InsertWorkspaceAppStatsParams)error

InsertWorkspaceAppStats mocks base method.

func (*MockStore)InsertWorkspaceAppStatusadded inv2.21.0

InsertWorkspaceAppStatus mocks base method.

func (*MockStore)InsertWorkspaceBuild

func (m *MockStore) InsertWorkspaceBuild(ctxcontext.Context, argdatabase.InsertWorkspaceBuildParams)error

InsertWorkspaceBuild mocks base method.

func (*MockStore)InsertWorkspaceBuildParameters

func (m *MockStore) InsertWorkspaceBuildParameters(ctxcontext.Context, argdatabase.InsertWorkspaceBuildParametersParams)error

InsertWorkspaceBuildParameters mocks base method.

func (*MockStore)InsertWorkspaceModuleadded inv2.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)ListProvisionerKeysByOrganizationadded inv2.14.0

func (m *MockStore) ListProvisionerKeysByOrganization(ctxcontext.Context, organizationIDuuid.UUID) ([]database.ProvisionerKey,error)

ListProvisionerKeysByOrganization mocks base method.

func (*MockStore)ListProvisionerKeysByOrganizationExcludeReservedadded inv2.16.0

func (m *MockStore) ListProvisionerKeysByOrganizationExcludeReserved(ctxcontext.Context, organizationIDuuid.UUID) ([]database.ProvisionerKey,error)

ListProvisionerKeysByOrganizationExcludeReserved mocks base method.

func (*MockStore)ListWorkspaceAgentPortSharesadded inv2.9.0

func (m *MockStore) ListWorkspaceAgentPortShares(ctxcontext.Context, workspaceIDuuid.UUID) ([]database.WorkspaceAgentPortShare,error)

ListWorkspaceAgentPortShares mocks base method.

func (*MockStore)MarkAllInboxNotificationsAsReadadded inv2.21.0

func (m *MockStore) MarkAllInboxNotificationsAsRead(ctxcontext.Context, argdatabase.MarkAllInboxNotificationsAsReadParams)error

MarkAllInboxNotificationsAsRead mocks base method.

func (*MockStore)OIDCClaimFieldValuesadded inv2.18.0

func (m *MockStore) OIDCClaimFieldValues(ctxcontext.Context, argdatabase.OIDCClaimFieldValuesParams) ([]string,error)

OIDCClaimFieldValues mocks base method.

func (*MockStore)OIDCClaimFieldsadded inv2.18.0

func (m *MockStore) OIDCClaimFields(ctxcontext.Context, organizationIDuuid.UUID) ([]string,error)

OIDCClaimFields mocks base method.

func (*MockStore)OrganizationMembersadded inv2.13.0

OrganizationMembers mocks base method.

func (*MockStore)PGLocksadded inv2.17.0

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

PGLocks mocks base method.

func (*MockStore)PaginatedOrganizationMembersadded inv2.21.0

PaginatedOrganizationMembers mocks base method.

func (*MockStore)Ping

Ping mocks base method.

func (*MockStore)ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplateadded inv2.9.0

func (m *MockStore) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(ctxcontext.Context, templateIDuuid.UUID)error

ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate mocks base method.

func (*MockStore)RegisterWorkspaceProxy

RegisterWorkspaceProxy mocks base method.

func (*MockStore)RemoveUserFromAllGroupsadded inv2.9.0

func (m *MockStore) RemoveUserFromAllGroups(ctxcontext.Context, userIDuuid.UUID)error

RemoveUserFromAllGroups mocks base method.

func (*MockStore)RemoveUserFromGroupsadded inv2.16.0

func (m *MockStore) RemoveUserFromGroups(ctxcontext.Context, argdatabase.RemoveUserFromGroupsParams) ([]uuid.UUID,error)

RemoveUserFromGroups mocks base method.

func (*MockStore)RevokeDBCryptKeyadded inv2.2.0

func (m *MockStore) RevokeDBCryptKey(ctxcontext.Context, activeKeyDigeststring)error

RevokeDBCryptKey mocks base method.

func (*MockStore)TryAcquireLock

func (m *MockStore) TryAcquireLock(ctxcontext.Context, pgTryAdvisoryXactLockint64) (bool,error)

TryAcquireLock mocks base method.

func (*MockStore)UnarchiveTemplateVersionadded inv2.3.0

func (m *MockStore) UnarchiveTemplateVersion(ctxcontext.Context, argdatabase.UnarchiveTemplateVersionParams)error

UnarchiveTemplateVersion mocks base method.

func (*MockStore)UnfavoriteWorkspaceadded inv2.8.0

func (m *MockStore) UnfavoriteWorkspace(ctxcontext.Context, iduuid.UUID)error

UnfavoriteWorkspace mocks base method.

func (*MockStore)UpdateAPIKeyByID

func (m *MockStore) UpdateAPIKeyByID(ctxcontext.Context, argdatabase.UpdateAPIKeyByIDParams)error

UpdateAPIKeyByID mocks base method.

func (*MockStore)UpdateCryptoKeyDeletesAtadded inv2.16.0

UpdateCryptoKeyDeletesAt mocks base method.

func (*MockStore)UpdateCustomRoleadded inv2.15.0

UpdateCustomRole mocks base method.

func (*MockStore)UpdateExternalAuthLinkadded inv2.2.1

UpdateExternalAuthLink mocks base method.

func (*MockStore)UpdateExternalAuthLinkRefreshTokenadded inv2.18.0

func (m *MockStore) UpdateExternalAuthLinkRefreshToken(ctxcontext.Context, argdatabase.UpdateExternalAuthLinkRefreshTokenParams)error

UpdateExternalAuthLinkRefreshToken mocks base method.

func (*MockStore)UpdateGitSSHKey

UpdateGitSSHKey mocks base method.

func (*MockStore)UpdateGroupByID

UpdateGroupByID mocks base method.

func (*MockStore)UpdateInactiveUsersToDormant

UpdateInactiveUsersToDormant mocks base method.

func (*MockStore)UpdateInboxNotificationReadStatusadded inv2.21.0

func (m *MockStore) UpdateInboxNotificationReadStatus(ctxcontext.Context, argdatabase.UpdateInboxNotificationReadStatusParams)error

UpdateInboxNotificationReadStatus mocks base method.

func (*MockStore)UpdateMemberRoles

UpdateMemberRoles mocks base method.

func (*MockStore)UpdateMemoryResourceMonitoradded inv2.20.0

func (m *MockStore) UpdateMemoryResourceMonitor(ctxcontext.Context, argdatabase.UpdateMemoryResourceMonitorParams)error

UpdateMemoryResourceMonitor mocks base method.

func (*MockStore)UpdateNotificationTemplateMethodByIDadded inv2.15.0

UpdateNotificationTemplateMethodByID mocks base method.

func (*MockStore)UpdateOAuth2ProviderAppByIDadded inv2.6.0

UpdateOAuth2ProviderAppByID mocks base method.

func (*MockStore)UpdateOAuth2ProviderAppSecretByIDadded inv2.6.0

UpdateOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore)UpdateOrganizationadded inv2.12.0

UpdateOrganization mocks base method.

func (*MockStore)UpdateOrganizationDeletedByIDadded inv2.20.0

func (m *MockStore) UpdateOrganizationDeletedByID(ctxcontext.Context, argdatabase.UpdateOrganizationDeletedByIDParams)error

UpdateOrganizationDeletedByID mocks base method.

func (*MockStore)UpdatePresetPrebuildStatusadded inv2.23.0

func (m *MockStore) UpdatePresetPrebuildStatus(ctxcontext.Context, argdatabase.UpdatePresetPrebuildStatusParams)error

UpdatePresetPrebuildStatus mocks base method.

func (*MockStore)UpdateProvisionerDaemonLastSeenAtadded inv2.6.0

func (m *MockStore) UpdateProvisionerDaemonLastSeenAt(ctxcontext.Context, argdatabase.UpdateProvisionerDaemonLastSeenAtParams)error

UpdateProvisionerDaemonLastSeenAt mocks base method.

func (*MockStore)UpdateProvisionerJobByID

func (m *MockStore) UpdateProvisionerJobByID(ctxcontext.Context, argdatabase.UpdateProvisionerJobByIDParams)error

UpdateProvisionerJobByID mocks base method.

func (*MockStore)UpdateProvisionerJobWithCancelByID

func (m *MockStore) UpdateProvisionerJobWithCancelByID(ctxcontext.Context, argdatabase.UpdateProvisionerJobWithCancelByIDParams)error

UpdateProvisionerJobWithCancelByID mocks base method.

func (*MockStore)UpdateProvisionerJobWithCompleteByID

func (m *MockStore) UpdateProvisionerJobWithCompleteByID(ctxcontext.Context, argdatabase.UpdateProvisionerJobWithCompleteByIDParams)error

UpdateProvisionerJobWithCompleteByID mocks base method.

func (*MockStore)UpdateProvisionerJobWithCompleteWithStartedAtByIDadded inv2.23.0

func (m *MockStore) UpdateProvisionerJobWithCompleteWithStartedAtByID(ctxcontext.Context, argdatabase.UpdateProvisionerJobWithCompleteWithStartedAtByIDParams)error

UpdateProvisionerJobWithCompleteWithStartedAtByID mocks base method.

func (*MockStore)UpdateReplica

UpdateReplica mocks base method.

func (*MockStore)UpdateTailnetPeerStatusByCoordinatoradded inv2.15.0

func (m *MockStore) UpdateTailnetPeerStatusByCoordinator(ctxcontext.Context, argdatabase.UpdateTailnetPeerStatusByCoordinatorParams)error

UpdateTailnetPeerStatusByCoordinator mocks base method.

func (*MockStore)UpdateTemplateACLByID

func (m *MockStore) UpdateTemplateACLByID(ctxcontext.Context, argdatabase.UpdateTemplateACLByIDParams)error

UpdateTemplateACLByID mocks base method.

func (*MockStore)UpdateTemplateAccessControlByIDadded inv2.3.2

func (m *MockStore) UpdateTemplateAccessControlByID(ctxcontext.Context, argdatabase.UpdateTemplateAccessControlByIDParams)error

UpdateTemplateAccessControlByID mocks base method.

func (*MockStore)UpdateTemplateActiveVersionByID

func (m *MockStore) UpdateTemplateActiveVersionByID(ctxcontext.Context, argdatabase.UpdateTemplateActiveVersionByIDParams)error

UpdateTemplateActiveVersionByID mocks base method.

func (*MockStore)UpdateTemplateDeletedByID

func (m *MockStore) UpdateTemplateDeletedByID(ctxcontext.Context, argdatabase.UpdateTemplateDeletedByIDParams)error

UpdateTemplateDeletedByID mocks base method.

func (*MockStore)UpdateTemplateMetaByID

func (m *MockStore) UpdateTemplateMetaByID(ctxcontext.Context, argdatabase.UpdateTemplateMetaByIDParams)error

UpdateTemplateMetaByID mocks base method.

func (*MockStore)UpdateTemplateScheduleByID

func (m *MockStore) UpdateTemplateScheduleByID(ctxcontext.Context, argdatabase.UpdateTemplateScheduleByIDParams)error

UpdateTemplateScheduleByID mocks base method.

func (*MockStore)UpdateTemplateVersionAITaskByJobIDadded inv2.24.0

func (m *MockStore) UpdateTemplateVersionAITaskByJobID(ctxcontext.Context, argdatabase.UpdateTemplateVersionAITaskByJobIDParams)error

UpdateTemplateVersionAITaskByJobID mocks base method.

func (*MockStore)UpdateTemplateVersionByID

func (m *MockStore) UpdateTemplateVersionByID(ctxcontext.Context, argdatabase.UpdateTemplateVersionByIDParams)error

UpdateTemplateVersionByID mocks base method.

func (*MockStore)UpdateTemplateVersionDescriptionByJobID

func (m *MockStore) UpdateTemplateVersionDescriptionByJobID(ctxcontext.Context, argdatabase.UpdateTemplateVersionDescriptionByJobIDParams)error

UpdateTemplateVersionDescriptionByJobID mocks base method.

func (*MockStore)UpdateTemplateVersionExternalAuthProvidersByJobIDadded inv2.2.1

func (m *MockStore) UpdateTemplateVersionExternalAuthProvidersByJobID(ctxcontext.Context, argdatabase.UpdateTemplateVersionExternalAuthProvidersByJobIDParams)error

UpdateTemplateVersionExternalAuthProvidersByJobID mocks base method.

func (*MockStore)UpdateTemplateWorkspacesLastUsedAtadded inv2.1.2

func (m *MockStore) UpdateTemplateWorkspacesLastUsedAt(ctxcontext.Context, argdatabase.UpdateTemplateWorkspacesLastUsedAtParams)error

UpdateTemplateWorkspacesLastUsedAt mocks base method.

func (*MockStore)UpdateUserDeletedByID

func (m *MockStore) UpdateUserDeletedByID(ctxcontext.Context, iduuid.UUID)error

UpdateUserDeletedByID mocks base method.

func (*MockStore)UpdateUserGithubComUserIDadded inv2.14.0

func (m *MockStore) UpdateUserGithubComUserID(ctxcontext.Context, argdatabase.UpdateUserGithubComUserIDParams)error

UpdateUserGithubComUserID mocks base method.

func (*MockStore)UpdateUserHashedOneTimePasscodeadded inv2.17.0

func (m *MockStore) UpdateUserHashedOneTimePasscode(ctxcontext.Context, argdatabase.UpdateUserHashedOneTimePasscodeParams)error

UpdateUserHashedOneTimePasscode mocks base method.

func (*MockStore)UpdateUserHashedPassword

func (m *MockStore) UpdateUserHashedPassword(ctxcontext.Context, argdatabase.UpdateUserHashedPasswordParams)error

UpdateUserHashedPassword mocks base method.

func (*MockStore)UpdateUserLastSeenAt

UpdateUserLastSeenAt mocks base method.

func (*MockStore)UpdateUserLink

UpdateUserLink mocks base method.

func (*MockStore)UpdateUserLinkedID

UpdateUserLinkedID mocks base method.

func (*MockStore)UpdateUserLoginType

UpdateUserLoginType mocks base method.

func (*MockStore)UpdateUserNotificationPreferencesadded inv2.15.0

func (m *MockStore) UpdateUserNotificationPreferences(ctxcontext.Context, argdatabase.UpdateUserNotificationPreferencesParams) (int64,error)

UpdateUserNotificationPreferences mocks base method.

func (*MockStore)UpdateUserProfile

UpdateUserProfile mocks base method.

func (*MockStore)UpdateUserQuietHoursSchedule

func (m *MockStore) UpdateUserQuietHoursSchedule(ctxcontext.Context, argdatabase.UpdateUserQuietHoursScheduleParams) (database.User,error)

UpdateUserQuietHoursSchedule mocks base method.

func (*MockStore)UpdateUserRoles

UpdateUserRoles mocks base method.

func (*MockStore)UpdateUserStatus

UpdateUserStatus mocks base method.

func (*MockStore)UpdateUserTerminalFontadded inv2.22.0

UpdateUserTerminalFont mocks base method.

func (*MockStore)UpdateUserThemePreferenceadded inv2.22.0

UpdateUserThemePreference mocks base method.

func (*MockStore)UpdateVolumeResourceMonitoradded inv2.20.0

func (m *MockStore) UpdateVolumeResourceMonitor(ctxcontext.Context, argdatabase.UpdateVolumeResourceMonitorParams)error

UpdateVolumeResourceMonitor mocks base method.

func (*MockStore)UpdateWorkspace

UpdateWorkspace mocks base method.

func (*MockStore)UpdateWorkspaceAgentConnectionByID

func (m *MockStore) UpdateWorkspaceAgentConnectionByID(ctxcontext.Context, argdatabase.UpdateWorkspaceAgentConnectionByIDParams)error

UpdateWorkspaceAgentConnectionByID mocks base method.

func (*MockStore)UpdateWorkspaceAgentLifecycleStateByID

func (m *MockStore) UpdateWorkspaceAgentLifecycleStateByID(ctxcontext.Context, argdatabase.UpdateWorkspaceAgentLifecycleStateByIDParams)error

UpdateWorkspaceAgentLifecycleStateByID mocks base method.

func (*MockStore)UpdateWorkspaceAgentLogOverflowByID

func (m *MockStore) UpdateWorkspaceAgentLogOverflowByID(ctxcontext.Context, argdatabase.UpdateWorkspaceAgentLogOverflowByIDParams)error

UpdateWorkspaceAgentLogOverflowByID mocks base method.

func (*MockStore)UpdateWorkspaceAgentMetadata

func (m *MockStore) UpdateWorkspaceAgentMetadata(ctxcontext.Context, argdatabase.UpdateWorkspaceAgentMetadataParams)error

UpdateWorkspaceAgentMetadata mocks base method.

func (*MockStore)UpdateWorkspaceAgentStartupByID

func (m *MockStore) UpdateWorkspaceAgentStartupByID(ctxcontext.Context, argdatabase.UpdateWorkspaceAgentStartupByIDParams)error

UpdateWorkspaceAgentStartupByID mocks base method.

func (*MockStore)UpdateWorkspaceAppHealthByID

func (m *MockStore) UpdateWorkspaceAppHealthByID(ctxcontext.Context, argdatabase.UpdateWorkspaceAppHealthByIDParams)error

UpdateWorkspaceAppHealthByID mocks base method.

func (*MockStore)UpdateWorkspaceAutomaticUpdatesadded inv2.3.0

func (m *MockStore) UpdateWorkspaceAutomaticUpdates(ctxcontext.Context, argdatabase.UpdateWorkspaceAutomaticUpdatesParams)error

UpdateWorkspaceAutomaticUpdates mocks base method.

func (*MockStore)UpdateWorkspaceAutostart

func (m *MockStore) UpdateWorkspaceAutostart(ctxcontext.Context, argdatabase.UpdateWorkspaceAutostartParams)error

UpdateWorkspaceAutostart mocks base method.

func (*MockStore)UpdateWorkspaceBuildAITaskByIDadded inv2.24.0

func (m *MockStore) UpdateWorkspaceBuildAITaskByID(ctxcontext.Context, argdatabase.UpdateWorkspaceBuildAITaskByIDParams)error

UpdateWorkspaceBuildAITaskByID mocks base method.

func (*MockStore)UpdateWorkspaceBuildCostByID

func (m *MockStore) UpdateWorkspaceBuildCostByID(ctxcontext.Context, argdatabase.UpdateWorkspaceBuildCostByIDParams)error

UpdateWorkspaceBuildCostByID mocks base method.

func (*MockStore)UpdateWorkspaceBuildDeadlineByIDadded inv2.2.0

func (m *MockStore) UpdateWorkspaceBuildDeadlineByID(ctxcontext.Context, argdatabase.UpdateWorkspaceBuildDeadlineByIDParams)error

UpdateWorkspaceBuildDeadlineByID mocks base method.

func (*MockStore)UpdateWorkspaceBuildProvisionerStateByIDadded inv2.2.0

func (m *MockStore) UpdateWorkspaceBuildProvisionerStateByID(ctxcontext.Context, argdatabase.UpdateWorkspaceBuildProvisionerStateByIDParams)error

UpdateWorkspaceBuildProvisionerStateByID mocks base method.

func (*MockStore)UpdateWorkspaceDeletedByID

func (m *MockStore) UpdateWorkspaceDeletedByID(ctxcontext.Context, argdatabase.UpdateWorkspaceDeletedByIDParams)error

UpdateWorkspaceDeletedByID mocks base method.

func (*MockStore)UpdateWorkspaceDormantDeletingAtadded inv2.1.4

UpdateWorkspaceDormantDeletingAt mocks base method.

func (*MockStore)UpdateWorkspaceLastUsedAt

func (m *MockStore) UpdateWorkspaceLastUsedAt(ctxcontext.Context, argdatabase.UpdateWorkspaceLastUsedAtParams)error

UpdateWorkspaceLastUsedAt mocks base method.

func (*MockStore)UpdateWorkspaceNextStartAtadded inv2.19.0

func (m *MockStore) UpdateWorkspaceNextStartAt(ctxcontext.Context, argdatabase.UpdateWorkspaceNextStartAtParams)error

UpdateWorkspaceNextStartAt mocks base method.

func (*MockStore)UpdateWorkspaceProxy

UpdateWorkspaceProxy mocks base method.

func (*MockStore)UpdateWorkspaceProxyDeleted

func (m *MockStore) UpdateWorkspaceProxyDeleted(ctxcontext.Context, argdatabase.UpdateWorkspaceProxyDeletedParams)error

UpdateWorkspaceProxyDeleted mocks base method.

func (*MockStore)UpdateWorkspaceTTL

func (m *MockStore) UpdateWorkspaceTTL(ctxcontext.Context, argdatabase.UpdateWorkspaceTTLParams)error

UpdateWorkspaceTTL mocks base method.

func (*MockStore)UpdateWorkspacesDormantDeletingAtByTemplateIDadded inv2.1.4

func (m *MockStore) UpdateWorkspacesDormantDeletingAtByTemplateID(ctxcontext.Context, argdatabase.UpdateWorkspacesDormantDeletingAtByTemplateIDParams) ([]database.WorkspaceTable,error)

UpdateWorkspacesDormantDeletingAtByTemplateID mocks base method.

func (*MockStore)UpdateWorkspacesTTLByTemplateIDadded inv2.19.0

func (m *MockStore) UpdateWorkspacesTTLByTemplateID(ctxcontext.Context, argdatabase.UpdateWorkspacesTTLByTemplateIDParams)error

UpdateWorkspacesTTLByTemplateID mocks base method.

func (*MockStore)UpsertAnnouncementBannersadded inv2.12.0

func (m *MockStore) UpsertAnnouncementBanners(ctxcontext.Context, valuestring)error

UpsertAnnouncementBanners mocks base method.

func (*MockStore)UpsertAppSecurityKey

func (m *MockStore) UpsertAppSecurityKey(ctxcontext.Context, valuestring)error

UpsertAppSecurityKey mocks base method.

func (*MockStore)UpsertApplicationNameadded inv2.2.0

func (m *MockStore) UpsertApplicationName(ctxcontext.Context, valuestring)error

UpsertApplicationName mocks base method.

func (*MockStore)UpsertCoordinatorResumeTokenSigningKeyadded inv2.15.0

func (m *MockStore) UpsertCoordinatorResumeTokenSigningKey(ctxcontext.Context, valuestring)error

UpsertCoordinatorResumeTokenSigningKey mocks base method.

func (*MockStore)UpsertDefaultProxy

func (m *MockStore) UpsertDefaultProxy(ctxcontext.Context, argdatabase.UpsertDefaultProxyParams)error

UpsertDefaultProxy mocks base method.

func (*MockStore)UpsertHealthSettingsadded inv2.5.0

func (m *MockStore) UpsertHealthSettings(ctxcontext.Context, valuestring)error

UpsertHealthSettings mocks base method.

func (*MockStore)UpsertLastUpdateCheck

func (m *MockStore) UpsertLastUpdateCheck(ctxcontext.Context, valuestring)error

UpsertLastUpdateCheck mocks base method.

func (*MockStore)UpsertLogoURL

func (m *MockStore) UpsertLogoURL(ctxcontext.Context, valuestring)error

UpsertLogoURL mocks base method.

func (*MockStore)UpsertNotificationReportGeneratorLogadded inv2.16.0

func (m *MockStore) UpsertNotificationReportGeneratorLog(ctxcontext.Context, argdatabase.UpsertNotificationReportGeneratorLogParams)error

UpsertNotificationReportGeneratorLog mocks base method.

func (*MockStore)UpsertNotificationsSettingsadded inv2.14.0

func (m *MockStore) UpsertNotificationsSettings(ctxcontext.Context, valuestring)error

UpsertNotificationsSettings mocks base method.

func (*MockStore)UpsertOAuth2GithubDefaultEligibleadded inv2.20.0

func (m *MockStore) UpsertOAuth2GithubDefaultEligible(ctxcontext.Context, eligiblebool)error

UpsertOAuth2GithubDefaultEligible mocks base method.

func (*MockStore)UpsertOAuthSigningKey

func (m *MockStore) UpsertOAuthSigningKey(ctxcontext.Context, valuestring)error

UpsertOAuthSigningKey mocks base method.

func (*MockStore)UpsertProvisionerDaemonadded inv2.5.1

UpsertProvisionerDaemon mocks base method.

func (*MockStore)UpsertRuntimeConfigadded inv2.16.0

func (m *MockStore) UpsertRuntimeConfig(ctxcontext.Context, argdatabase.UpsertRuntimeConfigParams)error

UpsertRuntimeConfig mocks base method.

func (*MockStore)UpsertTailnetAgent

UpsertTailnetAgent mocks base method.

func (*MockStore)UpsertTailnetClient

UpsertTailnetClient mocks base method.

func (*MockStore)UpsertTailnetClientSubscriptionadded inv2.2.0

func (m *MockStore) UpsertTailnetClientSubscription(ctxcontext.Context, argdatabase.UpsertTailnetClientSubscriptionParams)error

UpsertTailnetClientSubscription mocks base method.

func (*MockStore)UpsertTailnetCoordinator

func (m *MockStore) UpsertTailnetCoordinator(ctxcontext.Context, iduuid.UUID) (database.TailnetCoordinator,error)

UpsertTailnetCoordinator mocks base method.

func (*MockStore)UpsertTailnetPeeradded inv2.4.0

UpsertTailnetPeer mocks base method.

func (*MockStore)UpsertTailnetTunneladded inv2.4.0

UpsertTailnetTunnel mocks base method.

func (*MockStore)UpsertTelemetryItemadded inv2.19.0

func (m *MockStore) UpsertTelemetryItem(ctxcontext.Context, argdatabase.UpsertTelemetryItemParams)error

UpsertTelemetryItem mocks base method.

func (*MockStore)UpsertTemplateUsageStatsadded inv2.10.0

func (m *MockStore) UpsertTemplateUsageStats(ctxcontext.Context)error

UpsertTemplateUsageStats mocks base method.

func (*MockStore)UpsertWebpushVAPIDKeysadded inv2.21.0

func (m *MockStore) UpsertWebpushVAPIDKeys(ctxcontext.Context, argdatabase.UpsertWebpushVAPIDKeysParams)error

UpsertWebpushVAPIDKeys mocks base method.

func (*MockStore)UpsertWorkspaceAgentPortShareadded inv2.9.0

UpsertWorkspaceAgentPortShare mocks base method.

func (*MockStore)UpsertWorkspaceAppadded inv2.24.0

UpsertWorkspaceApp mocks base method.

func (*MockStore)UpsertWorkspaceAppAuditSessionadded inv2.21.0

func (m *MockStore) UpsertWorkspaceAppAuditSession(ctxcontext.Context, argdatabase.UpsertWorkspaceAppAuditSessionParams) (bool,error)

UpsertWorkspaceAppAuditSession mocks base method.

func (*MockStore)Wrappers

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

Wrappers mocks base method.

typeMockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore.

func (*MockStoreMockRecorder)AcquireLock

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

AcquireLock indicates an expected call of AcquireLock.

func (*MockStoreMockRecorder)AcquireNotificationMessagesadded inv2.13.0

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

AcquireNotificationMessages indicates an expected call of AcquireNotificationMessages.

func (*MockStoreMockRecorder)AcquireProvisionerJob

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

AcquireProvisionerJob indicates an expected call of AcquireProvisionerJob.

func (*MockStoreMockRecorder)ActivityBumpWorkspaceadded inv2.2.0

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

ActivityBumpWorkspace indicates an expected call of ActivityBumpWorkspace.

func (*MockStoreMockRecorder)AllUserIDsadded inv2.2.0

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

AllUserIDs indicates an expected call of AllUserIDs.

func (*MockStoreMockRecorder)ArchiveUnusedTemplateVersionsadded inv2.3.0

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

ArchiveUnusedTemplateVersions indicates an expected call of ArchiveUnusedTemplateVersions.

func (*MockStoreMockRecorder)BatchUpdateWorkspaceLastUsedAtadded inv2.7.0

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

BatchUpdateWorkspaceLastUsedAt indicates an expected call of BatchUpdateWorkspaceLastUsedAt.

func (*MockStoreMockRecorder)BatchUpdateWorkspaceNextStartAtadded inv2.19.0

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

BatchUpdateWorkspaceNextStartAt indicates an expected call of BatchUpdateWorkspaceNextStartAt.

func (*MockStoreMockRecorder)BulkMarkNotificationMessagesFailedadded inv2.13.0

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

BulkMarkNotificationMessagesFailed indicates an expected call of BulkMarkNotificationMessagesFailed.

func (*MockStoreMockRecorder)BulkMarkNotificationMessagesSentadded inv2.13.0

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

BulkMarkNotificationMessagesSent indicates an expected call of BulkMarkNotificationMessagesSent.

func (*MockStoreMockRecorder)ClaimPrebuiltWorkspaceadded inv2.22.0

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

ClaimPrebuiltWorkspace indicates an expected call of ClaimPrebuiltWorkspace.

func (*MockStoreMockRecorder)CleanTailnetCoordinators

func (mr *MockStoreMockRecorder) CleanTailnetCoordinators(ctxany) *gomock.Call

CleanTailnetCoordinators indicates an expected call of CleanTailnetCoordinators.

func (*MockStoreMockRecorder)CleanTailnetLostPeersadded inv2.5.0

func (mr *MockStoreMockRecorder) CleanTailnetLostPeers(ctxany) *gomock.Call

CleanTailnetLostPeers indicates an expected call of CleanTailnetLostPeers.

func (*MockStoreMockRecorder)CleanTailnetTunnelsadded inv2.5.0

func (mr *MockStoreMockRecorder) CleanTailnetTunnels(ctxany) *gomock.Call

CleanTailnetTunnels indicates an expected call of CleanTailnetTunnels.

func (*MockStoreMockRecorder)CountInProgressPrebuildsadded inv2.22.0

func (mr *MockStoreMockRecorder) CountInProgressPrebuilds(ctxany) *gomock.Call

CountInProgressPrebuilds indicates an expected call of CountInProgressPrebuilds.

func (*MockStoreMockRecorder)CountUnreadInboxNotificationsByUserIDadded inv2.21.0

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

CountUnreadInboxNotificationsByUserID indicates an expected call of CountUnreadInboxNotificationsByUserID.

func (*MockStoreMockRecorder)CustomRolesadded inv2.12.0

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

CustomRoles indicates an expected call of CustomRoles.

func (*MockStoreMockRecorder)DeleteAPIKeyByID

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

DeleteAPIKeyByID indicates an expected call of DeleteAPIKeyByID.

func (*MockStoreMockRecorder)DeleteAPIKeysByUserID

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

DeleteAPIKeysByUserID indicates an expected call of DeleteAPIKeysByUserID.

func (*MockStoreMockRecorder)DeleteAllTailnetClientSubscriptionsadded inv2.2.0

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

DeleteAllTailnetClientSubscriptions indicates an expected call of DeleteAllTailnetClientSubscriptions.

func (*MockStoreMockRecorder)DeleteAllTailnetTunnelsadded inv2.4.0

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

DeleteAllTailnetTunnels indicates an expected call of DeleteAllTailnetTunnels.

func (*MockStoreMockRecorder)DeleteAllWebpushSubscriptionsadded inv2.21.0

func (mr *MockStoreMockRecorder) DeleteAllWebpushSubscriptions(ctxany) *gomock.Call

DeleteAllWebpushSubscriptions indicates an expected call of DeleteAllWebpushSubscriptions.

func (*MockStoreMockRecorder)DeleteApplicationConnectAPIKeysByUserID

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

DeleteApplicationConnectAPIKeysByUserID indicates an expected call of DeleteApplicationConnectAPIKeysByUserID.

func (*MockStoreMockRecorder)DeleteCoordinator

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

DeleteCoordinator indicates an expected call of DeleteCoordinator.

func (*MockStoreMockRecorder)DeleteCryptoKeyadded inv2.16.0

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

DeleteCryptoKey indicates an expected call of DeleteCryptoKey.

func (*MockStoreMockRecorder)DeleteCustomRoleadded inv2.15.0

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

DeleteCustomRole indicates an expected call of DeleteCustomRole.

func (*MockStoreMockRecorder)DeleteExternalAuthLinkadded inv2.5.0

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

DeleteExternalAuthLink indicates an expected call of DeleteExternalAuthLink.

func (*MockStoreMockRecorder)DeleteGitSSHKey

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

DeleteGitSSHKey indicates an expected call of DeleteGitSSHKey.

func (*MockStoreMockRecorder)DeleteGroupByID

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

DeleteGroupByID indicates an expected call of DeleteGroupByID.

func (*MockStoreMockRecorder)DeleteGroupMemberFromGroup

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

DeleteGroupMemberFromGroup indicates an expected call of DeleteGroupMemberFromGroup.

func (*MockStoreMockRecorder)DeleteLicense

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

DeleteLicense indicates an expected call of DeleteLicense.

func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppByIDadded inv2.6.0

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

DeleteOAuth2ProviderAppByID indicates an expected call of DeleteOAuth2ProviderAppByID.

func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppCodeByIDadded inv2.9.0

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

DeleteOAuth2ProviderAppCodeByID indicates an expected call of DeleteOAuth2ProviderAppCodeByID.

func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppCodesByAppAndUserIDadded inv2.9.0

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

DeleteOAuth2ProviderAppCodesByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppCodesByAppAndUserID.

func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppSecretByIDadded inv2.6.0

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

DeleteOAuth2ProviderAppSecretByID indicates an expected call of DeleteOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppTokensByAppAndUserIDadded inv2.9.0

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

DeleteOAuth2ProviderAppTokensByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppTokensByAppAndUserID.

func (*MockStoreMockRecorder)DeleteOldNotificationMessagesadded inv2.13.0

func (mr *MockStoreMockRecorder) DeleteOldNotificationMessages(ctxany) *gomock.Call

DeleteOldNotificationMessages indicates an expected call of DeleteOldNotificationMessages.

func (*MockStoreMockRecorder)DeleteOldProvisionerDaemonsadded inv2.5.0

func (mr *MockStoreMockRecorder) DeleteOldProvisionerDaemons(ctxany) *gomock.Call

DeleteOldProvisionerDaemons indicates an expected call of DeleteOldProvisionerDaemons.

func (*MockStoreMockRecorder)DeleteOldWorkspaceAgentLogs

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

DeleteOldWorkspaceAgentLogs indicates an expected call of DeleteOldWorkspaceAgentLogs.

func (*MockStoreMockRecorder)DeleteOldWorkspaceAgentStats

func (mr *MockStoreMockRecorder) DeleteOldWorkspaceAgentStats(ctxany) *gomock.Call

DeleteOldWorkspaceAgentStats indicates an expected call of DeleteOldWorkspaceAgentStats.

func (*MockStoreMockRecorder)DeleteOrganizationMemberadded inv2.13.0

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

DeleteOrganizationMember indicates an expected call of DeleteOrganizationMember.

func (*MockStoreMockRecorder)DeleteProvisionerKeyadded inv2.14.0

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

DeleteProvisionerKey indicates an expected call of DeleteProvisionerKey.

func (*MockStoreMockRecorder)DeleteReplicasUpdatedBefore

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

DeleteReplicasUpdatedBefore indicates an expected call of DeleteReplicasUpdatedBefore.

func (*MockStoreMockRecorder)DeleteRuntimeConfigadded inv2.16.0

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

DeleteRuntimeConfig indicates an expected call of DeleteRuntimeConfig.

func (*MockStoreMockRecorder)DeleteTailnetAgent

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

DeleteTailnetAgent indicates an expected call of DeleteTailnetAgent.

func (*MockStoreMockRecorder)DeleteTailnetClient

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

DeleteTailnetClient indicates an expected call of DeleteTailnetClient.

func (*MockStoreMockRecorder)DeleteTailnetClientSubscriptionadded inv2.2.0

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

DeleteTailnetClientSubscription indicates an expected call of DeleteTailnetClientSubscription.

func (*MockStoreMockRecorder)DeleteTailnetPeeradded inv2.4.0

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

DeleteTailnetPeer indicates an expected call of DeleteTailnetPeer.

func (*MockStoreMockRecorder)DeleteTailnetTunneladded inv2.4.0

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

DeleteTailnetTunnel indicates an expected call of DeleteTailnetTunnel.

func (*MockStoreMockRecorder)DeleteWebpushSubscriptionByUserIDAndEndpointadded inv2.21.0

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

DeleteWebpushSubscriptionByUserIDAndEndpoint indicates an expected call of DeleteWebpushSubscriptionByUserIDAndEndpoint.

func (*MockStoreMockRecorder)DeleteWebpushSubscriptionsadded inv2.21.0

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

DeleteWebpushSubscriptions indicates an expected call of DeleteWebpushSubscriptions.

func (*MockStoreMockRecorder)DeleteWorkspaceAgentPortShareadded inv2.9.0

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

DeleteWorkspaceAgentPortShare indicates an expected call of DeleteWorkspaceAgentPortShare.

func (*MockStoreMockRecorder)DeleteWorkspaceAgentPortSharesByTemplateadded inv2.9.0

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

DeleteWorkspaceAgentPortSharesByTemplate indicates an expected call of DeleteWorkspaceAgentPortSharesByTemplate.

func (*MockStoreMockRecorder)DeleteWorkspaceSubAgentByIDadded inv2.24.0

func (mr *MockStoreMockRecorder) DeleteWorkspaceSubAgentByID(ctx, idany) *gomock.Call

DeleteWorkspaceSubAgentByID indicates an expected call of DeleteWorkspaceSubAgentByID.

func (*MockStoreMockRecorder)DisableForeignKeysAndTriggersadded inv2.19.0

func (mr *MockStoreMockRecorder) DisableForeignKeysAndTriggers(ctxany) *gomock.Call

DisableForeignKeysAndTriggers indicates an expected call of DisableForeignKeysAndTriggers.

func (*MockStoreMockRecorder)EnqueueNotificationMessageadded inv2.13.0

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

EnqueueNotificationMessage indicates an expected call of EnqueueNotificationMessage.

func (*MockStoreMockRecorder)FavoriteWorkspaceadded inv2.8.0

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

FavoriteWorkspace indicates an expected call of FavoriteWorkspace.

func (*MockStoreMockRecorder)FetchMemoryResourceMonitorsByAgentIDadded inv2.20.0

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

FetchMemoryResourceMonitorsByAgentID indicates an expected call of FetchMemoryResourceMonitorsByAgentID.

func (*MockStoreMockRecorder)FetchMemoryResourceMonitorsUpdatedAfteradded inv2.20.0

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

FetchMemoryResourceMonitorsUpdatedAfter indicates an expected call of FetchMemoryResourceMonitorsUpdatedAfter.

func (*MockStoreMockRecorder)FetchNewMessageMetadataadded inv2.13.0

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

FetchNewMessageMetadata indicates an expected call of FetchNewMessageMetadata.

func (*MockStoreMockRecorder)FetchVolumesResourceMonitorsByAgentIDadded inv2.20.0

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

FetchVolumesResourceMonitorsByAgentID indicates an expected call of FetchVolumesResourceMonitorsByAgentID.

func (*MockStoreMockRecorder)FetchVolumesResourceMonitorsUpdatedAfteradded inv2.20.0

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

FetchVolumesResourceMonitorsUpdatedAfter indicates an expected call of FetchVolumesResourceMonitorsUpdatedAfter.

func (*MockStoreMockRecorder)GetAPIKeyByID

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

GetAPIKeyByID indicates an expected call of GetAPIKeyByID.

func (*MockStoreMockRecorder)GetAPIKeyByName

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

GetAPIKeyByName indicates an expected call of GetAPIKeyByName.

func (*MockStoreMockRecorder)GetAPIKeysByLoginType

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

GetAPIKeysByLoginType indicates an expected call of GetAPIKeysByLoginType.

func (*MockStoreMockRecorder)GetAPIKeysByUserID

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

GetAPIKeysByUserID indicates an expected call of GetAPIKeysByUserID.

func (*MockStoreMockRecorder)GetAPIKeysLastUsedAfter

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

GetAPIKeysLastUsedAfter indicates an expected call of GetAPIKeysLastUsedAfter.

func (*MockStoreMockRecorder)GetActivePresetPrebuildSchedulesadded inv2.24.0

func (mr *MockStoreMockRecorder) GetActivePresetPrebuildSchedules(ctxany) *gomock.Call

GetActivePresetPrebuildSchedules indicates an expected call of GetActivePresetPrebuildSchedules.

func (*MockStoreMockRecorder)GetActiveUserCount

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

GetActiveUserCount indicates an expected call of GetActiveUserCount.

func (*MockStoreMockRecorder)GetActiveWorkspaceBuildsByTemplateID

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

GetActiveWorkspaceBuildsByTemplateID indicates an expected call of GetActiveWorkspaceBuildsByTemplateID.

func (*MockStoreMockRecorder)GetAllTailnetAgents

func (mr *MockStoreMockRecorder) GetAllTailnetAgents(ctxany) *gomock.Call

GetAllTailnetAgents indicates an expected call of GetAllTailnetAgents.

func (*MockStoreMockRecorder)GetAllTailnetCoordinatorsadded inv2.5.0

func (mr *MockStoreMockRecorder) GetAllTailnetCoordinators(ctxany) *gomock.Call

GetAllTailnetCoordinators indicates an expected call of GetAllTailnetCoordinators.

func (*MockStoreMockRecorder)GetAllTailnetPeersadded inv2.5.0

func (mr *MockStoreMockRecorder) GetAllTailnetPeers(ctxany) *gomock.Call

GetAllTailnetPeers indicates an expected call of GetAllTailnetPeers.

func (*MockStoreMockRecorder)GetAllTailnetTunnelsadded inv2.5.0

func (mr *MockStoreMockRecorder) GetAllTailnetTunnels(ctxany) *gomock.Call

GetAllTailnetTunnels indicates an expected call of GetAllTailnetTunnels.

func (*MockStoreMockRecorder)GetAnnouncementBannersadded inv2.12.0

func (mr *MockStoreMockRecorder) GetAnnouncementBanners(ctxany) *gomock.Call

GetAnnouncementBanners indicates an expected call of GetAnnouncementBanners.

func (*MockStoreMockRecorder)GetAppSecurityKey

func (mr *MockStoreMockRecorder) GetAppSecurityKey(ctxany) *gomock.Call

GetAppSecurityKey indicates an expected call of GetAppSecurityKey.

func (*MockStoreMockRecorder)GetApplicationNameadded inv2.2.0

func (mr *MockStoreMockRecorder) GetApplicationName(ctxany) *gomock.Call

GetApplicationName indicates an expected call of GetApplicationName.

func (*MockStoreMockRecorder)GetAuditLogsOffset

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

GetAuditLogsOffset indicates an expected call of GetAuditLogsOffset.

func (*MockStoreMockRecorder)GetAuthorizationUserRoles

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

GetAuthorizationUserRoles indicates an expected call of GetAuthorizationUserRoles.

func (*MockStoreMockRecorder)GetAuthorizedAuditLogsOffsetadded inv2.14.0

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

GetAuthorizedAuditLogsOffset indicates an expected call of GetAuthorizedAuditLogsOffset.

func (*MockStoreMockRecorder)GetAuthorizedTemplates

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

GetAuthorizedTemplates indicates an expected call of GetAuthorizedTemplates.

func (*MockStoreMockRecorder)GetAuthorizedUsers

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

GetAuthorizedUsers indicates an expected call of GetAuthorizedUsers.

func (*MockStoreMockRecorder)GetAuthorizedWorkspaceBuildParametersByBuildIDsadded inv2.24.0

func (mr *MockStoreMockRecorder) GetAuthorizedWorkspaceBuildParametersByBuildIDs(ctx, workspaceBuildIDs, preparedany) *gomock.Call

GetAuthorizedWorkspaceBuildParametersByBuildIDs indicates an expected call of GetAuthorizedWorkspaceBuildParametersByBuildIDs.

func (*MockStoreMockRecorder)GetAuthorizedWorkspaces

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

GetAuthorizedWorkspaces indicates an expected call of GetAuthorizedWorkspaces.

func (*MockStoreMockRecorder)GetAuthorizedWorkspacesAndAgentsByOwnerIDadded inv2.18.0

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

GetAuthorizedWorkspacesAndAgentsByOwnerID indicates an expected call of GetAuthorizedWorkspacesAndAgentsByOwnerID.

func (*MockStoreMockRecorder)GetCoordinatorResumeTokenSigningKeyadded inv2.15.0

func (mr *MockStoreMockRecorder) GetCoordinatorResumeTokenSigningKey(ctxany) *gomock.Call

GetCoordinatorResumeTokenSigningKey indicates an expected call of GetCoordinatorResumeTokenSigningKey.

func (*MockStoreMockRecorder)GetCryptoKeyByFeatureAndSequenceadded inv2.16.0

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

GetCryptoKeyByFeatureAndSequence indicates an expected call of GetCryptoKeyByFeatureAndSequence.

func (*MockStoreMockRecorder)GetCryptoKeysadded inv2.16.0

func (mr *MockStoreMockRecorder) GetCryptoKeys(ctxany) *gomock.Call

GetCryptoKeys indicates an expected call of GetCryptoKeys.

func (*MockStoreMockRecorder)GetCryptoKeysByFeatureadded inv2.16.0

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

GetCryptoKeysByFeature indicates an expected call of GetCryptoKeysByFeature.

func (*MockStoreMockRecorder)GetDBCryptKeysadded inv2.2.0

func (mr *MockStoreMockRecorder) GetDBCryptKeys(ctxany) *gomock.Call

GetDBCryptKeys indicates an expected call of GetDBCryptKeys.

func (*MockStoreMockRecorder)GetDERPMeshKey

func (mr *MockStoreMockRecorder) GetDERPMeshKey(ctxany) *gomock.Call

GetDERPMeshKey indicates an expected call of GetDERPMeshKey.

func (*MockStoreMockRecorder)GetDefaultOrganizationadded inv2.9.0

func (mr *MockStoreMockRecorder) GetDefaultOrganization(ctxany) *gomock.Call

GetDefaultOrganization indicates an expected call of GetDefaultOrganization.

func (*MockStoreMockRecorder)GetDefaultProxyConfig

func (mr *MockStoreMockRecorder) GetDefaultProxyConfig(ctxany) *gomock.Call

GetDefaultProxyConfig indicates an expected call of GetDefaultProxyConfig.

func (*MockStoreMockRecorder)GetDeploymentDAUs

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

GetDeploymentDAUs indicates an expected call of GetDeploymentDAUs.

func (*MockStoreMockRecorder)GetDeploymentID

func (mr *MockStoreMockRecorder) GetDeploymentID(ctxany) *gomock.Call

GetDeploymentID indicates an expected call of GetDeploymentID.

func (*MockStoreMockRecorder)GetDeploymentWorkspaceAgentStats

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

GetDeploymentWorkspaceAgentStats indicates an expected call of GetDeploymentWorkspaceAgentStats.

func (*MockStoreMockRecorder)GetDeploymentWorkspaceAgentUsageStatsadded inv2.16.0

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

GetDeploymentWorkspaceAgentUsageStats indicates an expected call of GetDeploymentWorkspaceAgentUsageStats.

func (*MockStoreMockRecorder)GetDeploymentWorkspaceStats

func (mr *MockStoreMockRecorder) GetDeploymentWorkspaceStats(ctxany) *gomock.Call

GetDeploymentWorkspaceStats indicates an expected call of GetDeploymentWorkspaceStats.

func (*MockStoreMockRecorder)GetEligibleProvisionerDaemonsByProvisionerJobIDsadded inv2.18.1

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

GetEligibleProvisionerDaemonsByProvisionerJobIDs indicates an expected call of GetEligibleProvisionerDaemonsByProvisionerJobIDs.

func (*MockStoreMockRecorder)GetExternalAuthLinkadded inv2.2.1

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

GetExternalAuthLink indicates an expected call of GetExternalAuthLink.

func (*MockStoreMockRecorder)GetExternalAuthLinksByUserIDadded inv2.2.1

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

GetExternalAuthLinksByUserID indicates an expected call of GetExternalAuthLinksByUserID.

func (*MockStoreMockRecorder)GetFailedWorkspaceBuildsByTemplateIDadded inv2.16.0

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

GetFailedWorkspaceBuildsByTemplateID indicates an expected call of GetFailedWorkspaceBuildsByTemplateID.

func (*MockStoreMockRecorder)GetFileByHashAndCreator

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

GetFileByHashAndCreator indicates an expected call of GetFileByHashAndCreator.

func (*MockStoreMockRecorder)GetFileByID

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

GetFileByID indicates an expected call of GetFileByID.

func (*MockStoreMockRecorder)GetFileIDByTemplateVersionIDadded inv2.22.0

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

GetFileIDByTemplateVersionID indicates an expected call of GetFileIDByTemplateVersionID.

func (*MockStoreMockRecorder)GetFileTemplates

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

GetFileTemplates indicates an expected call of GetFileTemplates.

func (*MockStoreMockRecorder)GetFilteredInboxNotificationsByUserIDadded inv2.21.0

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

GetFilteredInboxNotificationsByUserID indicates an expected call of GetFilteredInboxNotificationsByUserID.

func (*MockStoreMockRecorder)GetGitSSHKey

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

GetGitSSHKey indicates an expected call of GetGitSSHKey.

func (*MockStoreMockRecorder)GetGroupByID

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

GetGroupByID indicates an expected call of GetGroupByID.

func (*MockStoreMockRecorder)GetGroupByOrgAndName

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

GetGroupByOrgAndName indicates an expected call of GetGroupByOrgAndName.

func (*MockStoreMockRecorder)GetGroupMembers

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

GetGroupMembers indicates an expected call of GetGroupMembers.

func (*MockStoreMockRecorder)GetGroupMembersByGroupIDadded inv2.13.0

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

GetGroupMembersByGroupID indicates an expected call of GetGroupMembersByGroupID.

func (*MockStoreMockRecorder)GetGroupMembersCountByGroupIDadded inv2.15.0

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

GetGroupMembersCountByGroupID indicates an expected call of GetGroupMembersCountByGroupID.

func (*MockStoreMockRecorder)GetGroupsadded inv2.13.0

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

GetGroups indicates an expected call of GetGroups.

func (*MockStoreMockRecorder)GetHealthSettingsadded inv2.5.0

func (mr *MockStoreMockRecorder) GetHealthSettings(ctxany) *gomock.Call

GetHealthSettings indicates an expected call of GetHealthSettings.

func (*MockStoreMockRecorder)GetInboxNotificationByIDadded inv2.21.0

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

GetInboxNotificationByID indicates an expected call of GetInboxNotificationByID.

func (*MockStoreMockRecorder)GetInboxNotificationsByUserIDadded inv2.21.0

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

GetInboxNotificationsByUserID indicates an expected call of GetInboxNotificationsByUserID.

func (*MockStoreMockRecorder)GetLastUpdateCheck

func (mr *MockStoreMockRecorder) GetLastUpdateCheck(ctxany) *gomock.Call

GetLastUpdateCheck indicates an expected call of GetLastUpdateCheck.

func (*MockStoreMockRecorder)GetLatestCryptoKeyByFeatureadded inv2.16.0

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

GetLatestCryptoKeyByFeature indicates an expected call of GetLatestCryptoKeyByFeature.

func (*MockStoreMockRecorder)GetLatestWorkspaceAppStatusesByWorkspaceIDsadded inv2.21.0

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

GetLatestWorkspaceAppStatusesByWorkspaceIDs indicates an expected call of GetLatestWorkspaceAppStatusesByWorkspaceIDs.

func (*MockStoreMockRecorder)GetLatestWorkspaceBuildByWorkspaceID

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

GetLatestWorkspaceBuildByWorkspaceID indicates an expected call of GetLatestWorkspaceBuildByWorkspaceID.

func (*MockStoreMockRecorder)GetLatestWorkspaceBuilds

func (mr *MockStoreMockRecorder) GetLatestWorkspaceBuilds(ctxany) *gomock.Call

GetLatestWorkspaceBuilds indicates an expected call of GetLatestWorkspaceBuilds.

func (*MockStoreMockRecorder)GetLatestWorkspaceBuildsByWorkspaceIDs

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

GetLatestWorkspaceBuildsByWorkspaceIDs indicates an expected call of GetLatestWorkspaceBuildsByWorkspaceIDs.

func (*MockStoreMockRecorder)GetLicenseByID

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

GetLicenseByID indicates an expected call of GetLicenseByID.

func (*MockStoreMockRecorder)GetLicenses

func (mr *MockStoreMockRecorder) GetLicenses(ctxany) *gomock.Call

GetLicenses indicates an expected call of GetLicenses.

func (*MockStoreMockRecorder)GetLogoURL

func (mr *MockStoreMockRecorder) GetLogoURL(ctxany) *gomock.Call

GetLogoURL indicates an expected call of GetLogoURL.

func (*MockStoreMockRecorder)GetNotificationMessagesByStatusadded inv2.14.0

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

GetNotificationMessagesByStatus indicates an expected call of GetNotificationMessagesByStatus.

func (*MockStoreMockRecorder)GetNotificationReportGeneratorLogByTemplateadded inv2.16.0

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

GetNotificationReportGeneratorLogByTemplate indicates an expected call of GetNotificationReportGeneratorLogByTemplate.

func (*MockStoreMockRecorder)GetNotificationTemplateByIDadded inv2.15.0

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

GetNotificationTemplateByID indicates an expected call of GetNotificationTemplateByID.

func (*MockStoreMockRecorder)GetNotificationTemplatesByKindadded inv2.15.0

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

GetNotificationTemplatesByKind indicates an expected call of GetNotificationTemplatesByKind.

func (*MockStoreMockRecorder)GetNotificationsSettingsadded inv2.14.0

func (mr *MockStoreMockRecorder) GetNotificationsSettings(ctxany) *gomock.Call

GetNotificationsSettings indicates an expected call of GetNotificationsSettings.

func (*MockStoreMockRecorder)GetOAuth2GithubDefaultEligibleadded inv2.20.0

func (mr *MockStoreMockRecorder) GetOAuth2GithubDefaultEligible(ctxany) *gomock.Call

GetOAuth2GithubDefaultEligible indicates an expected call of GetOAuth2GithubDefaultEligible.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppByIDadded inv2.6.0

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

GetOAuth2ProviderAppByID indicates an expected call of GetOAuth2ProviderAppByID.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppCodeByIDadded inv2.9.0

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

GetOAuth2ProviderAppCodeByID indicates an expected call of GetOAuth2ProviderAppCodeByID.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppCodeByPrefixadded inv2.9.0

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

GetOAuth2ProviderAppCodeByPrefix indicates an expected call of GetOAuth2ProviderAppCodeByPrefix.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppSecretByIDadded inv2.6.0

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

GetOAuth2ProviderAppSecretByID indicates an expected call of GetOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppSecretByPrefixadded inv2.9.0

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

GetOAuth2ProviderAppSecretByPrefix indicates an expected call of GetOAuth2ProviderAppSecretByPrefix.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppSecretsByAppIDadded inv2.6.0

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

GetOAuth2ProviderAppSecretsByAppID indicates an expected call of GetOAuth2ProviderAppSecretsByAppID.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppTokenByPrefixadded inv2.9.0

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

GetOAuth2ProviderAppTokenByPrefix indicates an expected call of GetOAuth2ProviderAppTokenByPrefix.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppsadded inv2.6.0

func (mr *MockStoreMockRecorder) GetOAuth2ProviderApps(ctxany) *gomock.Call

GetOAuth2ProviderApps indicates an expected call of GetOAuth2ProviderApps.

func (*MockStoreMockRecorder)GetOAuth2ProviderAppsByUserIDadded inv2.9.0

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

GetOAuth2ProviderAppsByUserID indicates an expected call of GetOAuth2ProviderAppsByUserID.

func (*MockStoreMockRecorder)GetOAuthSigningKey

func (mr *MockStoreMockRecorder) GetOAuthSigningKey(ctxany) *gomock.Call

GetOAuthSigningKey indicates an expected call of GetOAuthSigningKey.

func (*MockStoreMockRecorder)GetOrganizationByID

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

GetOrganizationByID indicates an expected call of GetOrganizationByID.

func (*MockStoreMockRecorder)GetOrganizationByName

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

GetOrganizationByName indicates an expected call of GetOrganizationByName.

func (*MockStoreMockRecorder)GetOrganizationIDsByMemberIDs

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

GetOrganizationIDsByMemberIDs indicates an expected call of GetOrganizationIDsByMemberIDs.

func (*MockStoreMockRecorder)GetOrganizationResourceCountByIDadded inv2.21.0

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

GetOrganizationResourceCountByID indicates an expected call of GetOrganizationResourceCountByID.

func (*MockStoreMockRecorder)GetOrganizations

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

GetOrganizations indicates an expected call of GetOrganizations.

func (*MockStoreMockRecorder)GetOrganizationsByUserID

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

GetOrganizationsByUserID indicates an expected call of GetOrganizationsByUserID.

func (*MockStoreMockRecorder)GetParameterSchemasByJobID

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

GetParameterSchemasByJobID indicates an expected call of GetParameterSchemasByJobID.

func (*MockStoreMockRecorder)GetPrebuildMetricsadded inv2.22.0

func (mr *MockStoreMockRecorder) GetPrebuildMetrics(ctxany) *gomock.Call

GetPrebuildMetrics indicates an expected call of GetPrebuildMetrics.

func (*MockStoreMockRecorder)GetPresetByIDadded inv2.22.0

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

GetPresetByID indicates an expected call of GetPresetByID.

func (*MockStoreMockRecorder)GetPresetByWorkspaceBuildIDadded inv2.20.0

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

GetPresetByWorkspaceBuildID indicates an expected call of GetPresetByWorkspaceBuildID.

func (*MockStoreMockRecorder)GetPresetParametersByPresetIDadded inv2.22.0

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

GetPresetParametersByPresetID indicates an expected call of GetPresetParametersByPresetID.

func (*MockStoreMockRecorder)GetPresetParametersByTemplateVersionIDadded inv2.20.0

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

GetPresetParametersByTemplateVersionID indicates an expected call of GetPresetParametersByTemplateVersionID.

func (*MockStoreMockRecorder)GetPresetsAtFailureLimitadded inv2.23.0

func (mr *MockStoreMockRecorder) GetPresetsAtFailureLimit(ctx, hardLimitany) *gomock.Call

GetPresetsAtFailureLimit indicates an expected call of GetPresetsAtFailureLimit.

func (*MockStoreMockRecorder)GetPresetsBackoffadded inv2.22.0

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

GetPresetsBackoff indicates an expected call of GetPresetsBackoff.

func (*MockStoreMockRecorder)GetPresetsByTemplateVersionIDadded inv2.20.0

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

GetPresetsByTemplateVersionID indicates an expected call of GetPresetsByTemplateVersionID.

func (*MockStoreMockRecorder)GetPreviousTemplateVersion

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

GetPreviousTemplateVersion indicates an expected call of GetPreviousTemplateVersion.

func (*MockStoreMockRecorder)GetProvisionerDaemons

func (mr *MockStoreMockRecorder) GetProvisionerDaemons(ctxany) *gomock.Call

GetProvisionerDaemons indicates an expected call of GetProvisionerDaemons.

func (*MockStoreMockRecorder)GetProvisionerDaemonsByOrganizationadded inv2.14.0

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

GetProvisionerDaemonsByOrganization indicates an expected call of GetProvisionerDaemonsByOrganization.

func (*MockStoreMockRecorder)GetProvisionerDaemonsWithStatusByOrganizationadded inv2.19.0

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

GetProvisionerDaemonsWithStatusByOrganization indicates an expected call of GetProvisionerDaemonsWithStatusByOrganization.

func (*MockStoreMockRecorder)GetProvisionerJobByID

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

GetProvisionerJobByID indicates an expected call of GetProvisionerJobByID.

func (*MockStoreMockRecorder)GetProvisionerJobByIDForUpdateadded inv2.23.0

func (mr *MockStoreMockRecorder) GetProvisionerJobByIDForUpdate(ctx, idany) *gomock.Call

GetProvisionerJobByIDForUpdate indicates an expected call of GetProvisionerJobByIDForUpdate.

func (*MockStoreMockRecorder)GetProvisionerJobTimingsByJobIDadded inv2.16.0

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

GetProvisionerJobTimingsByJobID indicates an expected call of GetProvisionerJobTimingsByJobID.

func (*MockStoreMockRecorder)GetProvisionerJobsByIDs

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

GetProvisionerJobsByIDs indicates an expected call of GetProvisionerJobsByIDs.

func (*MockStoreMockRecorder)GetProvisionerJobsByIDsWithQueuePosition

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

GetProvisionerJobsByIDsWithQueuePosition indicates an expected call of GetProvisionerJobsByIDsWithQueuePosition.

func (*MockStoreMockRecorder)GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioneradded inv2.19.0

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

GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner indicates an expected call of GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner.

func (*MockStoreMockRecorder)GetProvisionerJobsCreatedAfter

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

GetProvisionerJobsCreatedAfter indicates an expected call of GetProvisionerJobsCreatedAfter.

func (*MockStoreMockRecorder)GetProvisionerJobsToBeReapedadded inv2.23.0

func (mr *MockStoreMockRecorder) GetProvisionerJobsToBeReaped(ctx, argany) *gomock.Call

GetProvisionerJobsToBeReaped indicates an expected call of GetProvisionerJobsToBeReaped.

func (*MockStoreMockRecorder)GetProvisionerKeyByHashedSecretadded inv2.14.0

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

GetProvisionerKeyByHashedSecret indicates an expected call of GetProvisionerKeyByHashedSecret.

func (*MockStoreMockRecorder)GetProvisionerKeyByIDadded inv2.14.0

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

GetProvisionerKeyByID indicates an expected call of GetProvisionerKeyByID.

func (*MockStoreMockRecorder)GetProvisionerKeyByNameadded inv2.14.0

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

GetProvisionerKeyByName indicates an expected call of GetProvisionerKeyByName.

func (*MockStoreMockRecorder)GetProvisionerLogsAfterID

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

GetProvisionerLogsAfterID indicates an expected call of GetProvisionerLogsAfterID.

func (*MockStoreMockRecorder)GetQuotaAllowanceForUser

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

GetQuotaAllowanceForUser indicates an expected call of GetQuotaAllowanceForUser.

func (*MockStoreMockRecorder)GetQuotaConsumedForUser

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

GetQuotaConsumedForUser indicates an expected call of GetQuotaConsumedForUser.

func (*MockStoreMockRecorder)GetReplicaByID

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

GetReplicaByID indicates an expected call of GetReplicaByID.

func (*MockStoreMockRecorder)GetReplicasUpdatedAfter

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

GetReplicasUpdatedAfter indicates an expected call of GetReplicasUpdatedAfter.

func (*MockStoreMockRecorder)GetRunningPrebuiltWorkspacesadded inv2.22.0

func (mr *MockStoreMockRecorder) GetRunningPrebuiltWorkspaces(ctxany) *gomock.Call

GetRunningPrebuiltWorkspaces indicates an expected call of GetRunningPrebuiltWorkspaces.

func (*MockStoreMockRecorder)GetRuntimeConfigadded inv2.16.0

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

GetRuntimeConfig indicates an expected call of GetRuntimeConfig.

func (*MockStoreMockRecorder)GetTailnetAgents

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

GetTailnetAgents indicates an expected call of GetTailnetAgents.

func (*MockStoreMockRecorder)GetTailnetClientsForAgent

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

GetTailnetClientsForAgent indicates an expected call of GetTailnetClientsForAgent.

func (*MockStoreMockRecorder)GetTailnetPeersadded inv2.4.0

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

GetTailnetPeers indicates an expected call of GetTailnetPeers.

func (*MockStoreMockRecorder)GetTailnetTunnelPeerBindingsadded inv2.4.0

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

GetTailnetTunnelPeerBindings indicates an expected call of GetTailnetTunnelPeerBindings.

func (*MockStoreMockRecorder)GetTailnetTunnelPeerIDsadded inv2.4.0

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

GetTailnetTunnelPeerIDs indicates an expected call of GetTailnetTunnelPeerIDs.

func (*MockStoreMockRecorder)GetTelemetryItemadded inv2.19.0

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

GetTelemetryItem indicates an expected call of GetTelemetryItem.

func (*MockStoreMockRecorder)GetTelemetryItemsadded inv2.19.0

func (mr *MockStoreMockRecorder) GetTelemetryItems(ctxany) *gomock.Call

GetTelemetryItems indicates an expected call of GetTelemetryItems.

func (*MockStoreMockRecorder)GetTemplateAppInsights

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

GetTemplateAppInsights indicates an expected call of GetTemplateAppInsights.

func (*MockStoreMockRecorder)GetTemplateAppInsightsByTemplateadded inv2.4.0

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

GetTemplateAppInsightsByTemplate indicates an expected call of GetTemplateAppInsightsByTemplate.

func (*MockStoreMockRecorder)GetTemplateAverageBuildTime

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

GetTemplateAverageBuildTime indicates an expected call of GetTemplateAverageBuildTime.

func (*MockStoreMockRecorder)GetTemplateByID

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

GetTemplateByID indicates an expected call of GetTemplateByID.

func (*MockStoreMockRecorder)GetTemplateByOrganizationAndName

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

GetTemplateByOrganizationAndName indicates an expected call of GetTemplateByOrganizationAndName.

func (*MockStoreMockRecorder)GetTemplateDAUs

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

GetTemplateDAUs indicates an expected call of GetTemplateDAUs.

func (*MockStoreMockRecorder)GetTemplateGroupRoles

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

GetTemplateGroupRoles indicates an expected call of GetTemplateGroupRoles.

func (*MockStoreMockRecorder)GetTemplateInsights

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

GetTemplateInsights indicates an expected call of GetTemplateInsights.

func (*MockStoreMockRecorder)GetTemplateInsightsByIntervaladded inv2.2.0

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

GetTemplateInsightsByInterval indicates an expected call of GetTemplateInsightsByInterval.

func (*MockStoreMockRecorder)GetTemplateInsightsByTemplateadded inv2.3.2

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

GetTemplateInsightsByTemplate indicates an expected call of GetTemplateInsightsByTemplate.

func (*MockStoreMockRecorder)GetTemplateParameterInsights

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

GetTemplateParameterInsights indicates an expected call of GetTemplateParameterInsights.

func (*MockStoreMockRecorder)GetTemplatePresetsWithPrebuildsadded inv2.22.0

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

GetTemplatePresetsWithPrebuilds indicates an expected call of GetTemplatePresetsWithPrebuilds.

func (*MockStoreMockRecorder)GetTemplateUsageStatsadded inv2.10.0

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

GetTemplateUsageStats indicates an expected call of GetTemplateUsageStats.

func (*MockStoreMockRecorder)GetTemplateUserRoles

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

GetTemplateUserRoles indicates an expected call of GetTemplateUserRoles.

func (*MockStoreMockRecorder)GetTemplateVersionByID

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

GetTemplateVersionByID indicates an expected call of GetTemplateVersionByID.

func (*MockStoreMockRecorder)GetTemplateVersionByJobID

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

GetTemplateVersionByJobID indicates an expected call of GetTemplateVersionByJobID.

func (*MockStoreMockRecorder)GetTemplateVersionByTemplateIDAndName

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

GetTemplateVersionByTemplateIDAndName indicates an expected call of GetTemplateVersionByTemplateIDAndName.

func (*MockStoreMockRecorder)GetTemplateVersionParameters

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

GetTemplateVersionParameters indicates an expected call of GetTemplateVersionParameters.

func (*MockStoreMockRecorder)GetTemplateVersionTerraformValuesadded inv2.22.0

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

GetTemplateVersionTerraformValues indicates an expected call of GetTemplateVersionTerraformValues.

func (*MockStoreMockRecorder)GetTemplateVersionVariables

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

GetTemplateVersionVariables indicates an expected call of GetTemplateVersionVariables.

func (*MockStoreMockRecorder)GetTemplateVersionWorkspaceTagsadded inv2.12.0

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

GetTemplateVersionWorkspaceTags indicates an expected call of GetTemplateVersionWorkspaceTags.

func (*MockStoreMockRecorder)GetTemplateVersionsByIDs

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

GetTemplateVersionsByIDs indicates an expected call of GetTemplateVersionsByIDs.

func (*MockStoreMockRecorder)GetTemplateVersionsByTemplateID

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

GetTemplateVersionsByTemplateID indicates an expected call of GetTemplateVersionsByTemplateID.

func (*MockStoreMockRecorder)GetTemplateVersionsCreatedAfter

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

GetTemplateVersionsCreatedAfter indicates an expected call of GetTemplateVersionsCreatedAfter.

func (*MockStoreMockRecorder)GetTemplates

func (mr *MockStoreMockRecorder) GetTemplates(ctxany) *gomock.Call

GetTemplates indicates an expected call of GetTemplates.

func (*MockStoreMockRecorder)GetTemplatesWithFilter

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

GetTemplatesWithFilter indicates an expected call of GetTemplatesWithFilter.

func (*MockStoreMockRecorder)GetUnexpiredLicenses

func (mr *MockStoreMockRecorder) GetUnexpiredLicenses(ctxany) *gomock.Call

GetUnexpiredLicenses indicates an expected call of GetUnexpiredLicenses.

func (*MockStoreMockRecorder)GetUserActivityInsightsadded inv2.2.0

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

GetUserActivityInsights indicates an expected call of GetUserActivityInsights.

func (*MockStoreMockRecorder)GetUserByEmailOrUsername

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

GetUserByEmailOrUsername indicates an expected call of GetUserByEmailOrUsername.

func (*MockStoreMockRecorder)GetUserByID

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

GetUserByID indicates an expected call of GetUserByID.

func (*MockStoreMockRecorder)GetUserCount

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

GetUserCount indicates an expected call of GetUserCount.

func (*MockStoreMockRecorder)GetUserLatencyInsights

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

GetUserLatencyInsights indicates an expected call of GetUserLatencyInsights.

func (*MockStoreMockRecorder)GetUserLinkByLinkedID

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

GetUserLinkByLinkedID indicates an expected call of GetUserLinkByLinkedID.

func (*MockStoreMockRecorder)GetUserLinkByUserIDLoginType

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

GetUserLinkByUserIDLoginType indicates an expected call of GetUserLinkByUserIDLoginType.

func (*MockStoreMockRecorder)GetUserLinksByUserIDadded inv2.2.0

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

GetUserLinksByUserID indicates an expected call of GetUserLinksByUserID.

func (*MockStoreMockRecorder)GetUserNotificationPreferencesadded inv2.15.0

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

GetUserNotificationPreferences indicates an expected call of GetUserNotificationPreferences.

func (*MockStoreMockRecorder)GetUserStatusCountsadded inv2.19.0

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

GetUserStatusCounts indicates an expected call of GetUserStatusCounts.

func (*MockStoreMockRecorder)GetUserTerminalFontadded inv2.22.0

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

GetUserTerminalFont indicates an expected call of GetUserTerminalFont.

func (*MockStoreMockRecorder)GetUserThemePreferenceadded inv2.22.0

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

GetUserThemePreference indicates an expected call of GetUserThemePreference.

func (*MockStoreMockRecorder)GetUserWorkspaceBuildParametersadded inv2.8.0

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

GetUserWorkspaceBuildParameters indicates an expected call of GetUserWorkspaceBuildParameters.

func (*MockStoreMockRecorder)GetUsers

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

GetUsers indicates an expected call of GetUsers.

func (*MockStoreMockRecorder)GetUsersByIDs

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

GetUsersByIDs indicates an expected call of GetUsersByIDs.

func (*MockStoreMockRecorder)GetWebpushSubscriptionsByUserIDadded inv2.21.0

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

GetWebpushSubscriptionsByUserID indicates an expected call of GetWebpushSubscriptionsByUserID.

func (*MockStoreMockRecorder)GetWebpushVAPIDKeysadded inv2.21.0

func (mr *MockStoreMockRecorder) GetWebpushVAPIDKeys(ctxany) *gomock.Call

GetWebpushVAPIDKeys indicates an expected call of GetWebpushVAPIDKeys.

func (*MockStoreMockRecorder)GetWorkspaceAgentAndLatestBuildByAuthTokenadded inv2.10.0

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

GetWorkspaceAgentAndLatestBuildByAuthToken indicates an expected call of GetWorkspaceAgentAndLatestBuildByAuthToken.

func (*MockStoreMockRecorder)GetWorkspaceAgentByID

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

GetWorkspaceAgentByID indicates an expected call of GetWorkspaceAgentByID.

func (*MockStoreMockRecorder)GetWorkspaceAgentByInstanceID

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

GetWorkspaceAgentByInstanceID indicates an expected call of GetWorkspaceAgentByInstanceID.

func (*MockStoreMockRecorder)GetWorkspaceAgentDevcontainersByAgentIDadded inv2.21.0

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

GetWorkspaceAgentDevcontainersByAgentID indicates an expected call of GetWorkspaceAgentDevcontainersByAgentID.

func (*MockStoreMockRecorder)GetWorkspaceAgentLifecycleStateByID

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

GetWorkspaceAgentLifecycleStateByID indicates an expected call of GetWorkspaceAgentLifecycleStateByID.

func (*MockStoreMockRecorder)GetWorkspaceAgentLogSourcesByAgentIDsadded inv2.2.0

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

GetWorkspaceAgentLogSourcesByAgentIDs indicates an expected call of GetWorkspaceAgentLogSourcesByAgentIDs.

func (*MockStoreMockRecorder)GetWorkspaceAgentLogsAfter

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

GetWorkspaceAgentLogsAfter indicates an expected call of GetWorkspaceAgentLogsAfter.

func (*MockStoreMockRecorder)GetWorkspaceAgentMetadata

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

GetWorkspaceAgentMetadata indicates an expected call of GetWorkspaceAgentMetadata.

func (*MockStoreMockRecorder)GetWorkspaceAgentPortShareadded inv2.9.0

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

GetWorkspaceAgentPortShare indicates an expected call of GetWorkspaceAgentPortShare.

func (*MockStoreMockRecorder)GetWorkspaceAgentScriptTimingsByBuildIDadded inv2.17.0

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

GetWorkspaceAgentScriptTimingsByBuildID indicates an expected call of GetWorkspaceAgentScriptTimingsByBuildID.

func (*MockStoreMockRecorder)GetWorkspaceAgentScriptsByAgentIDsadded inv2.2.0

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

GetWorkspaceAgentScriptsByAgentIDs indicates an expected call of GetWorkspaceAgentScriptsByAgentIDs.

func (*MockStoreMockRecorder)GetWorkspaceAgentStats

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

GetWorkspaceAgentStats indicates an expected call of GetWorkspaceAgentStats.

func (*MockStoreMockRecorder)GetWorkspaceAgentStatsAndLabels

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

GetWorkspaceAgentStatsAndLabels indicates an expected call of GetWorkspaceAgentStatsAndLabels.

func (*MockStoreMockRecorder)GetWorkspaceAgentUsageStatsadded inv2.16.0

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

GetWorkspaceAgentUsageStats indicates an expected call of GetWorkspaceAgentUsageStats.

func (*MockStoreMockRecorder)GetWorkspaceAgentUsageStatsAndLabelsadded inv2.16.0

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

GetWorkspaceAgentUsageStatsAndLabels indicates an expected call of GetWorkspaceAgentUsageStatsAndLabels.

func (*MockStoreMockRecorder)GetWorkspaceAgentsByParentIDadded inv2.24.0

func (mr *MockStoreMockRecorder) GetWorkspaceAgentsByParentID(ctx, parentIDany) *gomock.Call

GetWorkspaceAgentsByParentID indicates an expected call of GetWorkspaceAgentsByParentID.

func (*MockStoreMockRecorder)GetWorkspaceAgentsByResourceIDs

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

GetWorkspaceAgentsByResourceIDs indicates an expected call of GetWorkspaceAgentsByResourceIDs.

func (*MockStoreMockRecorder)GetWorkspaceAgentsByWorkspaceAndBuildNumberadded inv2.22.0

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

GetWorkspaceAgentsByWorkspaceAndBuildNumber indicates an expected call of GetWorkspaceAgentsByWorkspaceAndBuildNumber.

func (*MockStoreMockRecorder)GetWorkspaceAgentsCreatedAfter

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

GetWorkspaceAgentsCreatedAfter indicates an expected call of GetWorkspaceAgentsCreatedAfter.

func (*MockStoreMockRecorder)GetWorkspaceAgentsInLatestBuildByWorkspaceID

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

GetWorkspaceAgentsInLatestBuildByWorkspaceID indicates an expected call of GetWorkspaceAgentsInLatestBuildByWorkspaceID.

func (*MockStoreMockRecorder)GetWorkspaceAppByAgentIDAndSlug

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

GetWorkspaceAppByAgentIDAndSlug indicates an expected call of GetWorkspaceAppByAgentIDAndSlug.

func (*MockStoreMockRecorder)GetWorkspaceAppStatusesByAppIDsadded inv2.21.0

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

GetWorkspaceAppStatusesByAppIDs indicates an expected call of GetWorkspaceAppStatusesByAppIDs.

func (*MockStoreMockRecorder)GetWorkspaceAppsByAgentID

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

GetWorkspaceAppsByAgentID indicates an expected call of GetWorkspaceAppsByAgentID.

func (*MockStoreMockRecorder)GetWorkspaceAppsByAgentIDs

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

GetWorkspaceAppsByAgentIDs indicates an expected call of GetWorkspaceAppsByAgentIDs.

func (*MockStoreMockRecorder)GetWorkspaceAppsCreatedAfter

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

GetWorkspaceAppsCreatedAfter indicates an expected call of GetWorkspaceAppsCreatedAfter.

func (*MockStoreMockRecorder)GetWorkspaceBuildByID

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

GetWorkspaceBuildByID indicates an expected call of GetWorkspaceBuildByID.

func (*MockStoreMockRecorder)GetWorkspaceBuildByJobID

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

GetWorkspaceBuildByJobID indicates an expected call of GetWorkspaceBuildByJobID.

func (*MockStoreMockRecorder)GetWorkspaceBuildByWorkspaceIDAndBuildNumber

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

GetWorkspaceBuildByWorkspaceIDAndBuildNumber indicates an expected call of GetWorkspaceBuildByWorkspaceIDAndBuildNumber.

func (*MockStoreMockRecorder)GetWorkspaceBuildParameters

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

GetWorkspaceBuildParameters indicates an expected call of GetWorkspaceBuildParameters.

func (*MockStoreMockRecorder)GetWorkspaceBuildParametersByBuildIDsadded inv2.24.0

func (mr *MockStoreMockRecorder) GetWorkspaceBuildParametersByBuildIDs(ctx, workspaceBuildIdsany) *gomock.Call

GetWorkspaceBuildParametersByBuildIDs indicates an expected call of GetWorkspaceBuildParametersByBuildIDs.

func (*MockStoreMockRecorder)GetWorkspaceBuildStatsByTemplatesadded inv2.16.0

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

GetWorkspaceBuildStatsByTemplates indicates an expected call of GetWorkspaceBuildStatsByTemplates.

func (*MockStoreMockRecorder)GetWorkspaceBuildsByWorkspaceID

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

GetWorkspaceBuildsByWorkspaceID indicates an expected call of GetWorkspaceBuildsByWorkspaceID.

func (*MockStoreMockRecorder)GetWorkspaceBuildsCreatedAfter

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

GetWorkspaceBuildsCreatedAfter indicates an expected call of GetWorkspaceBuildsCreatedAfter.

func (*MockStoreMockRecorder)GetWorkspaceByAgentID

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

GetWorkspaceByAgentID indicates an expected call of GetWorkspaceByAgentID.

func (*MockStoreMockRecorder)GetWorkspaceByID

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

GetWorkspaceByID indicates an expected call of GetWorkspaceByID.

func (*MockStoreMockRecorder)GetWorkspaceByOwnerIDAndName

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

GetWorkspaceByOwnerIDAndName indicates an expected call of GetWorkspaceByOwnerIDAndName.

func (*MockStoreMockRecorder)GetWorkspaceByResourceIDadded inv2.23.0

func (mr *MockStoreMockRecorder) GetWorkspaceByResourceID(ctx, resourceIDany) *gomock.Call

GetWorkspaceByResourceID indicates an expected call of GetWorkspaceByResourceID.

func (*MockStoreMockRecorder)GetWorkspaceByWorkspaceAppID

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

GetWorkspaceByWorkspaceAppID indicates an expected call of GetWorkspaceByWorkspaceAppID.

func (*MockStoreMockRecorder)GetWorkspaceModulesByJobIDadded inv2.18.0

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

GetWorkspaceModulesByJobID indicates an expected call of GetWorkspaceModulesByJobID.

func (*MockStoreMockRecorder)GetWorkspaceModulesCreatedAfteradded inv2.18.0

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

GetWorkspaceModulesCreatedAfter indicates an expected call of GetWorkspaceModulesCreatedAfter.

func (*MockStoreMockRecorder)GetWorkspaceProxies

func (mr *MockStoreMockRecorder) GetWorkspaceProxies(ctxany) *gomock.Call

GetWorkspaceProxies indicates an expected call of GetWorkspaceProxies.

func (*MockStoreMockRecorder)GetWorkspaceProxyByHostname

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

GetWorkspaceProxyByHostname indicates an expected call of GetWorkspaceProxyByHostname.

func (*MockStoreMockRecorder)GetWorkspaceProxyByID

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

GetWorkspaceProxyByID indicates an expected call of GetWorkspaceProxyByID.

func (*MockStoreMockRecorder)GetWorkspaceProxyByName

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

GetWorkspaceProxyByName indicates an expected call of GetWorkspaceProxyByName.

func (*MockStoreMockRecorder)GetWorkspaceResourceByID

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

GetWorkspaceResourceByID indicates an expected call of GetWorkspaceResourceByID.

func (*MockStoreMockRecorder)GetWorkspaceResourceMetadataByResourceIDs

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

GetWorkspaceResourceMetadataByResourceIDs indicates an expected call of GetWorkspaceResourceMetadataByResourceIDs.

func (*MockStoreMockRecorder)GetWorkspaceResourceMetadataCreatedAfter

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

GetWorkspaceResourceMetadataCreatedAfter indicates an expected call of GetWorkspaceResourceMetadataCreatedAfter.

func (*MockStoreMockRecorder)GetWorkspaceResourcesByJobID

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

GetWorkspaceResourcesByJobID indicates an expected call of GetWorkspaceResourcesByJobID.

func (*MockStoreMockRecorder)GetWorkspaceResourcesByJobIDs

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

GetWorkspaceResourcesByJobIDs indicates an expected call of GetWorkspaceResourcesByJobIDs.

func (*MockStoreMockRecorder)GetWorkspaceResourcesCreatedAfter

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

GetWorkspaceResourcesCreatedAfter indicates an expected call of GetWorkspaceResourcesCreatedAfter.

func (*MockStoreMockRecorder)GetWorkspaceUniqueOwnerCountByTemplateIDsadded inv2.5.0

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

GetWorkspaceUniqueOwnerCountByTemplateIDs indicates an expected call of GetWorkspaceUniqueOwnerCountByTemplateIDs.

func (*MockStoreMockRecorder)GetWorkspaces

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

GetWorkspaces indicates an expected call of GetWorkspaces.

func (*MockStoreMockRecorder)GetWorkspacesAndAgentsByOwnerIDadded inv2.18.0

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

GetWorkspacesAndAgentsByOwnerID indicates an expected call of GetWorkspacesAndAgentsByOwnerID.

func (*MockStoreMockRecorder)GetWorkspacesByTemplateIDadded inv2.19.0

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

GetWorkspacesByTemplateID indicates an expected call of GetWorkspacesByTemplateID.

func (*MockStoreMockRecorder)GetWorkspacesEligibleForTransition

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

GetWorkspacesEligibleForTransition indicates an expected call of GetWorkspacesEligibleForTransition.

func (*MockStoreMockRecorder)HasTemplateVersionsWithAITaskadded inv2.24.0

func (mr *MockStoreMockRecorder) HasTemplateVersionsWithAITask(ctxany) *gomock.Call

HasTemplateVersionsWithAITask indicates an expected call of HasTemplateVersionsWithAITask.

func (*MockStoreMockRecorder)InTx

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

InTx indicates an expected call of InTx.

func (*MockStoreMockRecorder)InsertAPIKey

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

InsertAPIKey indicates an expected call of InsertAPIKey.

func (*MockStoreMockRecorder)InsertAllUsersGroup

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

InsertAllUsersGroup indicates an expected call of InsertAllUsersGroup.

func (*MockStoreMockRecorder)InsertAuditLog

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

InsertAuditLog indicates an expected call of InsertAuditLog.

func (*MockStoreMockRecorder)InsertCryptoKeyadded inv2.16.0

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

InsertCryptoKey indicates an expected call of InsertCryptoKey.

func (*MockStoreMockRecorder)InsertCustomRoleadded inv2.15.0

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

InsertCustomRole indicates an expected call of InsertCustomRole.

func (*MockStoreMockRecorder)InsertDBCryptKeyadded inv2.2.0

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

InsertDBCryptKey indicates an expected call of InsertDBCryptKey.

func (*MockStoreMockRecorder)InsertDERPMeshKey

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

InsertDERPMeshKey indicates an expected call of InsertDERPMeshKey.

func (*MockStoreMockRecorder)InsertDeploymentID

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

InsertDeploymentID indicates an expected call of InsertDeploymentID.

func (*MockStoreMockRecorder)InsertExternalAuthLinkadded inv2.2.1

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

InsertExternalAuthLink indicates an expected call of InsertExternalAuthLink.

func (*MockStoreMockRecorder)InsertFile

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

InsertFile indicates an expected call of InsertFile.

func (*MockStoreMockRecorder)InsertGitSSHKey

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

InsertGitSSHKey indicates an expected call of InsertGitSSHKey.

func (*MockStoreMockRecorder)InsertGroup

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

InsertGroup indicates an expected call of InsertGroup.

func (*MockStoreMockRecorder)InsertGroupMember

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

InsertGroupMember indicates an expected call of InsertGroupMember.

func (*MockStoreMockRecorder)InsertInboxNotificationadded inv2.21.0

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

InsertInboxNotification indicates an expected call of InsertInboxNotification.

func (*MockStoreMockRecorder)InsertLicense

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

InsertLicense indicates an expected call of InsertLicense.

func (*MockStoreMockRecorder)InsertMemoryResourceMonitoradded inv2.20.0

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

InsertMemoryResourceMonitor indicates an expected call of InsertMemoryResourceMonitor.

func (*MockStoreMockRecorder)InsertMissingGroups

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

InsertMissingGroups indicates an expected call of InsertMissingGroups.

func (*MockStoreMockRecorder)InsertOAuth2ProviderAppadded inv2.6.0

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

InsertOAuth2ProviderApp indicates an expected call of InsertOAuth2ProviderApp.

func (*MockStoreMockRecorder)InsertOAuth2ProviderAppCodeadded inv2.9.0

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

InsertOAuth2ProviderAppCode indicates an expected call of InsertOAuth2ProviderAppCode.

func (*MockStoreMockRecorder)InsertOAuth2ProviderAppSecretadded inv2.6.0

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

InsertOAuth2ProviderAppSecret indicates an expected call of InsertOAuth2ProviderAppSecret.

func (*MockStoreMockRecorder)InsertOAuth2ProviderAppTokenadded inv2.9.0

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

InsertOAuth2ProviderAppToken indicates an expected call of InsertOAuth2ProviderAppToken.

func (*MockStoreMockRecorder)InsertOrganization

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

InsertOrganization indicates an expected call of InsertOrganization.

func (*MockStoreMockRecorder)InsertOrganizationMember

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

InsertOrganizationMember indicates an expected call of InsertOrganizationMember.

func (*MockStoreMockRecorder)InsertPresetadded inv2.20.0

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

InsertPreset indicates an expected call of InsertPreset.

func (*MockStoreMockRecorder)InsertPresetParametersadded inv2.20.0

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

InsertPresetParameters indicates an expected call of InsertPresetParameters.

func (*MockStoreMockRecorder)InsertPresetPrebuildScheduleadded inv2.24.0

func (mr *MockStoreMockRecorder) InsertPresetPrebuildSchedule(ctx, argany) *gomock.Call

InsertPresetPrebuildSchedule indicates an expected call of InsertPresetPrebuildSchedule.

func (*MockStoreMockRecorder)InsertProvisionerJob

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

InsertProvisionerJob indicates an expected call of InsertProvisionerJob.

func (*MockStoreMockRecorder)InsertProvisionerJobLogs

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

InsertProvisionerJobLogs indicates an expected call of InsertProvisionerJobLogs.

func (*MockStoreMockRecorder)InsertProvisionerJobTimingsadded inv2.15.0

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

InsertProvisionerJobTimings indicates an expected call of InsertProvisionerJobTimings.

func (*MockStoreMockRecorder)InsertProvisionerKeyadded inv2.14.0

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

InsertProvisionerKey indicates an expected call of InsertProvisionerKey.

func (*MockStoreMockRecorder)InsertReplica

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

InsertReplica indicates an expected call of InsertReplica.

func (*MockStoreMockRecorder)InsertTelemetryItemIfNotExistsadded inv2.19.0

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

InsertTelemetryItemIfNotExists indicates an expected call of InsertTelemetryItemIfNotExists.

func (*MockStoreMockRecorder)InsertTemplate

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

InsertTemplate indicates an expected call of InsertTemplate.

func (*MockStoreMockRecorder)InsertTemplateVersion

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

InsertTemplateVersion indicates an expected call of InsertTemplateVersion.

func (*MockStoreMockRecorder)InsertTemplateVersionParameter

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

InsertTemplateVersionParameter indicates an expected call of InsertTemplateVersionParameter.

func (*MockStoreMockRecorder)InsertTemplateVersionTerraformValuesByJobIDadded inv2.21.0

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

InsertTemplateVersionTerraformValuesByJobID indicates an expected call of InsertTemplateVersionTerraformValuesByJobID.

func (*MockStoreMockRecorder)InsertTemplateVersionVariable

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

InsertTemplateVersionVariable indicates an expected call of InsertTemplateVersionVariable.

func (*MockStoreMockRecorder)InsertTemplateVersionWorkspaceTagadded inv2.12.0

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

InsertTemplateVersionWorkspaceTag indicates an expected call of InsertTemplateVersionWorkspaceTag.

func (*MockStoreMockRecorder)InsertUser

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

InsertUser indicates an expected call of InsertUser.

func (*MockStoreMockRecorder)InsertUserGroupsByIDadded inv2.16.0

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

InsertUserGroupsByID indicates an expected call of InsertUserGroupsByID.

func (*MockStoreMockRecorder)InsertUserGroupsByName

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

InsertUserGroupsByName indicates an expected call of InsertUserGroupsByName.

func (*MockStoreMockRecorder)InsertUserLink

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

InsertUserLink indicates an expected call of InsertUserLink.

func (*MockStoreMockRecorder)InsertVolumeResourceMonitoradded inv2.20.0

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

InsertVolumeResourceMonitor indicates an expected call of InsertVolumeResourceMonitor.

func (*MockStoreMockRecorder)InsertWebpushSubscriptionadded inv2.21.0

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

InsertWebpushSubscription indicates an expected call of InsertWebpushSubscription.

func (*MockStoreMockRecorder)InsertWorkspace

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

InsertWorkspace indicates an expected call of InsertWorkspace.

func (*MockStoreMockRecorder)InsertWorkspaceAgent

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

InsertWorkspaceAgent indicates an expected call of InsertWorkspaceAgent.

func (*MockStoreMockRecorder)InsertWorkspaceAgentDevcontainersadded inv2.21.0

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

InsertWorkspaceAgentDevcontainers indicates an expected call of InsertWorkspaceAgentDevcontainers.

func (*MockStoreMockRecorder)InsertWorkspaceAgentLogSourcesadded inv2.2.0

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

InsertWorkspaceAgentLogSources indicates an expected call of InsertWorkspaceAgentLogSources.

func (*MockStoreMockRecorder)InsertWorkspaceAgentLogs

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

InsertWorkspaceAgentLogs indicates an expected call of InsertWorkspaceAgentLogs.

func (*MockStoreMockRecorder)InsertWorkspaceAgentMetadata

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

InsertWorkspaceAgentMetadata indicates an expected call of InsertWorkspaceAgentMetadata.

func (*MockStoreMockRecorder)InsertWorkspaceAgentScriptTimingsadded inv2.16.0

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

InsertWorkspaceAgentScriptTimings indicates an expected call of InsertWorkspaceAgentScriptTimings.

func (*MockStoreMockRecorder)InsertWorkspaceAgentScriptsadded inv2.2.0

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

InsertWorkspaceAgentScripts indicates an expected call of InsertWorkspaceAgentScripts.

func (*MockStoreMockRecorder)InsertWorkspaceAgentStats

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

InsertWorkspaceAgentStats indicates an expected call of InsertWorkspaceAgentStats.

func (*MockStoreMockRecorder)InsertWorkspaceAppStats

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

InsertWorkspaceAppStats indicates an expected call of InsertWorkspaceAppStats.

func (*MockStoreMockRecorder)InsertWorkspaceAppStatusadded inv2.21.0

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

InsertWorkspaceAppStatus indicates an expected call of InsertWorkspaceAppStatus.

func (*MockStoreMockRecorder)InsertWorkspaceBuild

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

InsertWorkspaceBuild indicates an expected call of InsertWorkspaceBuild.

func (*MockStoreMockRecorder)InsertWorkspaceBuildParameters

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

InsertWorkspaceBuildParameters indicates an expected call of InsertWorkspaceBuildParameters.

func (*MockStoreMockRecorder)InsertWorkspaceModuleadded inv2.18.0

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

InsertWorkspaceModule indicates an expected call of InsertWorkspaceModule.

func (*MockStoreMockRecorder)InsertWorkspaceProxy

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

InsertWorkspaceProxy indicates an expected call of InsertWorkspaceProxy.

func (*MockStoreMockRecorder)InsertWorkspaceResource

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

InsertWorkspaceResource indicates an expected call of InsertWorkspaceResource.

func (*MockStoreMockRecorder)InsertWorkspaceResourceMetadata

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

InsertWorkspaceResourceMetadata indicates an expected call of InsertWorkspaceResourceMetadata.

func (*MockStoreMockRecorder)ListProvisionerKeysByOrganizationadded inv2.14.0

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

ListProvisionerKeysByOrganization indicates an expected call of ListProvisionerKeysByOrganization.

func (*MockStoreMockRecorder)ListProvisionerKeysByOrganizationExcludeReservedadded inv2.16.0

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

ListProvisionerKeysByOrganizationExcludeReserved indicates an expected call of ListProvisionerKeysByOrganizationExcludeReserved.

func (*MockStoreMockRecorder)ListWorkspaceAgentPortSharesadded inv2.9.0

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

ListWorkspaceAgentPortShares indicates an expected call of ListWorkspaceAgentPortShares.

func (*MockStoreMockRecorder)MarkAllInboxNotificationsAsReadadded inv2.21.0

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

MarkAllInboxNotificationsAsRead indicates an expected call of MarkAllInboxNotificationsAsRead.

func (*MockStoreMockRecorder)OIDCClaimFieldValuesadded inv2.18.0

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

OIDCClaimFieldValues indicates an expected call of OIDCClaimFieldValues.

func (*MockStoreMockRecorder)OIDCClaimFieldsadded inv2.18.0

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

OIDCClaimFields indicates an expected call of OIDCClaimFields.

func (*MockStoreMockRecorder)OrganizationMembersadded inv2.13.0

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

OrganizationMembers indicates an expected call of OrganizationMembers.

func (*MockStoreMockRecorder)PGLocksadded inv2.17.0

func (mr *MockStoreMockRecorder) PGLocks(ctxany) *gomock.Call

PGLocks indicates an expected call of PGLocks.

func (*MockStoreMockRecorder)PaginatedOrganizationMembersadded inv2.21.0

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

PaginatedOrganizationMembers indicates an expected call of PaginatedOrganizationMembers.

func (*MockStoreMockRecorder)Ping

func (mr *MockStoreMockRecorder) Ping(ctxany) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockStoreMockRecorder)ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplateadded inv2.9.0

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

ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate indicates an expected call of ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate.

func (*MockStoreMockRecorder)RegisterWorkspaceProxy

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

RegisterWorkspaceProxy indicates an expected call of RegisterWorkspaceProxy.

func (*MockStoreMockRecorder)RemoveUserFromAllGroupsadded inv2.9.0

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

RemoveUserFromAllGroups indicates an expected call of RemoveUserFromAllGroups.

func (*MockStoreMockRecorder)RemoveUserFromGroupsadded inv2.16.0

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

RemoveUserFromGroups indicates an expected call of RemoveUserFromGroups.

func (*MockStoreMockRecorder)RevokeDBCryptKeyadded inv2.2.0

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

RevokeDBCryptKey indicates an expected call of RevokeDBCryptKey.

func (*MockStoreMockRecorder)TryAcquireLock

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

TryAcquireLock indicates an expected call of TryAcquireLock.

func (*MockStoreMockRecorder)UnarchiveTemplateVersionadded inv2.3.0

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

UnarchiveTemplateVersion indicates an expected call of UnarchiveTemplateVersion.

func (*MockStoreMockRecorder)UnfavoriteWorkspaceadded inv2.8.0

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

UnfavoriteWorkspace indicates an expected call of UnfavoriteWorkspace.

func (*MockStoreMockRecorder)UpdateAPIKeyByID

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

UpdateAPIKeyByID indicates an expected call of UpdateAPIKeyByID.

func (*MockStoreMockRecorder)UpdateCryptoKeyDeletesAtadded inv2.16.0

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

UpdateCryptoKeyDeletesAt indicates an expected call of UpdateCryptoKeyDeletesAt.

func (*MockStoreMockRecorder)UpdateCustomRoleadded inv2.15.0

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

UpdateCustomRole indicates an expected call of UpdateCustomRole.

func (*MockStoreMockRecorder)UpdateExternalAuthLinkadded inv2.2.1

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

UpdateExternalAuthLink indicates an expected call of UpdateExternalAuthLink.

func (*MockStoreMockRecorder)UpdateExternalAuthLinkRefreshTokenadded inv2.18.0

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

UpdateExternalAuthLinkRefreshToken indicates an expected call of UpdateExternalAuthLinkRefreshToken.

func (*MockStoreMockRecorder)UpdateGitSSHKey

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

UpdateGitSSHKey indicates an expected call of UpdateGitSSHKey.

func (*MockStoreMockRecorder)UpdateGroupByID

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

UpdateGroupByID indicates an expected call of UpdateGroupByID.

func (*MockStoreMockRecorder)UpdateInactiveUsersToDormant

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

UpdateInactiveUsersToDormant indicates an expected call of UpdateInactiveUsersToDormant.

func (*MockStoreMockRecorder)UpdateInboxNotificationReadStatusadded inv2.21.0

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

UpdateInboxNotificationReadStatus indicates an expected call of UpdateInboxNotificationReadStatus.

func (*MockStoreMockRecorder)UpdateMemberRoles

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

UpdateMemberRoles indicates an expected call of UpdateMemberRoles.

func (*MockStoreMockRecorder)UpdateMemoryResourceMonitoradded inv2.20.0

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

UpdateMemoryResourceMonitor indicates an expected call of UpdateMemoryResourceMonitor.

func (*MockStoreMockRecorder)UpdateNotificationTemplateMethodByIDadded inv2.15.0

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

UpdateNotificationTemplateMethodByID indicates an expected call of UpdateNotificationTemplateMethodByID.

func (*MockStoreMockRecorder)UpdateOAuth2ProviderAppByIDadded inv2.6.0

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

UpdateOAuth2ProviderAppByID indicates an expected call of UpdateOAuth2ProviderAppByID.

func (*MockStoreMockRecorder)UpdateOAuth2ProviderAppSecretByIDadded inv2.6.0

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

UpdateOAuth2ProviderAppSecretByID indicates an expected call of UpdateOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder)UpdateOrganizationadded inv2.12.0

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

UpdateOrganization indicates an expected call of UpdateOrganization.

func (*MockStoreMockRecorder)UpdateOrganizationDeletedByIDadded inv2.20.0

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

UpdateOrganizationDeletedByID indicates an expected call of UpdateOrganizationDeletedByID.

func (*MockStoreMockRecorder)UpdatePresetPrebuildStatusadded inv2.23.0

func (mr *MockStoreMockRecorder) UpdatePresetPrebuildStatus(ctx, argany) *gomock.Call

UpdatePresetPrebuildStatus indicates an expected call of UpdatePresetPrebuildStatus.

func (*MockStoreMockRecorder)UpdateProvisionerDaemonLastSeenAtadded inv2.6.0

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

UpdateProvisionerDaemonLastSeenAt indicates an expected call of UpdateProvisionerDaemonLastSeenAt.

func (*MockStoreMockRecorder)UpdateProvisionerJobByID

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

UpdateProvisionerJobByID indicates an expected call of UpdateProvisionerJobByID.

func (*MockStoreMockRecorder)UpdateProvisionerJobWithCancelByID

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

UpdateProvisionerJobWithCancelByID indicates an expected call of UpdateProvisionerJobWithCancelByID.

func (*MockStoreMockRecorder)UpdateProvisionerJobWithCompleteByID

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

UpdateProvisionerJobWithCompleteByID indicates an expected call of UpdateProvisionerJobWithCompleteByID.

func (*MockStoreMockRecorder)UpdateProvisionerJobWithCompleteWithStartedAtByIDadded inv2.23.0

func (mr *MockStoreMockRecorder) UpdateProvisionerJobWithCompleteWithStartedAtByID(ctx, argany) *gomock.Call

UpdateProvisionerJobWithCompleteWithStartedAtByID indicates an expected call of UpdateProvisionerJobWithCompleteWithStartedAtByID.

func (*MockStoreMockRecorder)UpdateReplica

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

UpdateReplica indicates an expected call of UpdateReplica.

func (*MockStoreMockRecorder)UpdateTailnetPeerStatusByCoordinatoradded inv2.15.0

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

UpdateTailnetPeerStatusByCoordinator indicates an expected call of UpdateTailnetPeerStatusByCoordinator.

func (*MockStoreMockRecorder)UpdateTemplateACLByID

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

UpdateTemplateACLByID indicates an expected call of UpdateTemplateACLByID.

func (*MockStoreMockRecorder)UpdateTemplateAccessControlByIDadded inv2.3.2

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

UpdateTemplateAccessControlByID indicates an expected call of UpdateTemplateAccessControlByID.

func (*MockStoreMockRecorder)UpdateTemplateActiveVersionByID

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

UpdateTemplateActiveVersionByID indicates an expected call of UpdateTemplateActiveVersionByID.

func (*MockStoreMockRecorder)UpdateTemplateDeletedByID

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

UpdateTemplateDeletedByID indicates an expected call of UpdateTemplateDeletedByID.

func (*MockStoreMockRecorder)UpdateTemplateMetaByID

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

UpdateTemplateMetaByID indicates an expected call of UpdateTemplateMetaByID.

func (*MockStoreMockRecorder)UpdateTemplateScheduleByID

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

UpdateTemplateScheduleByID indicates an expected call of UpdateTemplateScheduleByID.

func (*MockStoreMockRecorder)UpdateTemplateVersionAITaskByJobIDadded inv2.24.0

func (mr *MockStoreMockRecorder) UpdateTemplateVersionAITaskByJobID(ctx, argany) *gomock.Call

UpdateTemplateVersionAITaskByJobID indicates an expected call of UpdateTemplateVersionAITaskByJobID.

func (*MockStoreMockRecorder)UpdateTemplateVersionByID

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

UpdateTemplateVersionByID indicates an expected call of UpdateTemplateVersionByID.

func (*MockStoreMockRecorder)UpdateTemplateVersionDescriptionByJobID

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

UpdateTemplateVersionDescriptionByJobID indicates an expected call of UpdateTemplateVersionDescriptionByJobID.

func (*MockStoreMockRecorder)UpdateTemplateVersionExternalAuthProvidersByJobIDadded inv2.2.1

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

UpdateTemplateVersionExternalAuthProvidersByJobID indicates an expected call of UpdateTemplateVersionExternalAuthProvidersByJobID.

func (*MockStoreMockRecorder)UpdateTemplateWorkspacesLastUsedAtadded inv2.1.2

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

UpdateTemplateWorkspacesLastUsedAt indicates an expected call of UpdateTemplateWorkspacesLastUsedAt.

func (*MockStoreMockRecorder)UpdateUserDeletedByID

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

UpdateUserDeletedByID indicates an expected call of UpdateUserDeletedByID.

func (*MockStoreMockRecorder)UpdateUserGithubComUserIDadded inv2.14.0

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

UpdateUserGithubComUserID indicates an expected call of UpdateUserGithubComUserID.

func (*MockStoreMockRecorder)UpdateUserHashedOneTimePasscodeadded inv2.17.0

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

UpdateUserHashedOneTimePasscode indicates an expected call of UpdateUserHashedOneTimePasscode.

func (*MockStoreMockRecorder)UpdateUserHashedPassword

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

UpdateUserHashedPassword indicates an expected call of UpdateUserHashedPassword.

func (*MockStoreMockRecorder)UpdateUserLastSeenAt

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

UpdateUserLastSeenAt indicates an expected call of UpdateUserLastSeenAt.

func (*MockStoreMockRecorder)UpdateUserLink

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

UpdateUserLink indicates an expected call of UpdateUserLink.

func (*MockStoreMockRecorder)UpdateUserLinkedID

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

UpdateUserLinkedID indicates an expected call of UpdateUserLinkedID.

func (*MockStoreMockRecorder)UpdateUserLoginType

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

UpdateUserLoginType indicates an expected call of UpdateUserLoginType.

func (*MockStoreMockRecorder)UpdateUserNotificationPreferencesadded inv2.15.0

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

UpdateUserNotificationPreferences indicates an expected call of UpdateUserNotificationPreferences.

func (*MockStoreMockRecorder)UpdateUserProfile

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

UpdateUserProfile indicates an expected call of UpdateUserProfile.

func (*MockStoreMockRecorder)UpdateUserQuietHoursSchedule

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

UpdateUserQuietHoursSchedule indicates an expected call of UpdateUserQuietHoursSchedule.

func (*MockStoreMockRecorder)UpdateUserRoles

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

UpdateUserRoles indicates an expected call of UpdateUserRoles.

func (*MockStoreMockRecorder)UpdateUserStatus

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

UpdateUserStatus indicates an expected call of UpdateUserStatus.

func (*MockStoreMockRecorder)UpdateUserTerminalFontadded inv2.22.0

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

UpdateUserTerminalFont indicates an expected call of UpdateUserTerminalFont.

func (*MockStoreMockRecorder)UpdateUserThemePreferenceadded inv2.22.0

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

UpdateUserThemePreference indicates an expected call of UpdateUserThemePreference.

func (*MockStoreMockRecorder)UpdateVolumeResourceMonitoradded inv2.20.0

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

UpdateVolumeResourceMonitor indicates an expected call of UpdateVolumeResourceMonitor.

func (*MockStoreMockRecorder)UpdateWorkspace

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

UpdateWorkspace indicates an expected call of UpdateWorkspace.

func (*MockStoreMockRecorder)UpdateWorkspaceAgentConnectionByID

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

UpdateWorkspaceAgentConnectionByID indicates an expected call of UpdateWorkspaceAgentConnectionByID.

func (*MockStoreMockRecorder)UpdateWorkspaceAgentLifecycleStateByID

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

UpdateWorkspaceAgentLifecycleStateByID indicates an expected call of UpdateWorkspaceAgentLifecycleStateByID.

func (*MockStoreMockRecorder)UpdateWorkspaceAgentLogOverflowByID

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

UpdateWorkspaceAgentLogOverflowByID indicates an expected call of UpdateWorkspaceAgentLogOverflowByID.

func (*MockStoreMockRecorder)UpdateWorkspaceAgentMetadata

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

UpdateWorkspaceAgentMetadata indicates an expected call of UpdateWorkspaceAgentMetadata.

func (*MockStoreMockRecorder)UpdateWorkspaceAgentStartupByID

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

UpdateWorkspaceAgentStartupByID indicates an expected call of UpdateWorkspaceAgentStartupByID.

func (*MockStoreMockRecorder)UpdateWorkspaceAppHealthByID

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

UpdateWorkspaceAppHealthByID indicates an expected call of UpdateWorkspaceAppHealthByID.

func (*MockStoreMockRecorder)UpdateWorkspaceAutomaticUpdatesadded inv2.3.0

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

UpdateWorkspaceAutomaticUpdates indicates an expected call of UpdateWorkspaceAutomaticUpdates.

func (*MockStoreMockRecorder)UpdateWorkspaceAutostart

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

UpdateWorkspaceAutostart indicates an expected call of UpdateWorkspaceAutostart.

func (*MockStoreMockRecorder)UpdateWorkspaceBuildAITaskByIDadded inv2.24.0

func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildAITaskByID(ctx, argany) *gomock.Call

UpdateWorkspaceBuildAITaskByID indicates an expected call of UpdateWorkspaceBuildAITaskByID.

func (*MockStoreMockRecorder)UpdateWorkspaceBuildCostByID

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

UpdateWorkspaceBuildCostByID indicates an expected call of UpdateWorkspaceBuildCostByID.

func (*MockStoreMockRecorder)UpdateWorkspaceBuildDeadlineByIDadded inv2.2.0

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

UpdateWorkspaceBuildDeadlineByID indicates an expected call of UpdateWorkspaceBuildDeadlineByID.

func (*MockStoreMockRecorder)UpdateWorkspaceBuildProvisionerStateByIDadded inv2.2.0

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

UpdateWorkspaceBuildProvisionerStateByID indicates an expected call of UpdateWorkspaceBuildProvisionerStateByID.

func (*MockStoreMockRecorder)UpdateWorkspaceDeletedByID

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

UpdateWorkspaceDeletedByID indicates an expected call of UpdateWorkspaceDeletedByID.

func (*MockStoreMockRecorder)UpdateWorkspaceDormantDeletingAtadded inv2.1.4

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

UpdateWorkspaceDormantDeletingAt indicates an expected call of UpdateWorkspaceDormantDeletingAt.

func (*MockStoreMockRecorder)UpdateWorkspaceLastUsedAt

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

UpdateWorkspaceLastUsedAt indicates an expected call of UpdateWorkspaceLastUsedAt.

func (*MockStoreMockRecorder)UpdateWorkspaceNextStartAtadded inv2.19.0

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

UpdateWorkspaceNextStartAt indicates an expected call of UpdateWorkspaceNextStartAt.

func (*MockStoreMockRecorder)UpdateWorkspaceProxy

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

UpdateWorkspaceProxy indicates an expected call of UpdateWorkspaceProxy.

func (*MockStoreMockRecorder)UpdateWorkspaceProxyDeleted

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

UpdateWorkspaceProxyDeleted indicates an expected call of UpdateWorkspaceProxyDeleted.

func (*MockStoreMockRecorder)UpdateWorkspaceTTL

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

UpdateWorkspaceTTL indicates an expected call of UpdateWorkspaceTTL.

func (*MockStoreMockRecorder)UpdateWorkspacesDormantDeletingAtByTemplateIDadded inv2.1.4

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

UpdateWorkspacesDormantDeletingAtByTemplateID indicates an expected call of UpdateWorkspacesDormantDeletingAtByTemplateID.

func (*MockStoreMockRecorder)UpdateWorkspacesTTLByTemplateIDadded inv2.19.0

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

UpdateWorkspacesTTLByTemplateID indicates an expected call of UpdateWorkspacesTTLByTemplateID.

func (*MockStoreMockRecorder)UpsertAnnouncementBannersadded inv2.12.0

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

UpsertAnnouncementBanners indicates an expected call of UpsertAnnouncementBanners.

func (*MockStoreMockRecorder)UpsertAppSecurityKey

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

UpsertAppSecurityKey indicates an expected call of UpsertAppSecurityKey.

func (*MockStoreMockRecorder)UpsertApplicationNameadded inv2.2.0

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

UpsertApplicationName indicates an expected call of UpsertApplicationName.

func (*MockStoreMockRecorder)UpsertCoordinatorResumeTokenSigningKeyadded inv2.15.0

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

UpsertCoordinatorResumeTokenSigningKey indicates an expected call of UpsertCoordinatorResumeTokenSigningKey.

func (*MockStoreMockRecorder)UpsertDefaultProxy

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

UpsertDefaultProxy indicates an expected call of UpsertDefaultProxy.

func (*MockStoreMockRecorder)UpsertHealthSettingsadded inv2.5.0

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

UpsertHealthSettings indicates an expected call of UpsertHealthSettings.

func (*MockStoreMockRecorder)UpsertLastUpdateCheck

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

UpsertLastUpdateCheck indicates an expected call of UpsertLastUpdateCheck.

func (*MockStoreMockRecorder)UpsertLogoURL

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

UpsertLogoURL indicates an expected call of UpsertLogoURL.

func (*MockStoreMockRecorder)UpsertNotificationReportGeneratorLogadded inv2.16.0

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

UpsertNotificationReportGeneratorLog indicates an expected call of UpsertNotificationReportGeneratorLog.

func (*MockStoreMockRecorder)UpsertNotificationsSettingsadded inv2.14.0

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

UpsertNotificationsSettings indicates an expected call of UpsertNotificationsSettings.

func (*MockStoreMockRecorder)UpsertOAuth2GithubDefaultEligibleadded inv2.20.0

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

UpsertOAuth2GithubDefaultEligible indicates an expected call of UpsertOAuth2GithubDefaultEligible.

func (*MockStoreMockRecorder)UpsertOAuthSigningKey

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

UpsertOAuthSigningKey indicates an expected call of UpsertOAuthSigningKey.

func (*MockStoreMockRecorder)UpsertProvisionerDaemonadded inv2.5.1

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

UpsertProvisionerDaemon indicates an expected call of UpsertProvisionerDaemon.

func (*MockStoreMockRecorder)UpsertRuntimeConfigadded inv2.16.0

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

UpsertRuntimeConfig indicates an expected call of UpsertRuntimeConfig.

func (*MockStoreMockRecorder)UpsertTailnetAgent

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

UpsertTailnetAgent indicates an expected call of UpsertTailnetAgent.

func (*MockStoreMockRecorder)UpsertTailnetClient

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

UpsertTailnetClient indicates an expected call of UpsertTailnetClient.

func (*MockStoreMockRecorder)UpsertTailnetClientSubscriptionadded inv2.2.0

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

UpsertTailnetClientSubscription indicates an expected call of UpsertTailnetClientSubscription.

func (*MockStoreMockRecorder)UpsertTailnetCoordinator

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

UpsertTailnetCoordinator indicates an expected call of UpsertTailnetCoordinator.

func (*MockStoreMockRecorder)UpsertTailnetPeeradded inv2.4.0

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

UpsertTailnetPeer indicates an expected call of UpsertTailnetPeer.

func (*MockStoreMockRecorder)UpsertTailnetTunneladded inv2.4.0

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

UpsertTailnetTunnel indicates an expected call of UpsertTailnetTunnel.

func (*MockStoreMockRecorder)UpsertTelemetryItemadded inv2.19.0

func (mr *MockStoreMockRecorder) UpsertTelemetryItem(ctx, argany) *gomock.Call

UpsertTelemetryItem indicates an expected call of UpsertTelemetryItem.

func (*MockStoreMockRecorder)UpsertTemplateUsageStatsadded inv2.10.0

func (mr *MockStoreMockRecorder) UpsertTemplateUsageStats(ctxany) *gomock.Call

UpsertTemplateUsageStats indicates an expected call of UpsertTemplateUsageStats.

func (*MockStoreMockRecorder)UpsertWebpushVAPIDKeysadded inv2.21.0

func (mr *MockStoreMockRecorder) UpsertWebpushVAPIDKeys(ctx, argany) *gomock.Call

UpsertWebpushVAPIDKeys indicates an expected call of UpsertWebpushVAPIDKeys.

func (*MockStoreMockRecorder)UpsertWorkspaceAgentPortShareadded inv2.9.0

func (mr *MockStoreMockRecorder) UpsertWorkspaceAgentPortShare(ctx, argany) *gomock.Call

UpsertWorkspaceAgentPortShare indicates an expected call of UpsertWorkspaceAgentPortShare.

func (*MockStoreMockRecorder)UpsertWorkspaceAppadded inv2.24.0

func (mr *MockStoreMockRecorder) UpsertWorkspaceApp(ctx, argany) *gomock.Call

UpsertWorkspaceApp indicates an expected call of UpsertWorkspaceApp.

func (*MockStoreMockRecorder)UpsertWorkspaceAppAuditSessionadded inv2.21.0

func (mr *MockStoreMockRecorder) UpsertWorkspaceAppAuditSession(ctx, argany) *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.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp