dbmock
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
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¶
- type MockStore
- func (m *MockStore) AcquireLock(ctx context.Context, pgAdvisoryXactLock int64) error
- func (m *MockStore) AcquireNotificationMessages(ctx context.Context, arg database.AcquireNotificationMessagesParams) ([]database.AcquireNotificationMessagesRow, error)
- func (m *MockStore) AcquireProvisionerJob(ctx context.Context, arg database.AcquireProvisionerJobParams) (database.ProvisionerJob, error)
- func (m *MockStore) ActivityBumpWorkspace(ctx context.Context, arg database.ActivityBumpWorkspaceParams) error
- func (m *MockStore) AllUserIDs(ctx context.Context, includeSystem bool) ([]uuid.UUID, error)
- func (m *MockStore) ArchiveUnusedTemplateVersions(ctx context.Context, arg database.ArchiveUnusedTemplateVersionsParams) ([]uuid.UUID, error)
- func (m *MockStore) BatchUpdateWorkspaceLastUsedAt(ctx context.Context, arg database.BatchUpdateWorkspaceLastUsedAtParams) error
- func (m *MockStore) BatchUpdateWorkspaceNextStartAt(ctx context.Context, arg database.BatchUpdateWorkspaceNextStartAtParams) error
- func (m *MockStore) BulkMarkNotificationMessagesFailed(ctx context.Context, arg database.BulkMarkNotificationMessagesFailedParams) (int64, error)
- func (m *MockStore) BulkMarkNotificationMessagesSent(ctx context.Context, arg database.BulkMarkNotificationMessagesSentParams) (int64, error)
- func (m *MockStore) ClaimPrebuiltWorkspace(ctx context.Context, arg database.ClaimPrebuiltWorkspaceParams) (database.ClaimPrebuiltWorkspaceRow, error)
- func (m *MockStore) CleanTailnetCoordinators(ctx context.Context) error
- func (m *MockStore) CleanTailnetLostPeers(ctx context.Context) error
- func (m *MockStore) CleanTailnetTunnels(ctx context.Context) error
- func (m *MockStore) CountInProgressPrebuilds(ctx context.Context) ([]database.CountInProgressPrebuildsRow, error)
- func (m *MockStore) CountUnreadInboxNotificationsByUserID(ctx context.Context, userID uuid.UUID) (int64, error)
- func (m *MockStore) CustomRoles(ctx context.Context, arg database.CustomRolesParams) ([]database.CustomRole, error)
- func (m *MockStore) DeleteAPIKeyByID(ctx context.Context, id string) error
- func (m *MockStore) DeleteAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error
- func (m *MockStore) DeleteAllTailnetClientSubscriptions(ctx context.Context, arg database.DeleteAllTailnetClientSubscriptionsParams) error
- func (m *MockStore) DeleteAllTailnetTunnels(ctx context.Context, arg database.DeleteAllTailnetTunnelsParams) error
- func (m *MockStore) DeleteAllWebpushSubscriptions(ctx context.Context) error
- func (m *MockStore) DeleteApplicationConnectAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error
- func (m *MockStore) DeleteCoordinator(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) DeleteCryptoKey(ctx context.Context, arg database.DeleteCryptoKeyParams) (database.CryptoKey, error)
- func (m *MockStore) DeleteCustomRole(ctx context.Context, arg database.DeleteCustomRoleParams) error
- func (m *MockStore) DeleteExternalAuthLink(ctx context.Context, arg database.DeleteExternalAuthLinkParams) error
- func (m *MockStore) DeleteGitSSHKey(ctx context.Context, userID uuid.UUID) error
- func (m *MockStore) DeleteGroupByID(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) DeleteGroupMemberFromGroup(ctx context.Context, arg database.DeleteGroupMemberFromGroupParams) error
- func (m *MockStore) DeleteLicense(ctx context.Context, id int32) (int32, error)
- func (m *MockStore) DeleteOAuth2ProviderAppByID(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) DeleteOAuth2ProviderAppCodeByID(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) DeleteOAuth2ProviderAppCodesByAppAndUserID(ctx context.Context, ...) error
- func (m *MockStore) DeleteOAuth2ProviderAppSecretByID(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) DeleteOAuth2ProviderAppTokensByAppAndUserID(ctx context.Context, ...) error
- func (m *MockStore) DeleteOldNotificationMessages(ctx context.Context) error
- func (m *MockStore) DeleteOldProvisionerDaemons(ctx context.Context) error
- func (m *MockStore) DeleteOldWorkspaceAgentLogs(ctx context.Context, threshold time.Time) error
- func (m *MockStore) DeleteOldWorkspaceAgentStats(ctx context.Context) error
- func (m *MockStore) DeleteOrganizationMember(ctx context.Context, arg database.DeleteOrganizationMemberParams) error
- func (m *MockStore) DeleteProvisionerKey(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) DeleteReplicasUpdatedBefore(ctx context.Context, updatedAt time.Time) error
- func (m *MockStore) DeleteRuntimeConfig(ctx context.Context, key string) error
- func (m *MockStore) DeleteTailnetAgent(ctx context.Context, arg database.DeleteTailnetAgentParams) (database.DeleteTailnetAgentRow, error)
- func (m *MockStore) DeleteTailnetClient(ctx context.Context, arg database.DeleteTailnetClientParams) (database.DeleteTailnetClientRow, error)
- func (m *MockStore) DeleteTailnetClientSubscription(ctx context.Context, arg database.DeleteTailnetClientSubscriptionParams) error
- func (m *MockStore) DeleteTailnetPeer(ctx context.Context, arg database.DeleteTailnetPeerParams) (database.DeleteTailnetPeerRow, error)
- func (m *MockStore) DeleteTailnetTunnel(ctx context.Context, arg database.DeleteTailnetTunnelParams) (database.DeleteTailnetTunnelRow, error)
- func (m *MockStore) DeleteWebpushSubscriptionByUserIDAndEndpoint(ctx context.Context, ...) error
- func (m *MockStore) DeleteWebpushSubscriptions(ctx context.Context, ids []uuid.UUID) error
- func (m *MockStore) DeleteWorkspaceAgentPortShare(ctx context.Context, arg database.DeleteWorkspaceAgentPortShareParams) error
- func (m *MockStore) DeleteWorkspaceAgentPortSharesByTemplate(ctx context.Context, templateID uuid.UUID) error
- func (m *MockStore) DeleteWorkspaceSubAgentByID(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) DisableForeignKeysAndTriggers(ctx context.Context) error
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) EnqueueNotificationMessage(ctx context.Context, arg database.EnqueueNotificationMessageParams) error
- func (m *MockStore) FavoriteWorkspace(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) FetchMemoryResourceMonitorsByAgentID(ctx context.Context, agentID uuid.UUID) (database.WorkspaceAgentMemoryResourceMonitor, error)
- func (m *MockStore) FetchMemoryResourceMonitorsUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]database.WorkspaceAgentMemoryResourceMonitor, error)
- func (m *MockStore) FetchNewMessageMetadata(ctx context.Context, arg database.FetchNewMessageMetadataParams) (database.FetchNewMessageMetadataRow, error)
- func (m *MockStore) FetchVolumesResourceMonitorsByAgentID(ctx context.Context, agentID uuid.UUID) ([]database.WorkspaceAgentVolumeResourceMonitor, error)
- func (m *MockStore) FetchVolumesResourceMonitorsUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]database.WorkspaceAgentVolumeResourceMonitor, error)
- func (m *MockStore) GetAPIKeyByID(ctx context.Context, id string) (database.APIKey, error)
- func (m *MockStore) GetAPIKeyByName(ctx context.Context, arg database.GetAPIKeyByNameParams) (database.APIKey, error)
- func (m *MockStore) GetAPIKeysByLoginType(ctx context.Context, loginType database.LoginType) ([]database.APIKey, error)
- func (m *MockStore) GetAPIKeysByUserID(ctx context.Context, arg database.GetAPIKeysByUserIDParams) ([]database.APIKey, error)
- func (m *MockStore) GetAPIKeysLastUsedAfter(ctx context.Context, lastUsed time.Time) ([]database.APIKey, error)
- func (m *MockStore) GetActivePresetPrebuildSchedules(ctx context.Context) ([]database.TemplateVersionPresetPrebuildSchedule, error)
- func (m *MockStore) GetActiveUserCount(ctx context.Context, includeSystem bool) (int64, error)
- func (m *MockStore) GetActiveWorkspaceBuildsByTemplateID(ctx context.Context, templateID uuid.UUID) ([]database.WorkspaceBuild, error)
- func (m *MockStore) GetAllTailnetAgents(ctx context.Context) ([]database.TailnetAgent, error)
- func (m *MockStore) GetAllTailnetCoordinators(ctx context.Context) ([]database.TailnetCoordinator, error)
- func (m *MockStore) GetAllTailnetPeers(ctx context.Context) ([]database.TailnetPeer, error)
- func (m *MockStore) GetAllTailnetTunnels(ctx context.Context) ([]database.TailnetTunnel, error)
- func (m *MockStore) GetAnnouncementBanners(ctx context.Context) (string, error)
- func (m *MockStore) GetAppSecurityKey(ctx context.Context) (string, error)
- func (m *MockStore) GetApplicationName(ctx context.Context) (string, error)
- func (m *MockStore) GetAuditLogsOffset(ctx context.Context, arg database.GetAuditLogsOffsetParams) ([]database.GetAuditLogsOffsetRow, error)
- func (m *MockStore) GetAuthorizationUserRoles(ctx context.Context, userID uuid.UUID) (database.GetAuthorizationUserRolesRow, error)
- func (m *MockStore) GetAuthorizedAuditLogsOffset(ctx context.Context, arg database.GetAuditLogsOffsetParams, ...) ([]database.GetAuditLogsOffsetRow, error)
- func (m *MockStore) GetAuthorizedTemplates(ctx context.Context, arg database.GetTemplatesWithFilterParams, ...) ([]database.Template, error)
- func (m *MockStore) GetAuthorizedUsers(ctx context.Context, arg database.GetUsersParams, ...) ([]database.GetUsersRow, error)
- func (m *MockStore) GetAuthorizedWorkspaceBuildParametersByBuildIDs(ctx context.Context, workspaceBuildIDs []uuid.UUID, ...) ([]database.WorkspaceBuildParameter, error)
- func (m *MockStore) GetAuthorizedWorkspaces(ctx context.Context, arg database.GetWorkspacesParams, ...) ([]database.GetWorkspacesRow, error)
- func (m *MockStore) GetAuthorizedWorkspacesAndAgentsByOwnerID(ctx context.Context, ownerID uuid.UUID, prepared rbac.PreparedAuthorized) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error)
- func (m *MockStore) GetCoordinatorResumeTokenSigningKey(ctx context.Context) (string, error)
- func (m *MockStore) GetCryptoKeyByFeatureAndSequence(ctx context.Context, arg database.GetCryptoKeyByFeatureAndSequenceParams) (database.CryptoKey, error)
- func (m *MockStore) GetCryptoKeys(ctx context.Context) ([]database.CryptoKey, error)
- func (m *MockStore) GetCryptoKeysByFeature(ctx context.Context, feature database.CryptoKeyFeature) ([]database.CryptoKey, error)
- func (m *MockStore) GetDBCryptKeys(ctx context.Context) ([]database.DBCryptKey, error)
- func (m *MockStore) GetDERPMeshKey(ctx context.Context) (string, error)
- func (m *MockStore) GetDefaultOrganization(ctx context.Context) (database.Organization, error)
- func (m *MockStore) GetDefaultProxyConfig(ctx context.Context) (database.GetDefaultProxyConfigRow, error)
- func (m *MockStore) GetDeploymentDAUs(ctx context.Context, tzOffset int32) ([]database.GetDeploymentDAUsRow, error)
- func (m *MockStore) GetDeploymentID(ctx context.Context) (string, error)
- func (m *MockStore) GetDeploymentWorkspaceAgentStats(ctx context.Context, createdAt time.Time) (database.GetDeploymentWorkspaceAgentStatsRow, error)
- func (m *MockStore) GetDeploymentWorkspaceAgentUsageStats(ctx context.Context, createdAt time.Time) (database.GetDeploymentWorkspaceAgentUsageStatsRow, error)
- func (m *MockStore) GetDeploymentWorkspaceStats(ctx context.Context) (database.GetDeploymentWorkspaceStatsRow, error)
- func (m *MockStore) GetEligibleProvisionerDaemonsByProvisionerJobIDs(ctx context.Context, provisionerJobIds []uuid.UUID) ([]database.GetEligibleProvisionerDaemonsByProvisionerJobIDsRow, error)
- func (m *MockStore) GetExternalAuthLink(ctx context.Context, arg database.GetExternalAuthLinkParams) (database.ExternalAuthLink, error)
- func (m *MockStore) GetExternalAuthLinksByUserID(ctx context.Context, userID uuid.UUID) ([]database.ExternalAuthLink, error)
- func (m *MockStore) GetFailedWorkspaceBuildsByTemplateID(ctx context.Context, arg database.GetFailedWorkspaceBuildsByTemplateIDParams) ([]database.GetFailedWorkspaceBuildsByTemplateIDRow, error)
- func (m *MockStore) GetFileByHashAndCreator(ctx context.Context, arg database.GetFileByHashAndCreatorParams) (database.File, error)
- func (m *MockStore) GetFileByID(ctx context.Context, id uuid.UUID) (database.File, error)
- func (m *MockStore) GetFileIDByTemplateVersionID(ctx context.Context, templateVersionID uuid.UUID) (uuid.UUID, error)
- func (m *MockStore) GetFileTemplates(ctx context.Context, fileID uuid.UUID) ([]database.GetFileTemplatesRow, error)
- func (m *MockStore) GetFilteredInboxNotificationsByUserID(ctx context.Context, arg database.GetFilteredInboxNotificationsByUserIDParams) ([]database.InboxNotification, error)
- func (m *MockStore) GetGitSSHKey(ctx context.Context, userID uuid.UUID) (database.GitSSHKey, error)
- func (m *MockStore) GetGroupByID(ctx context.Context, id uuid.UUID) (database.Group, error)
- func (m *MockStore) GetGroupByOrgAndName(ctx context.Context, arg database.GetGroupByOrgAndNameParams) (database.Group, error)
- func (m *MockStore) GetGroupMembers(ctx context.Context, includeSystem bool) ([]database.GroupMember, error)
- func (m *MockStore) GetGroupMembersByGroupID(ctx context.Context, arg database.GetGroupMembersByGroupIDParams) ([]database.GroupMember, error)
- func (m *MockStore) GetGroupMembersCountByGroupID(ctx context.Context, arg database.GetGroupMembersCountByGroupIDParams) (int64, error)
- func (m *MockStore) GetGroups(ctx context.Context, arg database.GetGroupsParams) ([]database.GetGroupsRow, error)
- func (m *MockStore) GetHealthSettings(ctx context.Context) (string, error)
- func (m *MockStore) GetInboxNotificationByID(ctx context.Context, id uuid.UUID) (database.InboxNotification, error)
- func (m *MockStore) GetInboxNotificationsByUserID(ctx context.Context, arg database.GetInboxNotificationsByUserIDParams) ([]database.InboxNotification, error)
- func (m *MockStore) GetLastUpdateCheck(ctx context.Context) (string, error)
- func (m *MockStore) GetLatestCryptoKeyByFeature(ctx context.Context, feature database.CryptoKeyFeature) (database.CryptoKey, error)
- func (m *MockStore) GetLatestWorkspaceAppStatusesByWorkspaceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAppStatus, error)
- func (m *MockStore) GetLatestWorkspaceBuildByWorkspaceID(ctx context.Context, workspaceID uuid.UUID) (database.WorkspaceBuild, error)
- func (m *MockStore) GetLatestWorkspaceBuilds(ctx context.Context) ([]database.WorkspaceBuild, error)
- func (m *MockStore) GetLatestWorkspaceBuildsByWorkspaceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceBuild, error)
- func (m *MockStore) GetLicenseByID(ctx context.Context, id int32) (database.License, error)
- func (m *MockStore) GetLicenses(ctx context.Context) ([]database.License, error)
- func (m *MockStore) GetLogoURL(ctx context.Context) (string, error)
- func (m *MockStore) GetNotificationMessagesByStatus(ctx context.Context, arg database.GetNotificationMessagesByStatusParams) ([]database.NotificationMessage, error)
- func (m *MockStore) GetNotificationReportGeneratorLogByTemplate(ctx context.Context, templateID uuid.UUID) (database.NotificationReportGeneratorLog, error)
- func (m *MockStore) GetNotificationTemplateByID(ctx context.Context, id uuid.UUID) (database.NotificationTemplate, error)
- func (m *MockStore) GetNotificationTemplatesByKind(ctx context.Context, kind database.NotificationTemplateKind) ([]database.NotificationTemplate, error)
- func (m *MockStore) GetNotificationsSettings(ctx context.Context) (string, error)
- func (m *MockStore) GetOAuth2GithubDefaultEligible(ctx context.Context) (bool, error)
- func (m *MockStore) GetOAuth2ProviderAppByID(ctx context.Context, id uuid.UUID) (database.OAuth2ProviderApp, error)
- func (m *MockStore) GetOAuth2ProviderAppCodeByID(ctx context.Context, id uuid.UUID) (database.OAuth2ProviderAppCode, error)
- func (m *MockStore) GetOAuth2ProviderAppCodeByPrefix(ctx context.Context, secretPrefix []byte) (database.OAuth2ProviderAppCode, error)
- func (m *MockStore) GetOAuth2ProviderAppSecretByID(ctx context.Context, id uuid.UUID) (database.OAuth2ProviderAppSecret, error)
- func (m *MockStore) GetOAuth2ProviderAppSecretByPrefix(ctx context.Context, secretPrefix []byte) (database.OAuth2ProviderAppSecret, error)
- func (m *MockStore) GetOAuth2ProviderAppSecretsByAppID(ctx context.Context, appID uuid.UUID) ([]database.OAuth2ProviderAppSecret, error)
- func (m *MockStore) GetOAuth2ProviderAppTokenByPrefix(ctx context.Context, hashPrefix []byte) (database.OAuth2ProviderAppToken, error)
- func (m *MockStore) GetOAuth2ProviderApps(ctx context.Context) ([]database.OAuth2ProviderApp, error)
- func (m *MockStore) GetOAuth2ProviderAppsByUserID(ctx context.Context, userID uuid.UUID) ([]database.GetOAuth2ProviderAppsByUserIDRow, error)
- func (m *MockStore) GetOAuthSigningKey(ctx context.Context) (string, error)
- func (m *MockStore) GetOrganizationByID(ctx context.Context, id uuid.UUID) (database.Organization, error)
- func (m *MockStore) GetOrganizationByName(ctx context.Context, arg database.GetOrganizationByNameParams) (database.Organization, error)
- func (m *MockStore) GetOrganizationIDsByMemberIDs(ctx context.Context, ids []uuid.UUID) ([]database.GetOrganizationIDsByMemberIDsRow, error)
- func (m *MockStore) GetOrganizationResourceCountByID(ctx context.Context, organizationID uuid.UUID) (database.GetOrganizationResourceCountByIDRow, error)
- func (m *MockStore) GetOrganizations(ctx context.Context, arg database.GetOrganizationsParams) ([]database.Organization, error)
- func (m *MockStore) GetOrganizationsByUserID(ctx context.Context, arg database.GetOrganizationsByUserIDParams) ([]database.Organization, error)
- func (m *MockStore) GetParameterSchemasByJobID(ctx context.Context, jobID uuid.UUID) ([]database.ParameterSchema, error)
- func (m *MockStore) GetPrebuildMetrics(ctx context.Context) ([]database.GetPrebuildMetricsRow, error)
- func (m *MockStore) GetPresetByID(ctx context.Context, presetID uuid.UUID) (database.GetPresetByIDRow, error)
- func (m *MockStore) GetPresetByWorkspaceBuildID(ctx context.Context, workspaceBuildID uuid.UUID) (database.TemplateVersionPreset, error)
- func (m *MockStore) GetPresetParametersByPresetID(ctx context.Context, presetID uuid.UUID) ([]database.TemplateVersionPresetParameter, error)
- func (m *MockStore) GetPresetParametersByTemplateVersionID(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionPresetParameter, error)
- func (m *MockStore) GetPresetsAtFailureLimit(ctx context.Context, hardLimit int64) ([]database.GetPresetsAtFailureLimitRow, error)
- func (m *MockStore) GetPresetsBackoff(ctx context.Context, lookback time.Time) ([]database.GetPresetsBackoffRow, error)
- func (m *MockStore) GetPresetsByTemplateVersionID(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionPreset, error)
- func (m *MockStore) GetPreviousTemplateVersion(ctx context.Context, arg database.GetPreviousTemplateVersionParams) (database.TemplateVersion, error)
- func (m *MockStore) GetProvisionerDaemons(ctx context.Context) ([]database.ProvisionerDaemon, error)
- func (m *MockStore) GetProvisionerDaemonsByOrganization(ctx context.Context, arg database.GetProvisionerDaemonsByOrganizationParams) ([]database.ProvisionerDaemon, error)
- func (m *MockStore) GetProvisionerDaemonsWithStatusByOrganization(ctx context.Context, ...) ([]database.GetProvisionerDaemonsWithStatusByOrganizationRow, error)
- func (m *MockStore) GetProvisionerJobByID(ctx context.Context, id uuid.UUID) (database.ProvisionerJob, error)
- func (m *MockStore) GetProvisionerJobByIDForUpdate(ctx context.Context, id uuid.UUID) (database.ProvisionerJob, error)
- func (m *MockStore) GetProvisionerJobTimingsByJobID(ctx context.Context, jobID uuid.UUID) ([]database.ProvisionerJobTiming, error)
- func (m *MockStore) GetProvisionerJobsByIDs(ctx context.Context, ids []uuid.UUID) ([]database.ProvisionerJob, error)
- func (m *MockStore) GetProvisionerJobsByIDsWithQueuePosition(ctx context.Context, ...) ([]database.GetProvisionerJobsByIDsWithQueuePositionRow, error)
- func (m *MockStore) GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner(ctx context.Context, ...) (...)
- func (m *MockStore) GetProvisionerJobsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.ProvisionerJob, error)
- func (m *MockStore) GetProvisionerJobsToBeReaped(ctx context.Context, arg database.GetProvisionerJobsToBeReapedParams) ([]database.ProvisionerJob, error)
- func (m *MockStore) GetProvisionerKeyByHashedSecret(ctx context.Context, hashedSecret []byte) (database.ProvisionerKey, error)
- func (m *MockStore) GetProvisionerKeyByID(ctx context.Context, id uuid.UUID) (database.ProvisionerKey, error)
- func (m *MockStore) GetProvisionerKeyByName(ctx context.Context, arg database.GetProvisionerKeyByNameParams) (database.ProvisionerKey, error)
- func (m *MockStore) GetProvisionerLogsAfterID(ctx context.Context, arg database.GetProvisionerLogsAfterIDParams) ([]database.ProvisionerJobLog, error)
- func (m *MockStore) GetQuotaAllowanceForUser(ctx context.Context, arg database.GetQuotaAllowanceForUserParams) (int64, error)
- func (m *MockStore) GetQuotaConsumedForUser(ctx context.Context, arg database.GetQuotaConsumedForUserParams) (int64, error)
- func (m *MockStore) GetReplicaByID(ctx context.Context, id uuid.UUID) (database.Replica, error)
- func (m *MockStore) GetReplicasUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]database.Replica, error)
- func (m *MockStore) GetRunningPrebuiltWorkspaces(ctx context.Context) ([]database.GetRunningPrebuiltWorkspacesRow, error)
- func (m *MockStore) GetRuntimeConfig(ctx context.Context, key string) (string, error)
- func (m *MockStore) GetTailnetAgents(ctx context.Context, id uuid.UUID) ([]database.TailnetAgent, error)
- func (m *MockStore) GetTailnetClientsForAgent(ctx context.Context, agentID uuid.UUID) ([]database.TailnetClient, error)
- func (m *MockStore) GetTailnetPeers(ctx context.Context, id uuid.UUID) ([]database.TailnetPeer, error)
- func (m *MockStore) GetTailnetTunnelPeerBindings(ctx context.Context, srcID uuid.UUID) ([]database.GetTailnetTunnelPeerBindingsRow, error)
- func (m *MockStore) GetTailnetTunnelPeerIDs(ctx context.Context, srcID uuid.UUID) ([]database.GetTailnetTunnelPeerIDsRow, error)
- func (m *MockStore) GetTelemetryItem(ctx context.Context, key string) (database.TelemetryItem, error)
- func (m *MockStore) GetTelemetryItems(ctx context.Context) ([]database.TelemetryItem, error)
- func (m *MockStore) GetTemplateAppInsights(ctx context.Context, arg database.GetTemplateAppInsightsParams) ([]database.GetTemplateAppInsightsRow, error)
- func (m *MockStore) GetTemplateAppInsightsByTemplate(ctx context.Context, arg database.GetTemplateAppInsightsByTemplateParams) ([]database.GetTemplateAppInsightsByTemplateRow, error)
- func (m *MockStore) GetTemplateAverageBuildTime(ctx context.Context, arg database.GetTemplateAverageBuildTimeParams) (database.GetTemplateAverageBuildTimeRow, error)
- func (m *MockStore) GetTemplateByID(ctx context.Context, id uuid.UUID) (database.Template, error)
- func (m *MockStore) GetTemplateByOrganizationAndName(ctx context.Context, arg database.GetTemplateByOrganizationAndNameParams) (database.Template, error)
- func (m *MockStore) GetTemplateDAUs(ctx context.Context, arg database.GetTemplateDAUsParams) ([]database.GetTemplateDAUsRow, error)
- func (m *MockStore) GetTemplateGroupRoles(ctx context.Context, id uuid.UUID) ([]database.TemplateGroup, error)
- func (m *MockStore) GetTemplateInsights(ctx context.Context, arg database.GetTemplateInsightsParams) (database.GetTemplateInsightsRow, error)
- func (m *MockStore) GetTemplateInsightsByInterval(ctx context.Context, arg database.GetTemplateInsightsByIntervalParams) ([]database.GetTemplateInsightsByIntervalRow, error)
- func (m *MockStore) GetTemplateInsightsByTemplate(ctx context.Context, arg database.GetTemplateInsightsByTemplateParams) ([]database.GetTemplateInsightsByTemplateRow, error)
- func (m *MockStore) GetTemplateParameterInsights(ctx context.Context, arg database.GetTemplateParameterInsightsParams) ([]database.GetTemplateParameterInsightsRow, error)
- func (m *MockStore) GetTemplatePresetsWithPrebuilds(ctx context.Context, templateID uuid.NullUUID) ([]database.GetTemplatePresetsWithPrebuildsRow, error)
- func (m *MockStore) GetTemplateUsageStats(ctx context.Context, arg database.GetTemplateUsageStatsParams) ([]database.TemplateUsageStat, error)
- func (m *MockStore) GetTemplateUserRoles(ctx context.Context, id uuid.UUID) ([]database.TemplateUser, error)
- func (m *MockStore) GetTemplateVersionByID(ctx context.Context, id uuid.UUID) (database.TemplateVersion, error)
- func (m *MockStore) GetTemplateVersionByJobID(ctx context.Context, jobID uuid.UUID) (database.TemplateVersion, error)
- func (m *MockStore) GetTemplateVersionByTemplateIDAndName(ctx context.Context, arg database.GetTemplateVersionByTemplateIDAndNameParams) (database.TemplateVersion, error)
- func (m *MockStore) GetTemplateVersionParameters(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionParameter, error)
- func (m *MockStore) GetTemplateVersionTerraformValues(ctx context.Context, templateVersionID uuid.UUID) (database.TemplateVersionTerraformValue, error)
- func (m *MockStore) GetTemplateVersionVariables(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionVariable, error)
- func (m *MockStore) GetTemplateVersionWorkspaceTags(ctx context.Context, templateVersionID uuid.UUID) ([]database.TemplateVersionWorkspaceTag, error)
- func (m *MockStore) GetTemplateVersionsByIDs(ctx context.Context, ids []uuid.UUID) ([]database.TemplateVersion, error)
- func (m *MockStore) GetTemplateVersionsByTemplateID(ctx context.Context, arg database.GetTemplateVersionsByTemplateIDParams) ([]database.TemplateVersion, error)
- func (m *MockStore) GetTemplateVersionsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.TemplateVersion, error)
- func (m *MockStore) GetTemplates(ctx context.Context) ([]database.Template, error)
- func (m *MockStore) GetTemplatesWithFilter(ctx context.Context, arg database.GetTemplatesWithFilterParams) ([]database.Template, error)
- func (m *MockStore) GetUnexpiredLicenses(ctx context.Context) ([]database.License, error)
- func (m *MockStore) GetUserActivityInsights(ctx context.Context, arg database.GetUserActivityInsightsParams) ([]database.GetUserActivityInsightsRow, error)
- func (m *MockStore) GetUserByEmailOrUsername(ctx context.Context, arg database.GetUserByEmailOrUsernameParams) (database.User, error)
- func (m *MockStore) GetUserByID(ctx context.Context, id uuid.UUID) (database.User, error)
- func (m *MockStore) GetUserCount(ctx context.Context, includeSystem bool) (int64, error)
- func (m *MockStore) GetUserLatencyInsights(ctx context.Context, arg database.GetUserLatencyInsightsParams) ([]database.GetUserLatencyInsightsRow, error)
- func (m *MockStore) GetUserLinkByLinkedID(ctx context.Context, linkedID string) (database.UserLink, error)
- func (m *MockStore) GetUserLinkByUserIDLoginType(ctx context.Context, arg database.GetUserLinkByUserIDLoginTypeParams) (database.UserLink, error)
- func (m *MockStore) GetUserLinksByUserID(ctx context.Context, userID uuid.UUID) ([]database.UserLink, error)
- func (m *MockStore) GetUserNotificationPreferences(ctx context.Context, userID uuid.UUID) ([]database.NotificationPreference, error)
- func (m *MockStore) GetUserStatusCounts(ctx context.Context, arg database.GetUserStatusCountsParams) ([]database.GetUserStatusCountsRow, error)
- func (m *MockStore) GetUserTerminalFont(ctx context.Context, userID uuid.UUID) (string, error)
- func (m *MockStore) GetUserThemePreference(ctx context.Context, userID uuid.UUID) (string, error)
- func (m *MockStore) GetUserWorkspaceBuildParameters(ctx context.Context, arg database.GetUserWorkspaceBuildParametersParams) ([]database.GetUserWorkspaceBuildParametersRow, error)
- func (m *MockStore) GetUsers(ctx context.Context, arg database.GetUsersParams) ([]database.GetUsersRow, error)
- func (m *MockStore) GetUsersByIDs(ctx context.Context, ids []uuid.UUID) ([]database.User, error)
- func (m *MockStore) GetWebpushSubscriptionsByUserID(ctx context.Context, userID uuid.UUID) ([]database.WebpushSubscription, error)
- func (m *MockStore) GetWebpushVAPIDKeys(ctx context.Context) (database.GetWebpushVAPIDKeysRow, error)
- func (m *MockStore) GetWorkspaceAgentAndLatestBuildByAuthToken(ctx context.Context, authToken uuid.UUID) (database.GetWorkspaceAgentAndLatestBuildByAuthTokenRow, error)
- func (m *MockStore) GetWorkspaceAgentByID(ctx context.Context, id uuid.UUID) (database.WorkspaceAgent, error)
- func (m *MockStore) GetWorkspaceAgentByInstanceID(ctx context.Context, authInstanceID string) (database.WorkspaceAgent, error)
- func (m *MockStore) GetWorkspaceAgentDevcontainersByAgentID(ctx context.Context, workspaceAgentID uuid.UUID) ([]database.WorkspaceAgentDevcontainer, error)
- func (m *MockStore) GetWorkspaceAgentLifecycleStateByID(ctx context.Context, id uuid.UUID) (database.GetWorkspaceAgentLifecycleStateByIDRow, error)
- func (m *MockStore) GetWorkspaceAgentLogSourcesByAgentIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAgentLogSource, error)
- func (m *MockStore) GetWorkspaceAgentLogsAfter(ctx context.Context, arg database.GetWorkspaceAgentLogsAfterParams) ([]database.WorkspaceAgentLog, error)
- func (m *MockStore) GetWorkspaceAgentMetadata(ctx context.Context, arg database.GetWorkspaceAgentMetadataParams) ([]database.WorkspaceAgentMetadatum, error)
- func (m *MockStore) GetWorkspaceAgentPortShare(ctx context.Context, arg database.GetWorkspaceAgentPortShareParams) (database.WorkspaceAgentPortShare, error)
- func (m *MockStore) GetWorkspaceAgentScriptTimingsByBuildID(ctx context.Context, id uuid.UUID) ([]database.GetWorkspaceAgentScriptTimingsByBuildIDRow, error)
- func (m *MockStore) GetWorkspaceAgentScriptsByAgentIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAgentScript, error)
- func (m *MockStore) GetWorkspaceAgentStats(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentStatsRow, error)
- func (m *MockStore) GetWorkspaceAgentStatsAndLabels(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentStatsAndLabelsRow, error)
- func (m *MockStore) GetWorkspaceAgentUsageStats(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentUsageStatsRow, error)
- func (m *MockStore) GetWorkspaceAgentUsageStatsAndLabels(ctx context.Context, createdAt time.Time) ([]database.GetWorkspaceAgentUsageStatsAndLabelsRow, error)
- func (m *MockStore) GetWorkspaceAgentsByParentID(ctx context.Context, parentID uuid.UUID) ([]database.WorkspaceAgent, error)
- func (m *MockStore) GetWorkspaceAgentsByResourceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAgent, error)
- func (m *MockStore) GetWorkspaceAgentsByWorkspaceAndBuildNumber(ctx context.Context, ...) ([]database.WorkspaceAgent, error)
- func (m *MockStore) GetWorkspaceAgentsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceAgent, error)
- func (m *MockStore) GetWorkspaceAgentsInLatestBuildByWorkspaceID(ctx context.Context, workspaceID uuid.UUID) ([]database.WorkspaceAgent, error)
- func (m *MockStore) GetWorkspaceAppByAgentIDAndSlug(ctx context.Context, arg database.GetWorkspaceAppByAgentIDAndSlugParams) (database.WorkspaceApp, error)
- func (m *MockStore) GetWorkspaceAppStatusesByAppIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceAppStatus, error)
- func (m *MockStore) GetWorkspaceAppsByAgentID(ctx context.Context, agentID uuid.UUID) ([]database.WorkspaceApp, error)
- func (m *MockStore) GetWorkspaceAppsByAgentIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceApp, error)
- func (m *MockStore) GetWorkspaceAppsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceApp, error)
- func (m *MockStore) GetWorkspaceBuildByID(ctx context.Context, id uuid.UUID) (database.WorkspaceBuild, error)
- func (m *MockStore) GetWorkspaceBuildByJobID(ctx context.Context, jobID uuid.UUID) (database.WorkspaceBuild, error)
- func (m *MockStore) GetWorkspaceBuildByWorkspaceIDAndBuildNumber(ctx context.Context, ...) (database.WorkspaceBuild, error)
- func (m *MockStore) GetWorkspaceBuildParameters(ctx context.Context, workspaceBuildID uuid.UUID) ([]database.WorkspaceBuildParameter, error)
- func (m *MockStore) GetWorkspaceBuildParametersByBuildIDs(ctx context.Context, workspaceBuildIds []uuid.UUID) ([]database.WorkspaceBuildParameter, error)
- func (m *MockStore) GetWorkspaceBuildStatsByTemplates(ctx context.Context, since time.Time) ([]database.GetWorkspaceBuildStatsByTemplatesRow, error)
- func (m *MockStore) GetWorkspaceBuildsByWorkspaceID(ctx context.Context, arg database.GetWorkspaceBuildsByWorkspaceIDParams) ([]database.WorkspaceBuild, error)
- func (m *MockStore) GetWorkspaceBuildsCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceBuild, error)
- func (m *MockStore) GetWorkspaceByAgentID(ctx context.Context, agentID uuid.UUID) (database.Workspace, error)
- func (m *MockStore) GetWorkspaceByID(ctx context.Context, id uuid.UUID) (database.Workspace, error)
- func (m *MockStore) GetWorkspaceByOwnerIDAndName(ctx context.Context, arg database.GetWorkspaceByOwnerIDAndNameParams) (database.Workspace, error)
- func (m *MockStore) GetWorkspaceByResourceID(ctx context.Context, resourceID uuid.UUID) (database.Workspace, error)
- func (m *MockStore) GetWorkspaceByWorkspaceAppID(ctx context.Context, workspaceAppID uuid.UUID) (database.Workspace, error)
- func (m *MockStore) GetWorkspaceModulesByJobID(ctx context.Context, jobID uuid.UUID) ([]database.WorkspaceModule, error)
- func (m *MockStore) GetWorkspaceModulesCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceModule, error)
- func (m *MockStore) GetWorkspaceProxies(ctx context.Context) ([]database.WorkspaceProxy, error)
- func (m *MockStore) GetWorkspaceProxyByHostname(ctx context.Context, arg database.GetWorkspaceProxyByHostnameParams) (database.WorkspaceProxy, error)
- func (m *MockStore) GetWorkspaceProxyByID(ctx context.Context, id uuid.UUID) (database.WorkspaceProxy, error)
- func (m *MockStore) GetWorkspaceProxyByName(ctx context.Context, name string) (database.WorkspaceProxy, error)
- func (m *MockStore) GetWorkspaceResourceByID(ctx context.Context, id uuid.UUID) (database.WorkspaceResource, error)
- func (m *MockStore) GetWorkspaceResourceMetadataByResourceIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceResourceMetadatum, error)
- func (m *MockStore) GetWorkspaceResourceMetadataCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceResourceMetadatum, error)
- func (m *MockStore) GetWorkspaceResourcesByJobID(ctx context.Context, jobID uuid.UUID) ([]database.WorkspaceResource, error)
- func (m *MockStore) GetWorkspaceResourcesByJobIDs(ctx context.Context, ids []uuid.UUID) ([]database.WorkspaceResource, error)
- func (m *MockStore) GetWorkspaceResourcesCreatedAfter(ctx context.Context, createdAt time.Time) ([]database.WorkspaceResource, error)
- func (m *MockStore) GetWorkspaceUniqueOwnerCountByTemplateIDs(ctx context.Context, templateIds []uuid.UUID) ([]database.GetWorkspaceUniqueOwnerCountByTemplateIDsRow, error)
- func (m *MockStore) GetWorkspaces(ctx context.Context, arg database.GetWorkspacesParams) ([]database.GetWorkspacesRow, error)
- func (m *MockStore) GetWorkspacesAndAgentsByOwnerID(ctx context.Context, ownerID uuid.UUID) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error)
- func (m *MockStore) GetWorkspacesByTemplateID(ctx context.Context, templateID uuid.UUID) ([]database.WorkspaceTable, error)
- func (m *MockStore) GetWorkspacesEligibleForTransition(ctx context.Context, now time.Time) ([]database.GetWorkspacesEligibleForTransitionRow, error)
- func (m *MockStore) HasTemplateVersionsWithAITask(ctx context.Context) (bool, error)
- func (m *MockStore) InTx(arg0 func(database.Store) error, arg1 *database.TxOptions) error
- func (m *MockStore) InsertAPIKey(ctx context.Context, arg database.InsertAPIKeyParams) (database.APIKey, error)
- func (m *MockStore) InsertAllUsersGroup(ctx context.Context, organizationID uuid.UUID) (database.Group, error)
- func (m *MockStore) InsertAuditLog(ctx context.Context, arg database.InsertAuditLogParams) (database.AuditLog, error)
- func (m *MockStore) InsertCryptoKey(ctx context.Context, arg database.InsertCryptoKeyParams) (database.CryptoKey, error)
- func (m *MockStore) InsertCustomRole(ctx context.Context, arg database.InsertCustomRoleParams) (database.CustomRole, error)
- func (m *MockStore) InsertDBCryptKey(ctx context.Context, arg database.InsertDBCryptKeyParams) error
- func (m *MockStore) InsertDERPMeshKey(ctx context.Context, value string) error
- func (m *MockStore) InsertDeploymentID(ctx context.Context, value string) error
- func (m *MockStore) InsertExternalAuthLink(ctx context.Context, arg database.InsertExternalAuthLinkParams) (database.ExternalAuthLink, error)
- func (m *MockStore) InsertFile(ctx context.Context, arg database.InsertFileParams) (database.File, error)
- func (m *MockStore) InsertGitSSHKey(ctx context.Context, arg database.InsertGitSSHKeyParams) (database.GitSSHKey, error)
- func (m *MockStore) InsertGroup(ctx context.Context, arg database.InsertGroupParams) (database.Group, error)
- func (m *MockStore) InsertGroupMember(ctx context.Context, arg database.InsertGroupMemberParams) error
- func (m *MockStore) InsertInboxNotification(ctx context.Context, arg database.InsertInboxNotificationParams) (database.InboxNotification, error)
- func (m *MockStore) InsertLicense(ctx context.Context, arg database.InsertLicenseParams) (database.License, error)
- func (m *MockStore) InsertMemoryResourceMonitor(ctx context.Context, arg database.InsertMemoryResourceMonitorParams) (database.WorkspaceAgentMemoryResourceMonitor, error)
- func (m *MockStore) InsertMissingGroups(ctx context.Context, arg database.InsertMissingGroupsParams) ([]database.Group, error)
- func (m *MockStore) InsertOAuth2ProviderApp(ctx context.Context, arg database.InsertOAuth2ProviderAppParams) (database.OAuth2ProviderApp, error)
- func (m *MockStore) InsertOAuth2ProviderAppCode(ctx context.Context, arg database.InsertOAuth2ProviderAppCodeParams) (database.OAuth2ProviderAppCode, error)
- func (m *MockStore) InsertOAuth2ProviderAppSecret(ctx context.Context, arg database.InsertOAuth2ProviderAppSecretParams) (database.OAuth2ProviderAppSecret, error)
- func (m *MockStore) InsertOAuth2ProviderAppToken(ctx context.Context, arg database.InsertOAuth2ProviderAppTokenParams) (database.OAuth2ProviderAppToken, error)
- func (m *MockStore) InsertOrganization(ctx context.Context, arg database.InsertOrganizationParams) (database.Organization, error)
- func (m *MockStore) InsertOrganizationMember(ctx context.Context, arg database.InsertOrganizationMemberParams) (database.OrganizationMember, error)
- func (m *MockStore) InsertPreset(ctx context.Context, arg database.InsertPresetParams) (database.TemplateVersionPreset, error)
- func (m *MockStore) InsertPresetParameters(ctx context.Context, arg database.InsertPresetParametersParams) ([]database.TemplateVersionPresetParameter, error)
- func (m *MockStore) InsertPresetPrebuildSchedule(ctx context.Context, arg database.InsertPresetPrebuildScheduleParams) (database.TemplateVersionPresetPrebuildSchedule, error)
- func (m *MockStore) InsertProvisionerJob(ctx context.Context, arg database.InsertProvisionerJobParams) (database.ProvisionerJob, error)
- func (m *MockStore) InsertProvisionerJobLogs(ctx context.Context, arg database.InsertProvisionerJobLogsParams) ([]database.ProvisionerJobLog, error)
- func (m *MockStore) InsertProvisionerJobTimings(ctx context.Context, arg database.InsertProvisionerJobTimingsParams) ([]database.ProvisionerJobTiming, error)
- func (m *MockStore) InsertProvisionerKey(ctx context.Context, arg database.InsertProvisionerKeyParams) (database.ProvisionerKey, error)
- func (m *MockStore) InsertReplica(ctx context.Context, arg database.InsertReplicaParams) (database.Replica, error)
- func (m *MockStore) InsertTelemetryItemIfNotExists(ctx context.Context, arg database.InsertTelemetryItemIfNotExistsParams) error
- func (m *MockStore) InsertTemplate(ctx context.Context, arg database.InsertTemplateParams) error
- func (m *MockStore) InsertTemplateVersion(ctx context.Context, arg database.InsertTemplateVersionParams) error
- func (m *MockStore) InsertTemplateVersionParameter(ctx context.Context, arg database.InsertTemplateVersionParameterParams) (database.TemplateVersionParameter, error)
- func (m *MockStore) InsertTemplateVersionTerraformValuesByJobID(ctx context.Context, ...) error
- func (m *MockStore) InsertTemplateVersionVariable(ctx context.Context, arg database.InsertTemplateVersionVariableParams) (database.TemplateVersionVariable, error)
- func (m *MockStore) InsertTemplateVersionWorkspaceTag(ctx context.Context, arg database.InsertTemplateVersionWorkspaceTagParams) (database.TemplateVersionWorkspaceTag, error)
- func (m *MockStore) InsertUser(ctx context.Context, arg database.InsertUserParams) (database.User, error)
- func (m *MockStore) InsertUserGroupsByID(ctx context.Context, arg database.InsertUserGroupsByIDParams) ([]uuid.UUID, error)
- func (m *MockStore) InsertUserGroupsByName(ctx context.Context, arg database.InsertUserGroupsByNameParams) error
- func (m *MockStore) InsertUserLink(ctx context.Context, arg database.InsertUserLinkParams) (database.UserLink, error)
- func (m *MockStore) InsertVolumeResourceMonitor(ctx context.Context, arg database.InsertVolumeResourceMonitorParams) (database.WorkspaceAgentVolumeResourceMonitor, error)
- func (m *MockStore) InsertWebpushSubscription(ctx context.Context, arg database.InsertWebpushSubscriptionParams) (database.WebpushSubscription, error)
- func (m *MockStore) InsertWorkspace(ctx context.Context, arg database.InsertWorkspaceParams) (database.WorkspaceTable, error)
- func (m *MockStore) InsertWorkspaceAgent(ctx context.Context, arg database.InsertWorkspaceAgentParams) (database.WorkspaceAgent, error)
- func (m *MockStore) InsertWorkspaceAgentDevcontainers(ctx context.Context, arg database.InsertWorkspaceAgentDevcontainersParams) ([]database.WorkspaceAgentDevcontainer, error)
- func (m *MockStore) InsertWorkspaceAgentLogSources(ctx context.Context, arg database.InsertWorkspaceAgentLogSourcesParams) ([]database.WorkspaceAgentLogSource, error)
- func (m *MockStore) InsertWorkspaceAgentLogs(ctx context.Context, arg database.InsertWorkspaceAgentLogsParams) ([]database.WorkspaceAgentLog, error)
- func (m *MockStore) InsertWorkspaceAgentMetadata(ctx context.Context, arg database.InsertWorkspaceAgentMetadataParams) error
- func (m *MockStore) InsertWorkspaceAgentScriptTimings(ctx context.Context, arg database.InsertWorkspaceAgentScriptTimingsParams) (database.WorkspaceAgentScriptTiming, error)
- func (m *MockStore) InsertWorkspaceAgentScripts(ctx context.Context, arg database.InsertWorkspaceAgentScriptsParams) ([]database.WorkspaceAgentScript, error)
- func (m *MockStore) InsertWorkspaceAgentStats(ctx context.Context, arg database.InsertWorkspaceAgentStatsParams) error
- func (m *MockStore) InsertWorkspaceAppStats(ctx context.Context, arg database.InsertWorkspaceAppStatsParams) error
- func (m *MockStore) InsertWorkspaceAppStatus(ctx context.Context, arg database.InsertWorkspaceAppStatusParams) (database.WorkspaceAppStatus, error)
- func (m *MockStore) InsertWorkspaceBuild(ctx context.Context, arg database.InsertWorkspaceBuildParams) error
- func (m *MockStore) InsertWorkspaceBuildParameters(ctx context.Context, arg database.InsertWorkspaceBuildParametersParams) error
- func (m *MockStore) InsertWorkspaceModule(ctx context.Context, arg database.InsertWorkspaceModuleParams) (database.WorkspaceModule, error)
- func (m *MockStore) InsertWorkspaceProxy(ctx context.Context, arg database.InsertWorkspaceProxyParams) (database.WorkspaceProxy, error)
- func (m *MockStore) InsertWorkspaceResource(ctx context.Context, arg database.InsertWorkspaceResourceParams) (database.WorkspaceResource, error)
- func (m *MockStore) InsertWorkspaceResourceMetadata(ctx context.Context, arg database.InsertWorkspaceResourceMetadataParams) ([]database.WorkspaceResourceMetadatum, error)
- func (m *MockStore) ListProvisionerKeysByOrganization(ctx context.Context, organizationID uuid.UUID) ([]database.ProvisionerKey, error)
- func (m *MockStore) ListProvisionerKeysByOrganizationExcludeReserved(ctx context.Context, organizationID uuid.UUID) ([]database.ProvisionerKey, error)
- func (m *MockStore) ListWorkspaceAgentPortShares(ctx context.Context, workspaceID uuid.UUID) ([]database.WorkspaceAgentPortShare, error)
- func (m *MockStore) MarkAllInboxNotificationsAsRead(ctx context.Context, arg database.MarkAllInboxNotificationsAsReadParams) error
- func (m *MockStore) OIDCClaimFieldValues(ctx context.Context, arg database.OIDCClaimFieldValuesParams) ([]string, error)
- func (m *MockStore) OIDCClaimFields(ctx context.Context, organizationID uuid.UUID) ([]string, error)
- func (m *MockStore) OrganizationMembers(ctx context.Context, arg database.OrganizationMembersParams) ([]database.OrganizationMembersRow, error)
- func (m *MockStore) PGLocks(ctx context.Context) (database.PGLocks, error)
- func (m *MockStore) PaginatedOrganizationMembers(ctx context.Context, arg database.PaginatedOrganizationMembersParams) ([]database.PaginatedOrganizationMembersRow, error)
- func (m *MockStore) Ping(ctx context.Context) (time.Duration, error)
- func (m *MockStore) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(ctx context.Context, templateID uuid.UUID) error
- func (m *MockStore) RegisterWorkspaceProxy(ctx context.Context, arg database.RegisterWorkspaceProxyParams) (database.WorkspaceProxy, error)
- func (m *MockStore) RemoveUserFromAllGroups(ctx context.Context, userID uuid.UUID) error
- func (m *MockStore) RemoveUserFromGroups(ctx context.Context, arg database.RemoveUserFromGroupsParams) ([]uuid.UUID, error)
- func (m *MockStore) RevokeDBCryptKey(ctx context.Context, activeKeyDigest string) error
- func (m *MockStore) TryAcquireLock(ctx context.Context, pgTryAdvisoryXactLock int64) (bool, error)
- func (m *MockStore) UnarchiveTemplateVersion(ctx context.Context, arg database.UnarchiveTemplateVersionParams) error
- func (m *MockStore) UnfavoriteWorkspace(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) UpdateAPIKeyByID(ctx context.Context, arg database.UpdateAPIKeyByIDParams) error
- func (m *MockStore) UpdateCryptoKeyDeletesAt(ctx context.Context, arg database.UpdateCryptoKeyDeletesAtParams) (database.CryptoKey, error)
- func (m *MockStore) UpdateCustomRole(ctx context.Context, arg database.UpdateCustomRoleParams) (database.CustomRole, error)
- func (m *MockStore) UpdateExternalAuthLink(ctx context.Context, arg database.UpdateExternalAuthLinkParams) (database.ExternalAuthLink, error)
- func (m *MockStore) UpdateExternalAuthLinkRefreshToken(ctx context.Context, arg database.UpdateExternalAuthLinkRefreshTokenParams) error
- func (m *MockStore) UpdateGitSSHKey(ctx context.Context, arg database.UpdateGitSSHKeyParams) (database.GitSSHKey, error)
- func (m *MockStore) UpdateGroupByID(ctx context.Context, arg database.UpdateGroupByIDParams) (database.Group, error)
- func (m *MockStore) UpdateInactiveUsersToDormant(ctx context.Context, arg database.UpdateInactiveUsersToDormantParams) ([]database.UpdateInactiveUsersToDormantRow, error)
- func (m *MockStore) UpdateInboxNotificationReadStatus(ctx context.Context, arg database.UpdateInboxNotificationReadStatusParams) error
- func (m *MockStore) UpdateMemberRoles(ctx context.Context, arg database.UpdateMemberRolesParams) (database.OrganizationMember, error)
- func (m *MockStore) UpdateMemoryResourceMonitor(ctx context.Context, arg database.UpdateMemoryResourceMonitorParams) error
- func (m *MockStore) UpdateNotificationTemplateMethodByID(ctx context.Context, arg database.UpdateNotificationTemplateMethodByIDParams) (database.NotificationTemplate, error)
- func (m *MockStore) UpdateOAuth2ProviderAppByID(ctx context.Context, arg database.UpdateOAuth2ProviderAppByIDParams) (database.OAuth2ProviderApp, error)
- func (m *MockStore) UpdateOAuth2ProviderAppSecretByID(ctx context.Context, arg database.UpdateOAuth2ProviderAppSecretByIDParams) (database.OAuth2ProviderAppSecret, error)
- func (m *MockStore) UpdateOrganization(ctx context.Context, arg database.UpdateOrganizationParams) (database.Organization, error)
- func (m *MockStore) UpdateOrganizationDeletedByID(ctx context.Context, arg database.UpdateOrganizationDeletedByIDParams) error
- func (m *MockStore) UpdatePresetPrebuildStatus(ctx context.Context, arg database.UpdatePresetPrebuildStatusParams) error
- func (m *MockStore) UpdateProvisionerDaemonLastSeenAt(ctx context.Context, arg database.UpdateProvisionerDaemonLastSeenAtParams) error
- func (m *MockStore) UpdateProvisionerJobByID(ctx context.Context, arg database.UpdateProvisionerJobByIDParams) error
- func (m *MockStore) UpdateProvisionerJobWithCancelByID(ctx context.Context, arg database.UpdateProvisionerJobWithCancelByIDParams) error
- func (m *MockStore) UpdateProvisionerJobWithCompleteByID(ctx context.Context, arg database.UpdateProvisionerJobWithCompleteByIDParams) error
- func (m *MockStore) UpdateProvisionerJobWithCompleteWithStartedAtByID(ctx context.Context, ...) error
- func (m *MockStore) UpdateReplica(ctx context.Context, arg database.UpdateReplicaParams) (database.Replica, error)
- func (m *MockStore) UpdateTailnetPeerStatusByCoordinator(ctx context.Context, arg database.UpdateTailnetPeerStatusByCoordinatorParams) error
- func (m *MockStore) UpdateTemplateACLByID(ctx context.Context, arg database.UpdateTemplateACLByIDParams) error
- func (m *MockStore) UpdateTemplateAccessControlByID(ctx context.Context, arg database.UpdateTemplateAccessControlByIDParams) error
- func (m *MockStore) UpdateTemplateActiveVersionByID(ctx context.Context, arg database.UpdateTemplateActiveVersionByIDParams) error
- func (m *MockStore) UpdateTemplateDeletedByID(ctx context.Context, arg database.UpdateTemplateDeletedByIDParams) error
- func (m *MockStore) UpdateTemplateMetaByID(ctx context.Context, arg database.UpdateTemplateMetaByIDParams) error
- func (m *MockStore) UpdateTemplateScheduleByID(ctx context.Context, arg database.UpdateTemplateScheduleByIDParams) error
- func (m *MockStore) UpdateTemplateVersionAITaskByJobID(ctx context.Context, arg database.UpdateTemplateVersionAITaskByJobIDParams) error
- func (m *MockStore) UpdateTemplateVersionByID(ctx context.Context, arg database.UpdateTemplateVersionByIDParams) error
- func (m *MockStore) UpdateTemplateVersionDescriptionByJobID(ctx context.Context, ...) error
- func (m *MockStore) UpdateTemplateVersionExternalAuthProvidersByJobID(ctx context.Context, ...) error
- func (m *MockStore) UpdateTemplateWorkspacesLastUsedAt(ctx context.Context, arg database.UpdateTemplateWorkspacesLastUsedAtParams) error
- func (m *MockStore) UpdateUserDeletedByID(ctx context.Context, id uuid.UUID) error
- func (m *MockStore) UpdateUserGithubComUserID(ctx context.Context, arg database.UpdateUserGithubComUserIDParams) error
- func (m *MockStore) UpdateUserHashedOneTimePasscode(ctx context.Context, arg database.UpdateUserHashedOneTimePasscodeParams) error
- func (m *MockStore) UpdateUserHashedPassword(ctx context.Context, arg database.UpdateUserHashedPasswordParams) error
- func (m *MockStore) UpdateUserLastSeenAt(ctx context.Context, arg database.UpdateUserLastSeenAtParams) (database.User, error)
- func (m *MockStore) UpdateUserLink(ctx context.Context, arg database.UpdateUserLinkParams) (database.UserLink, error)
- func (m *MockStore) UpdateUserLinkedID(ctx context.Context, arg database.UpdateUserLinkedIDParams) (database.UserLink, error)
- func (m *MockStore) UpdateUserLoginType(ctx context.Context, arg database.UpdateUserLoginTypeParams) (database.User, error)
- func (m *MockStore) UpdateUserNotificationPreferences(ctx context.Context, arg database.UpdateUserNotificationPreferencesParams) (int64, error)
- func (m *MockStore) UpdateUserProfile(ctx context.Context, arg database.UpdateUserProfileParams) (database.User, error)
- func (m *MockStore) UpdateUserQuietHoursSchedule(ctx context.Context, arg database.UpdateUserQuietHoursScheduleParams) (database.User, error)
- func (m *MockStore) UpdateUserRoles(ctx context.Context, arg database.UpdateUserRolesParams) (database.User, error)
- func (m *MockStore) UpdateUserStatus(ctx context.Context, arg database.UpdateUserStatusParams) (database.User, error)
- func (m *MockStore) UpdateUserTerminalFont(ctx context.Context, arg database.UpdateUserTerminalFontParams) (database.UserConfig, error)
- func (m *MockStore) UpdateUserThemePreference(ctx context.Context, arg database.UpdateUserThemePreferenceParams) (database.UserConfig, error)
- func (m *MockStore) UpdateVolumeResourceMonitor(ctx context.Context, arg database.UpdateVolumeResourceMonitorParams) error
- func (m *MockStore) UpdateWorkspace(ctx context.Context, arg database.UpdateWorkspaceParams) (database.WorkspaceTable, error)
- func (m *MockStore) UpdateWorkspaceAgentConnectionByID(ctx context.Context, arg database.UpdateWorkspaceAgentConnectionByIDParams) error
- func (m *MockStore) UpdateWorkspaceAgentLifecycleStateByID(ctx context.Context, arg database.UpdateWorkspaceAgentLifecycleStateByIDParams) error
- func (m *MockStore) UpdateWorkspaceAgentLogOverflowByID(ctx context.Context, arg database.UpdateWorkspaceAgentLogOverflowByIDParams) error
- func (m *MockStore) UpdateWorkspaceAgentMetadata(ctx context.Context, arg database.UpdateWorkspaceAgentMetadataParams) error
- func (m *MockStore) UpdateWorkspaceAgentStartupByID(ctx context.Context, arg database.UpdateWorkspaceAgentStartupByIDParams) error
- func (m *MockStore) UpdateWorkspaceAppHealthByID(ctx context.Context, arg database.UpdateWorkspaceAppHealthByIDParams) error
- func (m *MockStore) UpdateWorkspaceAutomaticUpdates(ctx context.Context, arg database.UpdateWorkspaceAutomaticUpdatesParams) error
- func (m *MockStore) UpdateWorkspaceAutostart(ctx context.Context, arg database.UpdateWorkspaceAutostartParams) error
- func (m *MockStore) UpdateWorkspaceBuildAITaskByID(ctx context.Context, arg database.UpdateWorkspaceBuildAITaskByIDParams) error
- func (m *MockStore) UpdateWorkspaceBuildCostByID(ctx context.Context, arg database.UpdateWorkspaceBuildCostByIDParams) error
- func (m *MockStore) UpdateWorkspaceBuildDeadlineByID(ctx context.Context, arg database.UpdateWorkspaceBuildDeadlineByIDParams) error
- func (m *MockStore) UpdateWorkspaceBuildProvisionerStateByID(ctx context.Context, ...) error
- func (m *MockStore) UpdateWorkspaceDeletedByID(ctx context.Context, arg database.UpdateWorkspaceDeletedByIDParams) error
- func (m *MockStore) UpdateWorkspaceDormantDeletingAt(ctx context.Context, arg database.UpdateWorkspaceDormantDeletingAtParams) (database.WorkspaceTable, error)
- func (m *MockStore) UpdateWorkspaceLastUsedAt(ctx context.Context, arg database.UpdateWorkspaceLastUsedAtParams) error
- func (m *MockStore) UpdateWorkspaceNextStartAt(ctx context.Context, arg database.UpdateWorkspaceNextStartAtParams) error
- func (m *MockStore) UpdateWorkspaceProxy(ctx context.Context, arg database.UpdateWorkspaceProxyParams) (database.WorkspaceProxy, error)
- func (m *MockStore) UpdateWorkspaceProxyDeleted(ctx context.Context, arg database.UpdateWorkspaceProxyDeletedParams) error
- func (m *MockStore) UpdateWorkspaceTTL(ctx context.Context, arg database.UpdateWorkspaceTTLParams) error
- func (m *MockStore) UpdateWorkspacesDormantDeletingAtByTemplateID(ctx context.Context, ...) ([]database.WorkspaceTable, error)
- func (m *MockStore) UpdateWorkspacesTTLByTemplateID(ctx context.Context, arg database.UpdateWorkspacesTTLByTemplateIDParams) error
- func (m *MockStore) UpsertAnnouncementBanners(ctx context.Context, value string) error
- func (m *MockStore) UpsertAppSecurityKey(ctx context.Context, value string) error
- func (m *MockStore) UpsertApplicationName(ctx context.Context, value string) error
- func (m *MockStore) UpsertCoordinatorResumeTokenSigningKey(ctx context.Context, value string) error
- func (m *MockStore) UpsertDefaultProxy(ctx context.Context, arg database.UpsertDefaultProxyParams) error
- func (m *MockStore) UpsertHealthSettings(ctx context.Context, value string) error
- func (m *MockStore) UpsertLastUpdateCheck(ctx context.Context, value string) error
- func (m *MockStore) UpsertLogoURL(ctx context.Context, value string) error
- func (m *MockStore) UpsertNotificationReportGeneratorLog(ctx context.Context, arg database.UpsertNotificationReportGeneratorLogParams) error
- func (m *MockStore) UpsertNotificationsSettings(ctx context.Context, value string) error
- func (m *MockStore) UpsertOAuth2GithubDefaultEligible(ctx context.Context, eligible bool) error
- func (m *MockStore) UpsertOAuthSigningKey(ctx context.Context, value string) error
- func (m *MockStore) UpsertProvisionerDaemon(ctx context.Context, arg database.UpsertProvisionerDaemonParams) (database.ProvisionerDaemon, error)
- func (m *MockStore) UpsertRuntimeConfig(ctx context.Context, arg database.UpsertRuntimeConfigParams) error
- func (m *MockStore) UpsertTailnetAgent(ctx context.Context, arg database.UpsertTailnetAgentParams) (database.TailnetAgent, error)
- func (m *MockStore) UpsertTailnetClient(ctx context.Context, arg database.UpsertTailnetClientParams) (database.TailnetClient, error)
- func (m *MockStore) UpsertTailnetClientSubscription(ctx context.Context, arg database.UpsertTailnetClientSubscriptionParams) error
- func (m *MockStore) UpsertTailnetCoordinator(ctx context.Context, id uuid.UUID) (database.TailnetCoordinator, error)
- func (m *MockStore) UpsertTailnetPeer(ctx context.Context, arg database.UpsertTailnetPeerParams) (database.TailnetPeer, error)
- func (m *MockStore) UpsertTailnetTunnel(ctx context.Context, arg database.UpsertTailnetTunnelParams) (database.TailnetTunnel, error)
- func (m *MockStore) UpsertTelemetryItem(ctx context.Context, arg database.UpsertTelemetryItemParams) error
- func (m *MockStore) UpsertTemplateUsageStats(ctx context.Context) error
- func (m *MockStore) UpsertWebpushVAPIDKeys(ctx context.Context, arg database.UpsertWebpushVAPIDKeysParams) error
- func (m *MockStore) UpsertWorkspaceAgentPortShare(ctx context.Context, arg database.UpsertWorkspaceAgentPortShareParams) (database.WorkspaceAgentPortShare, error)
- func (m *MockStore) UpsertWorkspaceApp(ctx context.Context, arg database.UpsertWorkspaceAppParams) (database.WorkspaceApp, error)
- func (m *MockStore) UpsertWorkspaceAppAuditSession(ctx context.Context, arg database.UpsertWorkspaceAppAuditSessionParams) (bool, error)
- func (m *MockStore) Wrappers() []string
- type MockStoreMockRecorder
- func (mr *MockStoreMockRecorder) AcquireLock(ctx, pgAdvisoryXactLock any) *gomock.Call
- func (mr *MockStoreMockRecorder) AcquireNotificationMessages(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) AcquireProvisionerJob(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) ActivityBumpWorkspace(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) AllUserIDs(ctx, includeSystem any) *gomock.Call
- func (mr *MockStoreMockRecorder) ArchiveUnusedTemplateVersions(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) BatchUpdateWorkspaceLastUsedAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) BatchUpdateWorkspaceNextStartAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) BulkMarkNotificationMessagesFailed(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) BulkMarkNotificationMessagesSent(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) ClaimPrebuiltWorkspace(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) CleanTailnetCoordinators(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) CleanTailnetLostPeers(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) CleanTailnetTunnels(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) CountInProgressPrebuilds(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) CountUnreadInboxNotificationsByUserID(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) CustomRoles(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteAPIKeyByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteAPIKeysByUserID(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteAllTailnetClientSubscriptions(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteAllTailnetTunnels(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteAllWebpushSubscriptions(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteApplicationConnectAPIKeysByUserID(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteCoordinator(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteCryptoKey(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteCustomRole(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteExternalAuthLink(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteGitSSHKey(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteGroupByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteGroupMemberFromGroup(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteLicense(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppCodeByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppCodesByAppAndUserID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppSecretByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppTokensByAppAndUserID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOldNotificationMessages(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOldProvisionerDaemons(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOldWorkspaceAgentLogs(ctx, threshold any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOldWorkspaceAgentStats(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteOrganizationMember(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteProvisionerKey(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteReplicasUpdatedBefore(ctx, updatedAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteRuntimeConfig(ctx, key any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteTailnetAgent(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteTailnetClient(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteTailnetClientSubscription(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteTailnetPeer(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteTailnetTunnel(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteWebpushSubscriptionByUserIDAndEndpoint(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteWebpushSubscriptions(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteWorkspaceAgentPortShare(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteWorkspaceAgentPortSharesByTemplate(ctx, templateID any) *gomock.Call
- func (mr *MockStoreMockRecorder) DeleteWorkspaceSubAgentByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) DisableForeignKeysAndTriggers(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) EnqueueNotificationMessage(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) FavoriteWorkspace(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) FetchMemoryResourceMonitorsByAgentID(ctx, agentID any) *gomock.Call
- func (mr *MockStoreMockRecorder) FetchMemoryResourceMonitorsUpdatedAfter(ctx, updatedAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) FetchNewMessageMetadata(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) FetchVolumesResourceMonitorsByAgentID(ctx, agentID any) *gomock.Call
- func (mr *MockStoreMockRecorder) FetchVolumesResourceMonitorsUpdatedAfter(ctx, updatedAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAPIKeyByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAPIKeyByName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAPIKeysByLoginType(ctx, loginType any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAPIKeysByUserID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAPIKeysLastUsedAfter(ctx, lastUsed any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetActivePresetPrebuildSchedules(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetActiveUserCount(ctx, includeSystem any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetActiveWorkspaceBuildsByTemplateID(ctx, templateID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAllTailnetAgents(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAllTailnetCoordinators(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAllTailnetPeers(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAllTailnetTunnels(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAnnouncementBanners(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAppSecurityKey(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetApplicationName(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuditLogsOffset(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuthorizationUserRoles(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuthorizedAuditLogsOffset(ctx, arg, prepared any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuthorizedTemplates(ctx, arg, prepared any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuthorizedUsers(ctx, arg, prepared any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuthorizedWorkspaceBuildParametersByBuildIDs(ctx, workspaceBuildIDs, prepared any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuthorizedWorkspaces(ctx, arg, prepared any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetAuthorizedWorkspacesAndAgentsByOwnerID(ctx, ownerID, prepared any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetCoordinatorResumeTokenSigningKey(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetCryptoKeyByFeatureAndSequence(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetCryptoKeys(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetCryptoKeysByFeature(ctx, feature any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDBCryptKeys(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDERPMeshKey(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDefaultOrganization(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDefaultProxyConfig(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDeploymentDAUs(ctx, tzOffset any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDeploymentID(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDeploymentWorkspaceAgentStats(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDeploymentWorkspaceAgentUsageStats(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetDeploymentWorkspaceStats(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetEligibleProvisionerDaemonsByProvisionerJobIDs(ctx, provisionerJobIds any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetExternalAuthLink(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetExternalAuthLinksByUserID(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetFailedWorkspaceBuildsByTemplateID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetFileByHashAndCreator(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetFileByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetFileIDByTemplateVersionID(ctx, templateVersionID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetFileTemplates(ctx, fileID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetFilteredInboxNotificationsByUserID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetGitSSHKey(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetGroupByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetGroupByOrgAndName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetGroupMembers(ctx, includeSystem any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetGroupMembersByGroupID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetGroupMembersCountByGroupID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetGroups(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetHealthSettings(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetInboxNotificationByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetInboxNotificationsByUserID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLastUpdateCheck(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLatestCryptoKeyByFeature(ctx, feature any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLatestWorkspaceAppStatusesByWorkspaceIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLatestWorkspaceBuildByWorkspaceID(ctx, workspaceID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLatestWorkspaceBuilds(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLatestWorkspaceBuildsByWorkspaceIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLicenseByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLicenses(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetLogoURL(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetNotificationMessagesByStatus(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetNotificationReportGeneratorLogByTemplate(ctx, templateID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetNotificationTemplateByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetNotificationTemplatesByKind(ctx, kind any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetNotificationsSettings(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2GithubDefaultEligible(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppCodeByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppCodeByPrefix(ctx, secretPrefix any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretByPrefix(ctx, secretPrefix any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretsByAppID(ctx, appID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppTokenByPrefix(ctx, hashPrefix any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderApps(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppsByUserID(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOAuthSigningKey(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOrganizationByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOrganizationByName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOrganizationIDsByMemberIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOrganizationResourceCountByID(ctx, organizationID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOrganizations(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetOrganizationsByUserID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetParameterSchemasByJobID(ctx, jobID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPrebuildMetrics(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPresetByID(ctx, presetID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPresetByWorkspaceBuildID(ctx, workspaceBuildID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPresetParametersByPresetID(ctx, presetID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPresetParametersByTemplateVersionID(ctx, templateVersionID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPresetsAtFailureLimit(ctx, hardLimit any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPresetsBackoff(ctx, lookback any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPresetsByTemplateVersionID(ctx, templateVersionID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetPreviousTemplateVersion(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerDaemons(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerDaemonsByOrganization(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerDaemonsWithStatusByOrganization(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobByIDForUpdate(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobTimingsByJobID(ctx, jobID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobsByIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobsByIDsWithQueuePosition(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobsCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerJobsToBeReaped(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerKeyByHashedSecret(ctx, hashedSecret any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerKeyByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerKeyByName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetProvisionerLogsAfterID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetQuotaAllowanceForUser(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetQuotaConsumedForUser(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetReplicaByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetReplicasUpdatedAfter(ctx, updatedAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetRunningPrebuiltWorkspaces(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetRuntimeConfig(ctx, key any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTailnetAgents(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTailnetClientsForAgent(ctx, agentID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTailnetPeers(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTailnetTunnelPeerBindings(ctx, srcID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTailnetTunnelPeerIDs(ctx, srcID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTelemetryItem(ctx, key any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTelemetryItems(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateAppInsights(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateAppInsightsByTemplate(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateAverageBuildTime(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateByOrganizationAndName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateDAUs(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateGroupRoles(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateInsights(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateInsightsByInterval(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateInsightsByTemplate(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateParameterInsights(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplatePresetsWithPrebuilds(ctx, templateID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateUsageStats(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateUserRoles(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionByJobID(ctx, jobID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionByTemplateIDAndName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionParameters(ctx, templateVersionID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionTerraformValues(ctx, templateVersionID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionVariables(ctx, templateVersionID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionWorkspaceTags(ctx, templateVersionID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionsByIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionsByTemplateID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplateVersionsCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplates(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetTemplatesWithFilter(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUnexpiredLicenses(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserActivityInsights(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserByEmailOrUsername(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserCount(ctx, includeSystem any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserLatencyInsights(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserLinkByLinkedID(ctx, linkedID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserLinkByUserIDLoginType(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserLinksByUserID(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserNotificationPreferences(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserStatusCounts(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserTerminalFont(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserThemePreference(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUserWorkspaceBuildParameters(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUsers(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetUsersByIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWebpushSubscriptionsByUserID(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWebpushVAPIDKeys(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentAndLatestBuildByAuthToken(ctx, authToken any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentByInstanceID(ctx, authInstanceID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentDevcontainersByAgentID(ctx, workspaceAgentID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentLifecycleStateByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentLogSourcesByAgentIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentLogsAfter(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentMetadata(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentPortShare(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentScriptTimingsByBuildID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentScriptsByAgentIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentStats(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentStatsAndLabels(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentUsageStats(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentUsageStatsAndLabels(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentsByParentID(ctx, parentID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentsByResourceIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentsByWorkspaceAndBuildNumber(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentsCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAgentsInLatestBuildByWorkspaceID(ctx, workspaceID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAppByAgentIDAndSlug(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAppStatusesByAppIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAppsByAgentID(ctx, agentID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAppsByAgentIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceAppsCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildByJobID(ctx, jobID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildByWorkspaceIDAndBuildNumber(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildParameters(ctx, workspaceBuildID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildParametersByBuildIDs(ctx, workspaceBuildIds any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildStatsByTemplates(ctx, since any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildsByWorkspaceID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceBuildsCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceByAgentID(ctx, agentID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceByOwnerIDAndName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceByResourceID(ctx, resourceID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceByWorkspaceAppID(ctx, workspaceAppID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceModulesByJobID(ctx, jobID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceModulesCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceProxies(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceProxyByHostname(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceProxyByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceProxyByName(ctx, name any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceResourceByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceResourceMetadataByResourceIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceResourceMetadataCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceResourcesByJobID(ctx, jobID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceResourcesByJobIDs(ctx, ids any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceResourcesCreatedAfter(ctx, createdAt any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaceUniqueOwnerCountByTemplateIDs(ctx, templateIds any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspaces(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspacesAndAgentsByOwnerID(ctx, ownerID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspacesByTemplateID(ctx, templateID any) *gomock.Call
- func (mr *MockStoreMockRecorder) GetWorkspacesEligibleForTransition(ctx, now any) *gomock.Call
- func (mr *MockStoreMockRecorder) HasTemplateVersionsWithAITask(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) InTx(arg0, arg1 any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertAPIKey(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertAllUsersGroup(ctx, organizationID any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertAuditLog(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertCryptoKey(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertCustomRole(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertDBCryptKey(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertDERPMeshKey(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertDeploymentID(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertExternalAuthLink(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertFile(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertGitSSHKey(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertGroup(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertGroupMember(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertInboxNotification(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertLicense(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertMemoryResourceMonitor(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertMissingGroups(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertOAuth2ProviderApp(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppCode(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppSecret(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppToken(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertOrganization(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertOrganizationMember(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertPreset(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertPresetParameters(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertPresetPrebuildSchedule(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertProvisionerJob(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertProvisionerJobLogs(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertProvisionerJobTimings(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertProvisionerKey(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertReplica(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertTelemetryItemIfNotExists(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertTemplate(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertTemplateVersion(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertTemplateVersionParameter(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertTemplateVersionTerraformValuesByJobID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertTemplateVersionVariable(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertTemplateVersionWorkspaceTag(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertUser(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertUserGroupsByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertUserGroupsByName(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertUserLink(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertVolumeResourceMonitor(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWebpushSubscription(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspace(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgent(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgentDevcontainers(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgentLogSources(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgentLogs(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgentMetadata(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgentScriptTimings(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgentScripts(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAgentStats(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAppStats(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceAppStatus(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceBuild(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceBuildParameters(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceModule(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceProxy(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceResource(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) InsertWorkspaceResourceMetadata(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) ListProvisionerKeysByOrganization(ctx, organizationID any) *gomock.Call
- func (mr *MockStoreMockRecorder) ListProvisionerKeysByOrganizationExcludeReserved(ctx, organizationID any) *gomock.Call
- func (mr *MockStoreMockRecorder) ListWorkspaceAgentPortShares(ctx, workspaceID any) *gomock.Call
- func (mr *MockStoreMockRecorder) MarkAllInboxNotificationsAsRead(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) OIDCClaimFieldValues(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) OIDCClaimFields(ctx, organizationID any) *gomock.Call
- func (mr *MockStoreMockRecorder) OrganizationMembers(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) PGLocks(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) PaginatedOrganizationMembers(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) Ping(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(ctx, templateID any) *gomock.Call
- func (mr *MockStoreMockRecorder) RegisterWorkspaceProxy(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) RemoveUserFromAllGroups(ctx, userID any) *gomock.Call
- func (mr *MockStoreMockRecorder) RemoveUserFromGroups(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) RevokeDBCryptKey(ctx, activeKeyDigest any) *gomock.Call
- func (mr *MockStoreMockRecorder) TryAcquireLock(ctx, pgTryAdvisoryXactLock any) *gomock.Call
- func (mr *MockStoreMockRecorder) UnarchiveTemplateVersion(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UnfavoriteWorkspace(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateAPIKeyByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateCryptoKeyDeletesAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateCustomRole(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateExternalAuthLink(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateExternalAuthLinkRefreshToken(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateGitSSHKey(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateGroupByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateInactiveUsersToDormant(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateInboxNotificationReadStatus(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateMemberRoles(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateMemoryResourceMonitor(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateNotificationTemplateMethodByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateOAuth2ProviderAppByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateOAuth2ProviderAppSecretByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateOrganization(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateOrganizationDeletedByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdatePresetPrebuildStatus(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateProvisionerDaemonLastSeenAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateProvisionerJobByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateProvisionerJobWithCancelByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateProvisionerJobWithCompleteByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateProvisionerJobWithCompleteWithStartedAtByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateReplica(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTailnetPeerStatusByCoordinator(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateACLByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateAccessControlByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateActiveVersionByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateDeletedByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateMetaByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateScheduleByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateVersionAITaskByJobID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateVersionByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateVersionDescriptionByJobID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateVersionExternalAuthProvidersByJobID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateTemplateWorkspacesLastUsedAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserDeletedByID(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserGithubComUserID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserHashedOneTimePasscode(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserHashedPassword(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserLastSeenAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserLink(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserLinkedID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserLoginType(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserNotificationPreferences(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserProfile(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserQuietHoursSchedule(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserRoles(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserStatus(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserTerminalFont(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateUserThemePreference(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateVolumeResourceMonitor(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspace(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentConnectionByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentLifecycleStateByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentLogOverflowByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentMetadata(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAgentStartupByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAppHealthByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAutomaticUpdates(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceAutostart(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildAITaskByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildCostByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildDeadlineByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildProvisionerStateByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceDeletedByID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceDormantDeletingAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceLastUsedAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceNextStartAt(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceProxy(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceProxyDeleted(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspaceTTL(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspacesDormantDeletingAtByTemplateID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpdateWorkspacesTTLByTemplateID(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertAnnouncementBanners(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertAppSecurityKey(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertApplicationName(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertCoordinatorResumeTokenSigningKey(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertDefaultProxy(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertHealthSettings(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertLastUpdateCheck(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertLogoURL(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertNotificationReportGeneratorLog(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertNotificationsSettings(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertOAuth2GithubDefaultEligible(ctx, eligible any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertOAuthSigningKey(ctx, value any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertProvisionerDaemon(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertRuntimeConfig(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTailnetAgent(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTailnetClient(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTailnetClientSubscription(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTailnetCoordinator(ctx, id any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTailnetPeer(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTailnetTunnel(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTelemetryItem(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertTemplateUsageStats(ctx any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertWebpushVAPIDKeys(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertWorkspaceAgentPortShare(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertWorkspaceApp(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) UpsertWorkspaceAppAuditSession(ctx, arg any) *gomock.Call
- func (mr *MockStoreMockRecorder) Wrappers() *gomock.Call
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¶
AcquireLock mocks base method.
func (*MockStore)AcquireNotificationMessages¶added inv2.13.0
func (m *MockStore) AcquireNotificationMessages(ctxcontext.Context, argdatabase.AcquireNotificationMessagesParams) ([]database.AcquireNotificationMessagesRow,error)
AcquireNotificationMessages mocks base method.
func (*MockStore)AcquireProvisionerJob¶
func (m *MockStore) AcquireProvisionerJob(ctxcontext.Context, argdatabase.AcquireProvisionerJobParams) (database.ProvisionerJob,error)
AcquireProvisionerJob mocks base method.
func (*MockStore)ActivityBumpWorkspace¶added inv2.2.0
func (m *MockStore) ActivityBumpWorkspace(ctxcontext.Context, argdatabase.ActivityBumpWorkspaceParams)error
ActivityBumpWorkspace mocks base method.
func (*MockStore)AllUserIDs¶added inv2.2.0
AllUserIDs mocks base method.
func (*MockStore)ArchiveUnusedTemplateVersions¶added inv2.3.0
func (m *MockStore) ArchiveUnusedTemplateVersions(ctxcontext.Context, argdatabase.ArchiveUnusedTemplateVersionsParams) ([]uuid.UUID,error)
ArchiveUnusedTemplateVersions mocks base method.
func (*MockStore)BatchUpdateWorkspaceLastUsedAt¶added inv2.7.0
func (m *MockStore) BatchUpdateWorkspaceLastUsedAt(ctxcontext.Context, argdatabase.BatchUpdateWorkspaceLastUsedAtParams)error
BatchUpdateWorkspaceLastUsedAt mocks base method.
func (*MockStore)BatchUpdateWorkspaceNextStartAt¶added inv2.19.0
func (m *MockStore) BatchUpdateWorkspaceNextStartAt(ctxcontext.Context, argdatabase.BatchUpdateWorkspaceNextStartAtParams)error
BatchUpdateWorkspaceNextStartAt mocks base method.
func (*MockStore)BulkMarkNotificationMessagesFailed¶added inv2.13.0
func (m *MockStore) BulkMarkNotificationMessagesFailed(ctxcontext.Context, argdatabase.BulkMarkNotificationMessagesFailedParams) (int64,error)
BulkMarkNotificationMessagesFailed mocks base method.
func (*MockStore)BulkMarkNotificationMessagesSent¶added inv2.13.0
func (m *MockStore) BulkMarkNotificationMessagesSent(ctxcontext.Context, argdatabase.BulkMarkNotificationMessagesSentParams) (int64,error)
BulkMarkNotificationMessagesSent mocks base method.
func (*MockStore)ClaimPrebuiltWorkspace¶added inv2.22.0
func (m *MockStore) ClaimPrebuiltWorkspace(ctxcontext.Context, argdatabase.ClaimPrebuiltWorkspaceParams) (database.ClaimPrebuiltWorkspaceRow,error)
ClaimPrebuiltWorkspace mocks base method.
func (*MockStore)CleanTailnetCoordinators¶
CleanTailnetCoordinators mocks base method.
func (*MockStore)CleanTailnetLostPeers¶added inv2.5.0
CleanTailnetLostPeers mocks base method.
func (*MockStore)CleanTailnetTunnels¶added inv2.5.0
CleanTailnetTunnels mocks base method.
func (*MockStore)CountInProgressPrebuilds¶added inv2.22.0
func (m *MockStore) CountInProgressPrebuilds(ctxcontext.Context) ([]database.CountInProgressPrebuildsRow,error)
CountInProgressPrebuilds mocks base method.
func (*MockStore)CountUnreadInboxNotificationsByUserID¶added inv2.21.0
func (m *MockStore) CountUnreadInboxNotificationsByUserID(ctxcontext.Context, userIDuuid.UUID) (int64,error)
CountUnreadInboxNotificationsByUserID mocks base method.
func (*MockStore)CustomRoles¶added inv2.12.0
func (m *MockStore) CustomRoles(ctxcontext.Context, argdatabase.CustomRolesParams) ([]database.CustomRole,error)
CustomRoles mocks base method.
func (*MockStore)DeleteAPIKeyByID¶
DeleteAPIKeyByID mocks base method.
func (*MockStore)DeleteAPIKeysByUserID¶
DeleteAPIKeysByUserID mocks base method.
func (*MockStore)DeleteAllTailnetClientSubscriptions¶added inv2.2.0
func (m *MockStore) DeleteAllTailnetClientSubscriptions(ctxcontext.Context, argdatabase.DeleteAllTailnetClientSubscriptionsParams)error
DeleteAllTailnetClientSubscriptions mocks base method.
func (*MockStore)DeleteAllTailnetTunnels¶added inv2.4.0
func (m *MockStore) DeleteAllTailnetTunnels(ctxcontext.Context, argdatabase.DeleteAllTailnetTunnelsParams)error
DeleteAllTailnetTunnels mocks base method.
func (*MockStore)DeleteAllWebpushSubscriptions¶added inv2.21.0
DeleteAllWebpushSubscriptions mocks base method.
func (*MockStore)DeleteApplicationConnectAPIKeysByUserID¶
func (m *MockStore) DeleteApplicationConnectAPIKeysByUserID(ctxcontext.Context, userIDuuid.UUID)error
DeleteApplicationConnectAPIKeysByUserID mocks base method.
func (*MockStore)DeleteCoordinator¶
DeleteCoordinator mocks base method.
func (*MockStore)DeleteCryptoKey¶added inv2.16.0
func (m *MockStore) DeleteCryptoKey(ctxcontext.Context, argdatabase.DeleteCryptoKeyParams) (database.CryptoKey,error)
DeleteCryptoKey mocks base method.
func (*MockStore)DeleteCustomRole¶added inv2.15.0
DeleteCustomRole mocks base method.
func (*MockStore)DeleteExternalAuthLink¶added inv2.5.0
func (m *MockStore) DeleteExternalAuthLink(ctxcontext.Context, argdatabase.DeleteExternalAuthLinkParams)error
DeleteExternalAuthLink mocks base method.
func (*MockStore)DeleteGitSSHKey¶
DeleteGitSSHKey mocks base method.
func (*MockStore)DeleteGroupByID¶
DeleteGroupByID mocks base method.
func (*MockStore)DeleteGroupMemberFromGroup¶
func (m *MockStore) DeleteGroupMemberFromGroup(ctxcontext.Context, argdatabase.DeleteGroupMemberFromGroupParams)error
DeleteGroupMemberFromGroup mocks base method.
func (*MockStore)DeleteLicense¶
DeleteLicense mocks base method.
func (*MockStore)DeleteOAuth2ProviderAppByID¶added inv2.6.0
DeleteOAuth2ProviderAppByID mocks base method.
func (*MockStore)DeleteOAuth2ProviderAppCodeByID¶added inv2.9.0
DeleteOAuth2ProviderAppCodeByID mocks base method.
func (*MockStore)DeleteOAuth2ProviderAppCodesByAppAndUserID¶added inv2.9.0
func (m *MockStore) DeleteOAuth2ProviderAppCodesByAppAndUserID(ctxcontext.Context, argdatabase.DeleteOAuth2ProviderAppCodesByAppAndUserIDParams)error
DeleteOAuth2ProviderAppCodesByAppAndUserID mocks base method.
func (*MockStore)DeleteOAuth2ProviderAppSecretByID¶added inv2.6.0
DeleteOAuth2ProviderAppSecretByID mocks base method.
func (*MockStore)DeleteOAuth2ProviderAppTokensByAppAndUserID¶added inv2.9.0
func (m *MockStore) DeleteOAuth2ProviderAppTokensByAppAndUserID(ctxcontext.Context, argdatabase.DeleteOAuth2ProviderAppTokensByAppAndUserIDParams)error
DeleteOAuth2ProviderAppTokensByAppAndUserID mocks base method.
func (*MockStore)DeleteOldNotificationMessages¶added inv2.13.0
DeleteOldNotificationMessages mocks base method.
func (*MockStore)DeleteOldProvisionerDaemons¶added inv2.5.0
DeleteOldProvisionerDaemons mocks base method.
func (*MockStore)DeleteOldWorkspaceAgentLogs¶
DeleteOldWorkspaceAgentLogs mocks base method.
func (*MockStore)DeleteOldWorkspaceAgentStats¶
DeleteOldWorkspaceAgentStats mocks base method.
func (*MockStore)DeleteOrganizationMember¶added inv2.13.0
func (m *MockStore) DeleteOrganizationMember(ctxcontext.Context, argdatabase.DeleteOrganizationMemberParams)error
DeleteOrganizationMember mocks base method.
func (*MockStore)DeleteProvisionerKey¶added inv2.14.0
DeleteProvisionerKey mocks base method.
func (*MockStore)DeleteReplicasUpdatedBefore¶
DeleteReplicasUpdatedBefore mocks base method.
func (*MockStore)DeleteRuntimeConfig¶added inv2.16.0
DeleteRuntimeConfig mocks base method.
func (*MockStore)DeleteTailnetAgent¶
func (m *MockStore) DeleteTailnetAgent(ctxcontext.Context, argdatabase.DeleteTailnetAgentParams) (database.DeleteTailnetAgentRow,error)
DeleteTailnetAgent mocks base method.
func (*MockStore)DeleteTailnetClient¶
func (m *MockStore) DeleteTailnetClient(ctxcontext.Context, argdatabase.DeleteTailnetClientParams) (database.DeleteTailnetClientRow,error)
DeleteTailnetClient mocks base method.
func (*MockStore)DeleteTailnetClientSubscription¶added inv2.2.0
func (m *MockStore) DeleteTailnetClientSubscription(ctxcontext.Context, argdatabase.DeleteTailnetClientSubscriptionParams)error
DeleteTailnetClientSubscription mocks base method.
func (*MockStore)DeleteTailnetPeer¶added inv2.4.0
func (m *MockStore) DeleteTailnetPeer(ctxcontext.Context, argdatabase.DeleteTailnetPeerParams) (database.DeleteTailnetPeerRow,error)
DeleteTailnetPeer mocks base method.
func (*MockStore)DeleteTailnetTunnel¶added inv2.4.0
func (m *MockStore) DeleteTailnetTunnel(ctxcontext.Context, argdatabase.DeleteTailnetTunnelParams) (database.DeleteTailnetTunnelRow,error)
DeleteTailnetTunnel mocks base method.
func (*MockStore)DeleteWebpushSubscriptionByUserIDAndEndpoint¶added inv2.21.0
func (m *MockStore) DeleteWebpushSubscriptionByUserIDAndEndpoint(ctxcontext.Context, argdatabase.DeleteWebpushSubscriptionByUserIDAndEndpointParams)error
DeleteWebpushSubscriptionByUserIDAndEndpoint mocks base method.
func (*MockStore)DeleteWebpushSubscriptions¶added inv2.21.0
DeleteWebpushSubscriptions mocks base method.
func (*MockStore)DeleteWorkspaceAgentPortShare¶added inv2.9.0
func (m *MockStore) DeleteWorkspaceAgentPortShare(ctxcontext.Context, argdatabase.DeleteWorkspaceAgentPortShareParams)error
DeleteWorkspaceAgentPortShare mocks base method.
func (*MockStore)DeleteWorkspaceAgentPortSharesByTemplate¶added inv2.9.0
func (m *MockStore) DeleteWorkspaceAgentPortSharesByTemplate(ctxcontext.Context, templateIDuuid.UUID)error
DeleteWorkspaceAgentPortSharesByTemplate mocks base method.
func (*MockStore)DeleteWorkspaceSubAgentByID¶added inv2.24.0
DeleteWorkspaceSubAgentByID mocks base method.
func (*MockStore)DisableForeignKeysAndTriggers¶added inv2.19.0
DisableForeignKeysAndTriggers mocks base method.
func (*MockStore)EXPECT¶
func (m *MockStore) EXPECT() *MockStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStore)EnqueueNotificationMessage¶added inv2.13.0
func (m *MockStore) EnqueueNotificationMessage(ctxcontext.Context, argdatabase.EnqueueNotificationMessageParams)error
EnqueueNotificationMessage mocks base method.
func (*MockStore)FavoriteWorkspace¶added inv2.8.0
FavoriteWorkspace mocks base method.
func (*MockStore)FetchMemoryResourceMonitorsByAgentID¶added inv2.20.0
func (m *MockStore) FetchMemoryResourceMonitorsByAgentID(ctxcontext.Context, agentIDuuid.UUID) (database.WorkspaceAgentMemoryResourceMonitor,error)
FetchMemoryResourceMonitorsByAgentID mocks base method.
func (*MockStore)FetchMemoryResourceMonitorsUpdatedAfter¶added inv2.20.0
func (m *MockStore) FetchMemoryResourceMonitorsUpdatedAfter(ctxcontext.Context, updatedAttime.Time) ([]database.WorkspaceAgentMemoryResourceMonitor,error)
FetchMemoryResourceMonitorsUpdatedAfter mocks base method.
func (*MockStore)FetchNewMessageMetadata¶added inv2.13.0
func (m *MockStore) FetchNewMessageMetadata(ctxcontext.Context, argdatabase.FetchNewMessageMetadataParams) (database.FetchNewMessageMetadataRow,error)
FetchNewMessageMetadata mocks base method.
func (*MockStore)FetchVolumesResourceMonitorsByAgentID¶added inv2.20.0
func (m *MockStore) FetchVolumesResourceMonitorsByAgentID(ctxcontext.Context, agentIDuuid.UUID) ([]database.WorkspaceAgentVolumeResourceMonitor,error)
FetchVolumesResourceMonitorsByAgentID mocks base method.
func (*MockStore)FetchVolumesResourceMonitorsUpdatedAfter¶added inv2.20.0
func (m *MockStore) FetchVolumesResourceMonitorsUpdatedAfter(ctxcontext.Context, updatedAttime.Time) ([]database.WorkspaceAgentVolumeResourceMonitor,error)
FetchVolumesResourceMonitorsUpdatedAfter mocks base method.
func (*MockStore)GetAPIKeyByID¶
GetAPIKeyByID mocks base method.
func (*MockStore)GetAPIKeyByName¶
func (m *MockStore) GetAPIKeyByName(ctxcontext.Context, argdatabase.GetAPIKeyByNameParams) (database.APIKey,error)
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¶
func (m *MockStore) GetAPIKeysByUserID(ctxcontext.Context, argdatabase.GetAPIKeysByUserIDParams) ([]database.APIKey,error)
GetAPIKeysByUserID mocks base method.
func (*MockStore)GetAPIKeysLastUsedAfter¶
func (m *MockStore) GetAPIKeysLastUsedAfter(ctxcontext.Context, lastUsedtime.Time) ([]database.APIKey,error)
GetAPIKeysLastUsedAfter mocks base method.
func (*MockStore)GetActivePresetPrebuildSchedules¶added inv2.24.0
func (m *MockStore) GetActivePresetPrebuildSchedules(ctxcontext.Context) ([]database.TemplateVersionPresetPrebuildSchedule,error)
GetActivePresetPrebuildSchedules mocks base method.
func (*MockStore)GetActiveUserCount¶
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¶
GetAllTailnetAgents mocks base method.
func (*MockStore)GetAllTailnetCoordinators¶added inv2.5.0
func (m *MockStore) GetAllTailnetCoordinators(ctxcontext.Context) ([]database.TailnetCoordinator,error)
GetAllTailnetCoordinators mocks base method.
func (*MockStore)GetAllTailnetPeers¶added inv2.5.0
GetAllTailnetPeers mocks base method.
func (*MockStore)GetAllTailnetTunnels¶added inv2.5.0
GetAllTailnetTunnels mocks base method.
func (*MockStore)GetAnnouncementBanners¶added inv2.12.0
GetAnnouncementBanners mocks base method.
func (*MockStore)GetAppSecurityKey¶
GetAppSecurityKey mocks base method.
func (*MockStore)GetApplicationName¶added inv2.2.0
GetApplicationName mocks base method.
func (*MockStore)GetAuditLogsOffset¶
func (m *MockStore) GetAuditLogsOffset(ctxcontext.Context, argdatabase.GetAuditLogsOffsetParams) ([]database.GetAuditLogsOffsetRow,error)
GetAuditLogsOffset mocks base method.
func (*MockStore)GetAuthorizationUserRoles¶
func (m *MockStore) GetAuthorizationUserRoles(ctxcontext.Context, userIDuuid.UUID) (database.GetAuthorizationUserRolesRow,error)
GetAuthorizationUserRoles mocks base method.
func (*MockStore)GetAuthorizedAuditLogsOffset¶added inv2.14.0
func (m *MockStore) GetAuthorizedAuditLogsOffset(ctxcontext.Context, argdatabase.GetAuditLogsOffsetParams, preparedrbac.PreparedAuthorized) ([]database.GetAuditLogsOffsetRow,error)
GetAuthorizedAuditLogsOffset mocks base method.
func (*MockStore)GetAuthorizedTemplates¶
func (m *MockStore) GetAuthorizedTemplates(ctxcontext.Context, argdatabase.GetTemplatesWithFilterParams, preparedrbac.PreparedAuthorized) ([]database.Template,error)
GetAuthorizedTemplates mocks base method.
func (*MockStore)GetAuthorizedUsers¶
func (m *MockStore) GetAuthorizedUsers(ctxcontext.Context, argdatabase.GetUsersParams, preparedrbac.PreparedAuthorized) ([]database.GetUsersRow,error)
GetAuthorizedUsers mocks base method.
func (*MockStore)GetAuthorizedWorkspaceBuildParametersByBuildIDs¶added inv2.24.0
func (m *MockStore) GetAuthorizedWorkspaceBuildParametersByBuildIDs(ctxcontext.Context, workspaceBuildIDs []uuid.UUID, preparedrbac.PreparedAuthorized) ([]database.WorkspaceBuildParameter,error)
GetAuthorizedWorkspaceBuildParametersByBuildIDs mocks base method.
func (*MockStore)GetAuthorizedWorkspaces¶
func (m *MockStore) GetAuthorizedWorkspaces(ctxcontext.Context, argdatabase.GetWorkspacesParams, preparedrbac.PreparedAuthorized) ([]database.GetWorkspacesRow,error)
GetAuthorizedWorkspaces mocks base method.
func (*MockStore)GetAuthorizedWorkspacesAndAgentsByOwnerID¶added inv2.18.0
func (m *MockStore) GetAuthorizedWorkspacesAndAgentsByOwnerID(ctxcontext.Context, ownerIDuuid.UUID, preparedrbac.PreparedAuthorized) ([]database.GetWorkspacesAndAgentsByOwnerIDRow,error)
GetAuthorizedWorkspacesAndAgentsByOwnerID mocks base method.
func (*MockStore)GetCoordinatorResumeTokenSigningKey¶added inv2.15.0
GetCoordinatorResumeTokenSigningKey mocks base method.
func (*MockStore)GetCryptoKeyByFeatureAndSequence¶added inv2.16.0
func (m *MockStore) GetCryptoKeyByFeatureAndSequence(ctxcontext.Context, argdatabase.GetCryptoKeyByFeatureAndSequenceParams) (database.CryptoKey,error)
GetCryptoKeyByFeatureAndSequence mocks base method.
func (*MockStore)GetCryptoKeys¶added inv2.16.0
GetCryptoKeys mocks base method.
func (*MockStore)GetCryptoKeysByFeature¶added inv2.16.0
func (m *MockStore) GetCryptoKeysByFeature(ctxcontext.Context, featuredatabase.CryptoKeyFeature) ([]database.CryptoKey,error)
GetCryptoKeysByFeature mocks base method.
func (*MockStore)GetDBCryptKeys¶added inv2.2.0
GetDBCryptKeys mocks base method.
func (*MockStore)GetDERPMeshKey¶
GetDERPMeshKey mocks base method.
func (*MockStore)GetDefaultOrganization¶added inv2.9.0
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¶
GetDeploymentID mocks base method.
func (*MockStore)GetDeploymentWorkspaceAgentStats¶
func (m *MockStore) GetDeploymentWorkspaceAgentStats(ctxcontext.Context, createdAttime.Time) (database.GetDeploymentWorkspaceAgentStatsRow,error)
GetDeploymentWorkspaceAgentStats mocks base method.
func (*MockStore)GetDeploymentWorkspaceAgentUsageStats¶added 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)GetEligibleProvisionerDaemonsByProvisionerJobIDs¶added inv2.18.1
func (m *MockStore) GetEligibleProvisionerDaemonsByProvisionerJobIDs(ctxcontext.Context, provisionerJobIds []uuid.UUID) ([]database.GetEligibleProvisionerDaemonsByProvisionerJobIDsRow,error)
GetEligibleProvisionerDaemonsByProvisionerJobIDs mocks base method.
func (*MockStore)GetExternalAuthLink¶added inv2.2.1
func (m *MockStore) GetExternalAuthLink(ctxcontext.Context, argdatabase.GetExternalAuthLinkParams) (database.ExternalAuthLink,error)
GetExternalAuthLink mocks base method.
func (*MockStore)GetExternalAuthLinksByUserID¶added inv2.2.1
func (m *MockStore) GetExternalAuthLinksByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.ExternalAuthLink,error)
GetExternalAuthLinksByUserID mocks base method.
func (*MockStore)GetFailedWorkspaceBuildsByTemplateID¶added inv2.16.0
func (m *MockStore) GetFailedWorkspaceBuildsByTemplateID(ctxcontext.Context, argdatabase.GetFailedWorkspaceBuildsByTemplateIDParams) ([]database.GetFailedWorkspaceBuildsByTemplateIDRow,error)
GetFailedWorkspaceBuildsByTemplateID mocks base method.
func (*MockStore)GetFileByHashAndCreator¶
func (m *MockStore) GetFileByHashAndCreator(ctxcontext.Context, argdatabase.GetFileByHashAndCreatorParams) (database.File,error)
GetFileByHashAndCreator mocks base method.
func (*MockStore)GetFileByID¶
GetFileByID mocks base method.
func (*MockStore)GetFileIDByTemplateVersionID¶added 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)GetFilteredInboxNotificationsByUserID¶added inv2.21.0
func (m *MockStore) GetFilteredInboxNotificationsByUserID(ctxcontext.Context, argdatabase.GetFilteredInboxNotificationsByUserIDParams) ([]database.InboxNotification,error)
GetFilteredInboxNotificationsByUserID mocks base method.
func (*MockStore)GetGitSSHKey¶
GetGitSSHKey mocks base method.
func (*MockStore)GetGroupByID¶
GetGroupByID mocks base method.
func (*MockStore)GetGroupByOrgAndName¶
func (m *MockStore) GetGroupByOrgAndName(ctxcontext.Context, argdatabase.GetGroupByOrgAndNameParams) (database.Group,error)
GetGroupByOrgAndName mocks base method.
func (*MockStore)GetGroupMembers¶
func (m *MockStore) GetGroupMembers(ctxcontext.Context, includeSystembool) ([]database.GroupMember,error)
GetGroupMembers mocks base method.
func (*MockStore)GetGroupMembersByGroupID¶added inv2.13.0
func (m *MockStore) GetGroupMembersByGroupID(ctxcontext.Context, argdatabase.GetGroupMembersByGroupIDParams) ([]database.GroupMember,error)
GetGroupMembersByGroupID mocks base method.
func (*MockStore)GetGroupMembersCountByGroupID¶added inv2.15.0
func (m *MockStore) GetGroupMembersCountByGroupID(ctxcontext.Context, argdatabase.GetGroupMembersCountByGroupIDParams) (int64,error)
GetGroupMembersCountByGroupID mocks base method.
func (*MockStore)GetGroups¶added inv2.13.0
func (m *MockStore) GetGroups(ctxcontext.Context, argdatabase.GetGroupsParams) ([]database.GetGroupsRow,error)
GetGroups mocks base method.
func (*MockStore)GetHealthSettings¶added inv2.5.0
GetHealthSettings mocks base method.
func (*MockStore)GetInboxNotificationByID¶added inv2.21.0
func (m *MockStore) GetInboxNotificationByID(ctxcontext.Context, iduuid.UUID) (database.InboxNotification,error)
GetInboxNotificationByID mocks base method.
func (*MockStore)GetInboxNotificationsByUserID¶added inv2.21.0
func (m *MockStore) GetInboxNotificationsByUserID(ctxcontext.Context, argdatabase.GetInboxNotificationsByUserIDParams) ([]database.InboxNotification,error)
GetInboxNotificationsByUserID mocks base method.
func (*MockStore)GetLastUpdateCheck¶
GetLastUpdateCheck mocks base method.
func (*MockStore)GetLatestCryptoKeyByFeature¶added inv2.16.0
func (m *MockStore) GetLatestCryptoKeyByFeature(ctxcontext.Context, featuredatabase.CryptoKeyFeature) (database.CryptoKey,error)
GetLatestCryptoKeyByFeature mocks base method.
func (*MockStore)GetLatestWorkspaceAppStatusesByWorkspaceIDs¶added 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¶
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¶
GetLicenseByID mocks base method.
func (*MockStore)GetLicenses¶
GetLicenses mocks base method.
func (*MockStore)GetLogoURL¶
GetLogoURL mocks base method.
func (*MockStore)GetNotificationMessagesByStatus¶added inv2.14.0
func (m *MockStore) GetNotificationMessagesByStatus(ctxcontext.Context, argdatabase.GetNotificationMessagesByStatusParams) ([]database.NotificationMessage,error)
GetNotificationMessagesByStatus mocks base method.
func (*MockStore)GetNotificationReportGeneratorLogByTemplate¶added inv2.16.0
func (m *MockStore) GetNotificationReportGeneratorLogByTemplate(ctxcontext.Context, templateIDuuid.UUID) (database.NotificationReportGeneratorLog,error)
GetNotificationReportGeneratorLogByTemplate mocks base method.
func (*MockStore)GetNotificationTemplateByID¶added inv2.15.0
func (m *MockStore) GetNotificationTemplateByID(ctxcontext.Context, iduuid.UUID) (database.NotificationTemplate,error)
GetNotificationTemplateByID mocks base method.
func (*MockStore)GetNotificationTemplatesByKind¶added inv2.15.0
func (m *MockStore) GetNotificationTemplatesByKind(ctxcontext.Context, kinddatabase.NotificationTemplateKind) ([]database.NotificationTemplate,error)
GetNotificationTemplatesByKind mocks base method.
func (*MockStore)GetNotificationsSettings¶added inv2.14.0
GetNotificationsSettings mocks base method.
func (*MockStore)GetOAuth2GithubDefaultEligible¶added inv2.20.0
GetOAuth2GithubDefaultEligible mocks base method.
func (*MockStore)GetOAuth2ProviderAppByID¶added inv2.6.0
func (m *MockStore) GetOAuth2ProviderAppByID(ctxcontext.Context, iduuid.UUID) (database.OAuth2ProviderApp,error)
GetOAuth2ProviderAppByID mocks base method.
func (*MockStore)GetOAuth2ProviderAppCodeByID¶added inv2.9.0
func (m *MockStore) GetOAuth2ProviderAppCodeByID(ctxcontext.Context, iduuid.UUID) (database.OAuth2ProviderAppCode,error)
GetOAuth2ProviderAppCodeByID mocks base method.
func (*MockStore)GetOAuth2ProviderAppCodeByPrefix¶added inv2.9.0
func (m *MockStore) GetOAuth2ProviderAppCodeByPrefix(ctxcontext.Context, secretPrefix []byte) (database.OAuth2ProviderAppCode,error)
GetOAuth2ProviderAppCodeByPrefix mocks base method.
func (*MockStore)GetOAuth2ProviderAppSecretByID¶added inv2.6.0
func (m *MockStore) GetOAuth2ProviderAppSecretByID(ctxcontext.Context, iduuid.UUID) (database.OAuth2ProviderAppSecret,error)
GetOAuth2ProviderAppSecretByID mocks base method.
func (*MockStore)GetOAuth2ProviderAppSecretByPrefix¶added inv2.9.0
func (m *MockStore) GetOAuth2ProviderAppSecretByPrefix(ctxcontext.Context, secretPrefix []byte) (database.OAuth2ProviderAppSecret,error)
GetOAuth2ProviderAppSecretByPrefix mocks base method.
func (*MockStore)GetOAuth2ProviderAppSecretsByAppID¶added inv2.6.0
func (m *MockStore) GetOAuth2ProviderAppSecretsByAppID(ctxcontext.Context, appIDuuid.UUID) ([]database.OAuth2ProviderAppSecret,error)
GetOAuth2ProviderAppSecretsByAppID mocks base method.
func (*MockStore)GetOAuth2ProviderAppTokenByPrefix¶added inv2.9.0
func (m *MockStore) GetOAuth2ProviderAppTokenByPrefix(ctxcontext.Context, hashPrefix []byte) (database.OAuth2ProviderAppToken,error)
GetOAuth2ProviderAppTokenByPrefix mocks base method.
func (*MockStore)GetOAuth2ProviderApps¶added inv2.6.0
GetOAuth2ProviderApps mocks base method.
func (*MockStore)GetOAuth2ProviderAppsByUserID¶added inv2.9.0
func (m *MockStore) GetOAuth2ProviderAppsByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.GetOAuth2ProviderAppsByUserIDRow,error)
GetOAuth2ProviderAppsByUserID mocks base method.
func (*MockStore)GetOAuthSigningKey¶
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¶
func (m *MockStore) GetOrganizationByName(ctxcontext.Context, argdatabase.GetOrganizationByNameParams) (database.Organization,error)
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)GetOrganizationResourceCountByID¶added inv2.21.0
func (m *MockStore) GetOrganizationResourceCountByID(ctxcontext.Context, organizationIDuuid.UUID) (database.GetOrganizationResourceCountByIDRow,error)
GetOrganizationResourceCountByID mocks base method.
func (*MockStore)GetOrganizations¶
func (m *MockStore) GetOrganizations(ctxcontext.Context, argdatabase.GetOrganizationsParams) ([]database.Organization,error)
GetOrganizations mocks base method.
func (*MockStore)GetOrganizationsByUserID¶
func (m *MockStore) GetOrganizationsByUserID(ctxcontext.Context, argdatabase.GetOrganizationsByUserIDParams) ([]database.Organization,error)
GetOrganizationsByUserID mocks base method.
func (*MockStore)GetParameterSchemasByJobID¶
func (m *MockStore) GetParameterSchemasByJobID(ctxcontext.Context, jobIDuuid.UUID) ([]database.ParameterSchema,error)
GetParameterSchemasByJobID mocks base method.
func (*MockStore)GetPrebuildMetrics¶added inv2.22.0
GetPrebuildMetrics mocks base method.
func (*MockStore)GetPresetByID¶added inv2.22.0
func (m *MockStore) GetPresetByID(ctxcontext.Context, presetIDuuid.UUID) (database.GetPresetByIDRow,error)
GetPresetByID mocks base method.
func (*MockStore)GetPresetByWorkspaceBuildID¶added inv2.20.0
func (m *MockStore) GetPresetByWorkspaceBuildID(ctxcontext.Context, workspaceBuildIDuuid.UUID) (database.TemplateVersionPreset,error)
GetPresetByWorkspaceBuildID mocks base method.
func (*MockStore)GetPresetParametersByPresetID¶added inv2.22.0
func (m *MockStore) GetPresetParametersByPresetID(ctxcontext.Context, presetIDuuid.UUID) ([]database.TemplateVersionPresetParameter,error)
GetPresetParametersByPresetID mocks base method.
func (*MockStore)GetPresetParametersByTemplateVersionID¶added inv2.20.0
func (m *MockStore) GetPresetParametersByTemplateVersionID(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionPresetParameter,error)
GetPresetParametersByTemplateVersionID mocks base method.
func (*MockStore)GetPresetsAtFailureLimit¶added inv2.23.0
func (m *MockStore) GetPresetsAtFailureLimit(ctxcontext.Context, hardLimitint64) ([]database.GetPresetsAtFailureLimitRow,error)
GetPresetsAtFailureLimit mocks base method.
func (*MockStore)GetPresetsBackoff¶added inv2.22.0
func (m *MockStore) GetPresetsBackoff(ctxcontext.Context, lookbacktime.Time) ([]database.GetPresetsBackoffRow,error)
GetPresetsBackoff mocks base method.
func (*MockStore)GetPresetsByTemplateVersionID¶added inv2.20.0
func (m *MockStore) GetPresetsByTemplateVersionID(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionPreset,error)
GetPresetsByTemplateVersionID mocks base method.
func (*MockStore)GetPreviousTemplateVersion¶
func (m *MockStore) GetPreviousTemplateVersion(ctxcontext.Context, argdatabase.GetPreviousTemplateVersionParams) (database.TemplateVersion,error)
GetPreviousTemplateVersion mocks base method.
func (*MockStore)GetProvisionerDaemons¶
GetProvisionerDaemons mocks base method.
func (*MockStore)GetProvisionerDaemonsByOrganization¶added inv2.14.0
func (m *MockStore) GetProvisionerDaemonsByOrganization(ctxcontext.Context, argdatabase.GetProvisionerDaemonsByOrganizationParams) ([]database.ProvisionerDaemon,error)
GetProvisionerDaemonsByOrganization mocks base method.
func (*MockStore)GetProvisionerDaemonsWithStatusByOrganization¶added inv2.19.0
func (m *MockStore) GetProvisionerDaemonsWithStatusByOrganization(ctxcontext.Context, argdatabase.GetProvisionerDaemonsWithStatusByOrganizationParams) ([]database.GetProvisionerDaemonsWithStatusByOrganizationRow,error)
GetProvisionerDaemonsWithStatusByOrganization mocks base method.
func (*MockStore)GetProvisionerJobByID¶
func (m *MockStore) GetProvisionerJobByID(ctxcontext.Context, iduuid.UUID) (database.ProvisionerJob,error)
GetProvisionerJobByID mocks base method.
func (*MockStore)GetProvisionerJobByIDForUpdate¶added inv2.23.0
func (m *MockStore) GetProvisionerJobByIDForUpdate(ctxcontext.Context, iduuid.UUID) (database.ProvisionerJob,error)
GetProvisionerJobByIDForUpdate mocks base method.
func (*MockStore)GetProvisionerJobTimingsByJobID¶added 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¶
func (m *MockStore) GetProvisionerJobsByIDsWithQueuePosition(ctxcontext.Context, argdatabase.GetProvisionerJobsByIDsWithQueuePositionParams) ([]database.GetProvisionerJobsByIDsWithQueuePositionRow,error)
GetProvisionerJobsByIDsWithQueuePosition mocks base method.
func (*MockStore)GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner¶added inv2.19.0
func (m *MockStore) GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner(ctxcontext.Context, argdatabase.GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisionerParams) ([]database.GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisionerRow,error)
GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner mocks base method.
func (*MockStore)GetProvisionerJobsCreatedAfter¶
func (m *MockStore) GetProvisionerJobsCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.ProvisionerJob,error)
GetProvisionerJobsCreatedAfter mocks base method.
func (*MockStore)GetProvisionerJobsToBeReaped¶added inv2.23.0
func (m *MockStore) GetProvisionerJobsToBeReaped(ctxcontext.Context, argdatabase.GetProvisionerJobsToBeReapedParams) ([]database.ProvisionerJob,error)
GetProvisionerJobsToBeReaped mocks base method.
func (*MockStore)GetProvisionerKeyByHashedSecret¶added inv2.14.0
func (m *MockStore) GetProvisionerKeyByHashedSecret(ctxcontext.Context, hashedSecret []byte) (database.ProvisionerKey,error)
GetProvisionerKeyByHashedSecret mocks base method.
func (*MockStore)GetProvisionerKeyByID¶added inv2.14.0
func (m *MockStore) GetProvisionerKeyByID(ctxcontext.Context, iduuid.UUID) (database.ProvisionerKey,error)
GetProvisionerKeyByID mocks base method.
func (*MockStore)GetProvisionerKeyByName¶added inv2.14.0
func (m *MockStore) GetProvisionerKeyByName(ctxcontext.Context, argdatabase.GetProvisionerKeyByNameParams) (database.ProvisionerKey,error)
GetProvisionerKeyByName mocks base method.
func (*MockStore)GetProvisionerLogsAfterID¶
func (m *MockStore) GetProvisionerLogsAfterID(ctxcontext.Context, argdatabase.GetProvisionerLogsAfterIDParams) ([]database.ProvisionerJobLog,error)
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¶
GetReplicaByID mocks base method.
func (*MockStore)GetReplicasUpdatedAfter¶
func (m *MockStore) GetReplicasUpdatedAfter(ctxcontext.Context, updatedAttime.Time) ([]database.Replica,error)
GetReplicasUpdatedAfter mocks base method.
func (*MockStore)GetRunningPrebuiltWorkspaces¶added inv2.22.0
func (m *MockStore) GetRunningPrebuiltWorkspaces(ctxcontext.Context) ([]database.GetRunningPrebuiltWorkspacesRow,error)
GetRunningPrebuiltWorkspaces mocks base method.
func (*MockStore)GetRuntimeConfig¶added inv2.16.0
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)GetTailnetPeers¶added inv2.4.0
GetTailnetPeers mocks base method.
func (*MockStore)GetTailnetTunnelPeerBindings¶added inv2.4.0
func (m *MockStore) GetTailnetTunnelPeerBindings(ctxcontext.Context, srcIDuuid.UUID) ([]database.GetTailnetTunnelPeerBindingsRow,error)
GetTailnetTunnelPeerBindings mocks base method.
func (*MockStore)GetTailnetTunnelPeerIDs¶added inv2.4.0
func (m *MockStore) GetTailnetTunnelPeerIDs(ctxcontext.Context, srcIDuuid.UUID) ([]database.GetTailnetTunnelPeerIDsRow,error)
GetTailnetTunnelPeerIDs mocks base method.
func (*MockStore)GetTelemetryItem¶added inv2.19.0
GetTelemetryItem mocks base method.
func (*MockStore)GetTelemetryItems¶added inv2.19.0
GetTelemetryItems mocks base method.
func (*MockStore)GetTemplateAppInsights¶
func (m *MockStore) GetTemplateAppInsights(ctxcontext.Context, argdatabase.GetTemplateAppInsightsParams) ([]database.GetTemplateAppInsightsRow,error)
GetTemplateAppInsights mocks base method.
func (*MockStore)GetTemplateAppInsightsByTemplate¶added inv2.4.0
func (m *MockStore) GetTemplateAppInsightsByTemplate(ctxcontext.Context, argdatabase.GetTemplateAppInsightsByTemplateParams) ([]database.GetTemplateAppInsightsByTemplateRow,error)
GetTemplateAppInsightsByTemplate mocks base method.
func (*MockStore)GetTemplateAverageBuildTime¶
func (m *MockStore) GetTemplateAverageBuildTime(ctxcontext.Context, argdatabase.GetTemplateAverageBuildTimeParams) (database.GetTemplateAverageBuildTimeRow,error)
GetTemplateAverageBuildTime mocks base method.
func (*MockStore)GetTemplateByID¶
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¶
func (m *MockStore) GetTemplateDAUs(ctxcontext.Context, argdatabase.GetTemplateDAUsParams) ([]database.GetTemplateDAUsRow,error)
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¶
func (m *MockStore) GetTemplateInsights(ctxcontext.Context, argdatabase.GetTemplateInsightsParams) (database.GetTemplateInsightsRow,error)
GetTemplateInsights mocks base method.
func (*MockStore)GetTemplateInsightsByInterval¶added inv2.2.0
func (m *MockStore) GetTemplateInsightsByInterval(ctxcontext.Context, argdatabase.GetTemplateInsightsByIntervalParams) ([]database.GetTemplateInsightsByIntervalRow,error)
GetTemplateInsightsByInterval mocks base method.
func (*MockStore)GetTemplateInsightsByTemplate¶added inv2.3.2
func (m *MockStore) GetTemplateInsightsByTemplate(ctxcontext.Context, argdatabase.GetTemplateInsightsByTemplateParams) ([]database.GetTemplateInsightsByTemplateRow,error)
GetTemplateInsightsByTemplate mocks base method.
func (*MockStore)GetTemplateParameterInsights¶
func (m *MockStore) GetTemplateParameterInsights(ctxcontext.Context, argdatabase.GetTemplateParameterInsightsParams) ([]database.GetTemplateParameterInsightsRow,error)
GetTemplateParameterInsights mocks base method.
func (*MockStore)GetTemplatePresetsWithPrebuilds¶added inv2.22.0
func (m *MockStore) GetTemplatePresetsWithPrebuilds(ctxcontext.Context, templateIDuuid.NullUUID) ([]database.GetTemplatePresetsWithPrebuildsRow,error)
GetTemplatePresetsWithPrebuilds mocks base method.
func (*MockStore)GetTemplateUsageStats¶added inv2.10.0
func (m *MockStore) GetTemplateUsageStats(ctxcontext.Context, argdatabase.GetTemplateUsageStatsParams) ([]database.TemplateUsageStat,error)
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¶
func (m *MockStore) GetTemplateVersionByTemplateIDAndName(ctxcontext.Context, argdatabase.GetTemplateVersionByTemplateIDAndNameParams) (database.TemplateVersion,error)
GetTemplateVersionByTemplateIDAndName mocks base method.
func (*MockStore)GetTemplateVersionParameters¶
func (m *MockStore) GetTemplateVersionParameters(ctxcontext.Context, templateVersionIDuuid.UUID) ([]database.TemplateVersionParameter,error)
GetTemplateVersionParameters mocks base method.
func (*MockStore)GetTemplateVersionTerraformValues¶added 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)GetTemplateVersionWorkspaceTags¶added 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¶
func (m *MockStore) GetTemplateVersionsByTemplateID(ctxcontext.Context, argdatabase.GetTemplateVersionsByTemplateIDParams) ([]database.TemplateVersion,error)
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¶
GetTemplates mocks base method.
func (*MockStore)GetTemplatesWithFilter¶
func (m *MockStore) GetTemplatesWithFilter(ctxcontext.Context, argdatabase.GetTemplatesWithFilterParams) ([]database.Template,error)
GetTemplatesWithFilter mocks base method.
func (*MockStore)GetUnexpiredLicenses¶
GetUnexpiredLicenses mocks base method.
func (*MockStore)GetUserActivityInsights¶added inv2.2.0
func (m *MockStore) GetUserActivityInsights(ctxcontext.Context, argdatabase.GetUserActivityInsightsParams) ([]database.GetUserActivityInsightsRow,error)
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¶
GetUserByID mocks base method.
func (*MockStore)GetUserCount¶
GetUserCount mocks base method.
func (*MockStore)GetUserLatencyInsights¶
func (m *MockStore) GetUserLatencyInsights(ctxcontext.Context, argdatabase.GetUserLatencyInsightsParams) ([]database.GetUserLatencyInsightsRow,error)
GetUserLatencyInsights mocks base method.
func (*MockStore)GetUserLinkByLinkedID¶
func (m *MockStore) GetUserLinkByLinkedID(ctxcontext.Context, linkedIDstring) (database.UserLink,error)
GetUserLinkByLinkedID mocks base method.
func (*MockStore)GetUserLinkByUserIDLoginType¶
func (m *MockStore) GetUserLinkByUserIDLoginType(ctxcontext.Context, argdatabase.GetUserLinkByUserIDLoginTypeParams) (database.UserLink,error)
GetUserLinkByUserIDLoginType mocks base method.
func (*MockStore)GetUserLinksByUserID¶added inv2.2.0
func (m *MockStore) GetUserLinksByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.UserLink,error)
GetUserLinksByUserID mocks base method.
func (*MockStore)GetUserNotificationPreferences¶added inv2.15.0
func (m *MockStore) GetUserNotificationPreferences(ctxcontext.Context, userIDuuid.UUID) ([]database.NotificationPreference,error)
GetUserNotificationPreferences mocks base method.
func (*MockStore)GetUserStatusCounts¶added inv2.19.0
func (m *MockStore) GetUserStatusCounts(ctxcontext.Context, argdatabase.GetUserStatusCountsParams) ([]database.GetUserStatusCountsRow,error)
GetUserStatusCounts mocks base method.
func (*MockStore)GetUserTerminalFont¶added inv2.22.0
GetUserTerminalFont mocks base method.
func (*MockStore)GetUserThemePreference¶added inv2.22.0
GetUserThemePreference mocks base method.
func (*MockStore)GetUserWorkspaceBuildParameters¶added inv2.8.0
func (m *MockStore) GetUserWorkspaceBuildParameters(ctxcontext.Context, argdatabase.GetUserWorkspaceBuildParametersParams) ([]database.GetUserWorkspaceBuildParametersRow,error)
GetUserWorkspaceBuildParameters mocks base method.
func (*MockStore)GetUsers¶
func (m *MockStore) GetUsers(ctxcontext.Context, argdatabase.GetUsersParams) ([]database.GetUsersRow,error)
GetUsers mocks base method.
func (*MockStore)GetUsersByIDs¶
GetUsersByIDs mocks base method.
func (*MockStore)GetWebpushSubscriptionsByUserID¶added inv2.21.0
func (m *MockStore) GetWebpushSubscriptionsByUserID(ctxcontext.Context, userIDuuid.UUID) ([]database.WebpushSubscription,error)
GetWebpushSubscriptionsByUserID mocks base method.
func (*MockStore)GetWebpushVAPIDKeys¶added inv2.21.0
GetWebpushVAPIDKeys mocks base method.
func (*MockStore)GetWorkspaceAgentAndLatestBuildByAuthToken¶added 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)GetWorkspaceAgentDevcontainersByAgentID¶added 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)GetWorkspaceAgentLogSourcesByAgentIDs¶added inv2.2.0
func (m *MockStore) GetWorkspaceAgentLogSourcesByAgentIDs(ctxcontext.Context, ids []uuid.UUID) ([]database.WorkspaceAgentLogSource,error)
GetWorkspaceAgentLogSourcesByAgentIDs mocks base method.
func (*MockStore)GetWorkspaceAgentLogsAfter¶
func (m *MockStore) GetWorkspaceAgentLogsAfter(ctxcontext.Context, argdatabase.GetWorkspaceAgentLogsAfterParams) ([]database.WorkspaceAgentLog,error)
GetWorkspaceAgentLogsAfter mocks base method.
func (*MockStore)GetWorkspaceAgentMetadata¶
func (m *MockStore) GetWorkspaceAgentMetadata(ctxcontext.Context, argdatabase.GetWorkspaceAgentMetadataParams) ([]database.WorkspaceAgentMetadatum,error)
GetWorkspaceAgentMetadata mocks base method.
func (*MockStore)GetWorkspaceAgentPortShare¶added inv2.9.0
func (m *MockStore) GetWorkspaceAgentPortShare(ctxcontext.Context, argdatabase.GetWorkspaceAgentPortShareParams) (database.WorkspaceAgentPortShare,error)
GetWorkspaceAgentPortShare mocks base method.
func (*MockStore)GetWorkspaceAgentScriptTimingsByBuildID¶added inv2.17.0
func (m *MockStore) GetWorkspaceAgentScriptTimingsByBuildID(ctxcontext.Context, iduuid.UUID) ([]database.GetWorkspaceAgentScriptTimingsByBuildIDRow,error)
GetWorkspaceAgentScriptTimingsByBuildID mocks base method.
func (*MockStore)GetWorkspaceAgentScriptsByAgentIDs¶added 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)GetWorkspaceAgentUsageStats¶added inv2.16.0
func (m *MockStore) GetWorkspaceAgentUsageStats(ctxcontext.Context, createdAttime.Time) ([]database.GetWorkspaceAgentUsageStatsRow,error)
GetWorkspaceAgentUsageStats mocks base method.
func (*MockStore)GetWorkspaceAgentUsageStatsAndLabels¶added inv2.16.0
func (m *MockStore) GetWorkspaceAgentUsageStatsAndLabels(ctxcontext.Context, createdAttime.Time) ([]database.GetWorkspaceAgentUsageStatsAndLabelsRow,error)
GetWorkspaceAgentUsageStatsAndLabels mocks base method.
func (*MockStore)GetWorkspaceAgentsByParentID¶added 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)GetWorkspaceAgentsByWorkspaceAndBuildNumber¶added 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¶
func (m *MockStore) GetWorkspaceAppByAgentIDAndSlug(ctxcontext.Context, argdatabase.GetWorkspaceAppByAgentIDAndSlugParams) (database.WorkspaceApp,error)
GetWorkspaceAppByAgentIDAndSlug mocks base method.
func (*MockStore)GetWorkspaceAppStatusesByAppIDs¶added 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)GetWorkspaceBuildParametersByBuildIDs¶added inv2.24.0
func (m *MockStore) GetWorkspaceBuildParametersByBuildIDs(ctxcontext.Context, workspaceBuildIds []uuid.UUID) ([]database.WorkspaceBuildParameter,error)
GetWorkspaceBuildParametersByBuildIDs mocks base method.
func (*MockStore)GetWorkspaceBuildStatsByTemplates¶added inv2.16.0
func (m *MockStore) GetWorkspaceBuildStatsByTemplates(ctxcontext.Context, sincetime.Time) ([]database.GetWorkspaceBuildStatsByTemplatesRow,error)
GetWorkspaceBuildStatsByTemplates mocks base method.
func (*MockStore)GetWorkspaceBuildsByWorkspaceID¶
func (m *MockStore) GetWorkspaceBuildsByWorkspaceID(ctxcontext.Context, argdatabase.GetWorkspaceBuildsByWorkspaceIDParams) ([]database.WorkspaceBuild,error)
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¶
GetWorkspaceByID mocks base method.
func (*MockStore)GetWorkspaceByOwnerIDAndName¶
func (m *MockStore) GetWorkspaceByOwnerIDAndName(ctxcontext.Context, argdatabase.GetWorkspaceByOwnerIDAndNameParams) (database.Workspace,error)
GetWorkspaceByOwnerIDAndName mocks base method.
func (*MockStore)GetWorkspaceByResourceID¶added 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)GetWorkspaceModulesByJobID¶added inv2.18.0
func (m *MockStore) GetWorkspaceModulesByJobID(ctxcontext.Context, jobIDuuid.UUID) ([]database.WorkspaceModule,error)
GetWorkspaceModulesByJobID mocks base method.
func (*MockStore)GetWorkspaceModulesCreatedAfter¶added inv2.18.0
func (m *MockStore) GetWorkspaceModulesCreatedAfter(ctxcontext.Context, createdAttime.Time) ([]database.WorkspaceModule,error)
GetWorkspaceModulesCreatedAfter mocks base method.
func (*MockStore)GetWorkspaceProxies¶
GetWorkspaceProxies mocks base method.
func (*MockStore)GetWorkspaceProxyByHostname¶
func (m *MockStore) GetWorkspaceProxyByHostname(ctxcontext.Context, argdatabase.GetWorkspaceProxyByHostnameParams) (database.WorkspaceProxy,error)
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)GetWorkspaceUniqueOwnerCountByTemplateIDs¶added inv2.5.0
func (m *MockStore) GetWorkspaceUniqueOwnerCountByTemplateIDs(ctxcontext.Context, templateIds []uuid.UUID) ([]database.GetWorkspaceUniqueOwnerCountByTemplateIDsRow,error)
GetWorkspaceUniqueOwnerCountByTemplateIDs mocks base method.
func (*MockStore)GetWorkspaces¶
func (m *MockStore) GetWorkspaces(ctxcontext.Context, argdatabase.GetWorkspacesParams) ([]database.GetWorkspacesRow,error)
GetWorkspaces mocks base method.
func (*MockStore)GetWorkspacesAndAgentsByOwnerID¶added inv2.18.0
func (m *MockStore) GetWorkspacesAndAgentsByOwnerID(ctxcontext.Context, ownerIDuuid.UUID) ([]database.GetWorkspacesAndAgentsByOwnerIDRow,error)
GetWorkspacesAndAgentsByOwnerID mocks base method.
func (*MockStore)GetWorkspacesByTemplateID¶added 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)HasTemplateVersionsWithAITask¶added inv2.24.0
HasTemplateVersionsWithAITask mocks base method.
func (*MockStore)InsertAPIKey¶
func (m *MockStore) InsertAPIKey(ctxcontext.Context, argdatabase.InsertAPIKeyParams) (database.APIKey,error)
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¶
func (m *MockStore) InsertAuditLog(ctxcontext.Context, argdatabase.InsertAuditLogParams) (database.AuditLog,error)
InsertAuditLog mocks base method.
func (*MockStore)InsertCryptoKey¶added inv2.16.0
func (m *MockStore) InsertCryptoKey(ctxcontext.Context, argdatabase.InsertCryptoKeyParams) (database.CryptoKey,error)
InsertCryptoKey mocks base method.
func (*MockStore)InsertCustomRole¶added inv2.15.0
func (m *MockStore) InsertCustomRole(ctxcontext.Context, argdatabase.InsertCustomRoleParams) (database.CustomRole,error)
InsertCustomRole mocks base method.
func (*MockStore)InsertDBCryptKey¶added inv2.2.0
InsertDBCryptKey mocks base method.
func (*MockStore)InsertDERPMeshKey¶
InsertDERPMeshKey mocks base method.
func (*MockStore)InsertDeploymentID¶
InsertDeploymentID mocks base method.
func (*MockStore)InsertExternalAuthLink¶added inv2.2.1
func (m *MockStore) InsertExternalAuthLink(ctxcontext.Context, argdatabase.InsertExternalAuthLinkParams) (database.ExternalAuthLink,error)
InsertExternalAuthLink mocks base method.
func (*MockStore)InsertFile¶
func (m *MockStore) InsertFile(ctxcontext.Context, argdatabase.InsertFileParams) (database.File,error)
InsertFile mocks base method.
func (*MockStore)InsertGitSSHKey¶
func (m *MockStore) InsertGitSSHKey(ctxcontext.Context, argdatabase.InsertGitSSHKeyParams) (database.GitSSHKey,error)
InsertGitSSHKey mocks base method.
func (*MockStore)InsertGroup¶
func (m *MockStore) InsertGroup(ctxcontext.Context, argdatabase.InsertGroupParams) (database.Group,error)
InsertGroup mocks base method.
func (*MockStore)InsertGroupMember¶
InsertGroupMember mocks base method.
func (*MockStore)InsertInboxNotification¶added inv2.21.0
func (m *MockStore) InsertInboxNotification(ctxcontext.Context, argdatabase.InsertInboxNotificationParams) (database.InboxNotification,error)
InsertInboxNotification mocks base method.
func (*MockStore)InsertLicense¶
func (m *MockStore) InsertLicense(ctxcontext.Context, argdatabase.InsertLicenseParams) (database.License,error)
InsertLicense mocks base method.
func (*MockStore)InsertMemoryResourceMonitor¶added inv2.20.0
func (m *MockStore) InsertMemoryResourceMonitor(ctxcontext.Context, argdatabase.InsertMemoryResourceMonitorParams) (database.WorkspaceAgentMemoryResourceMonitor,error)
InsertMemoryResourceMonitor mocks base method.
func (*MockStore)InsertMissingGroups¶
func (m *MockStore) InsertMissingGroups(ctxcontext.Context, argdatabase.InsertMissingGroupsParams) ([]database.Group,error)
InsertMissingGroups mocks base method.
func (*MockStore)InsertOAuth2ProviderApp¶added inv2.6.0
func (m *MockStore) InsertOAuth2ProviderApp(ctxcontext.Context, argdatabase.InsertOAuth2ProviderAppParams) (database.OAuth2ProviderApp,error)
InsertOAuth2ProviderApp mocks base method.
func (*MockStore)InsertOAuth2ProviderAppCode¶added inv2.9.0
func (m *MockStore) InsertOAuth2ProviderAppCode(ctxcontext.Context, argdatabase.InsertOAuth2ProviderAppCodeParams) (database.OAuth2ProviderAppCode,error)
InsertOAuth2ProviderAppCode mocks base method.
func (*MockStore)InsertOAuth2ProviderAppSecret¶added inv2.6.0
func (m *MockStore) InsertOAuth2ProviderAppSecret(ctxcontext.Context, argdatabase.InsertOAuth2ProviderAppSecretParams) (database.OAuth2ProviderAppSecret,error)
InsertOAuth2ProviderAppSecret mocks base method.
func (*MockStore)InsertOAuth2ProviderAppToken¶added inv2.9.0
func (m *MockStore) InsertOAuth2ProviderAppToken(ctxcontext.Context, argdatabase.InsertOAuth2ProviderAppTokenParams) (database.OAuth2ProviderAppToken,error)
InsertOAuth2ProviderAppToken mocks base method.
func (*MockStore)InsertOrganization¶
func (m *MockStore) InsertOrganization(ctxcontext.Context, argdatabase.InsertOrganizationParams) (database.Organization,error)
InsertOrganization mocks base method.
func (*MockStore)InsertOrganizationMember¶
func (m *MockStore) InsertOrganizationMember(ctxcontext.Context, argdatabase.InsertOrganizationMemberParams) (database.OrganizationMember,error)
InsertOrganizationMember mocks base method.
func (*MockStore)InsertPreset¶added inv2.20.0
func (m *MockStore) InsertPreset(ctxcontext.Context, argdatabase.InsertPresetParams) (database.TemplateVersionPreset,error)
InsertPreset mocks base method.
func (*MockStore)InsertPresetParameters¶added inv2.20.0
func (m *MockStore) InsertPresetParameters(ctxcontext.Context, argdatabase.InsertPresetParametersParams) ([]database.TemplateVersionPresetParameter,error)
InsertPresetParameters mocks base method.
func (*MockStore)InsertPresetPrebuildSchedule¶added inv2.24.0
func (m *MockStore) InsertPresetPrebuildSchedule(ctxcontext.Context, argdatabase.InsertPresetPrebuildScheduleParams) (database.TemplateVersionPresetPrebuildSchedule,error)
InsertPresetPrebuildSchedule mocks base method.
func (*MockStore)InsertProvisionerJob¶
func (m *MockStore) InsertProvisionerJob(ctxcontext.Context, argdatabase.InsertProvisionerJobParams) (database.ProvisionerJob,error)
InsertProvisionerJob mocks base method.
func (*MockStore)InsertProvisionerJobLogs¶
func (m *MockStore) InsertProvisionerJobLogs(ctxcontext.Context, argdatabase.InsertProvisionerJobLogsParams) ([]database.ProvisionerJobLog,error)
InsertProvisionerJobLogs mocks base method.
func (*MockStore)InsertProvisionerJobTimings¶added inv2.15.0
func (m *MockStore) InsertProvisionerJobTimings(ctxcontext.Context, argdatabase.InsertProvisionerJobTimingsParams) ([]database.ProvisionerJobTiming,error)
InsertProvisionerJobTimings mocks base method.
func (*MockStore)InsertProvisionerKey¶added inv2.14.0
func (m *MockStore) InsertProvisionerKey(ctxcontext.Context, argdatabase.InsertProvisionerKeyParams) (database.ProvisionerKey,error)
InsertProvisionerKey mocks base method.
func (*MockStore)InsertReplica¶
func (m *MockStore) InsertReplica(ctxcontext.Context, argdatabase.InsertReplicaParams) (database.Replica,error)
InsertReplica mocks base method.
func (*MockStore)InsertTelemetryItemIfNotExists¶added 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¶
func (m *MockStore) InsertTemplateVersionParameter(ctxcontext.Context, argdatabase.InsertTemplateVersionParameterParams) (database.TemplateVersionParameter,error)
InsertTemplateVersionParameter mocks base method.
func (*MockStore)InsertTemplateVersionTerraformValuesByJobID¶added inv2.21.0
func (m *MockStore) InsertTemplateVersionTerraformValuesByJobID(ctxcontext.Context, argdatabase.InsertTemplateVersionTerraformValuesByJobIDParams)error
InsertTemplateVersionTerraformValuesByJobID mocks base method.
func (*MockStore)InsertTemplateVersionVariable¶
func (m *MockStore) InsertTemplateVersionVariable(ctxcontext.Context, argdatabase.InsertTemplateVersionVariableParams) (database.TemplateVersionVariable,error)
InsertTemplateVersionVariable mocks base method.
func (*MockStore)InsertTemplateVersionWorkspaceTag¶added inv2.12.0
func (m *MockStore) InsertTemplateVersionWorkspaceTag(ctxcontext.Context, argdatabase.InsertTemplateVersionWorkspaceTagParams) (database.TemplateVersionWorkspaceTag,error)
InsertTemplateVersionWorkspaceTag mocks base method.
func (*MockStore)InsertUser¶
func (m *MockStore) InsertUser(ctxcontext.Context, argdatabase.InsertUserParams) (database.User,error)
InsertUser mocks base method.
func (*MockStore)InsertUserGroupsByID¶added 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¶
func (m *MockStore) InsertUserLink(ctxcontext.Context, argdatabase.InsertUserLinkParams) (database.UserLink,error)
InsertUserLink mocks base method.
func (*MockStore)InsertVolumeResourceMonitor¶added inv2.20.0
func (m *MockStore) InsertVolumeResourceMonitor(ctxcontext.Context, argdatabase.InsertVolumeResourceMonitorParams) (database.WorkspaceAgentVolumeResourceMonitor,error)
InsertVolumeResourceMonitor mocks base method.
func (*MockStore)InsertWebpushSubscription¶added inv2.21.0
func (m *MockStore) InsertWebpushSubscription(ctxcontext.Context, argdatabase.InsertWebpushSubscriptionParams) (database.WebpushSubscription,error)
InsertWebpushSubscription mocks base method.
func (*MockStore)InsertWorkspace¶
func (m *MockStore) InsertWorkspace(ctxcontext.Context, argdatabase.InsertWorkspaceParams) (database.WorkspaceTable,error)
InsertWorkspace mocks base method.
func (*MockStore)InsertWorkspaceAgent¶
func (m *MockStore) InsertWorkspaceAgent(ctxcontext.Context, argdatabase.InsertWorkspaceAgentParams) (database.WorkspaceAgent,error)
InsertWorkspaceAgent mocks base method.
func (*MockStore)InsertWorkspaceAgentDevcontainers¶added inv2.21.0
func (m *MockStore) InsertWorkspaceAgentDevcontainers(ctxcontext.Context, argdatabase.InsertWorkspaceAgentDevcontainersParams) ([]database.WorkspaceAgentDevcontainer,error)
InsertWorkspaceAgentDevcontainers mocks base method.
func (*MockStore)InsertWorkspaceAgentLogSources¶added inv2.2.0
func (m *MockStore) InsertWorkspaceAgentLogSources(ctxcontext.Context, argdatabase.InsertWorkspaceAgentLogSourcesParams) ([]database.WorkspaceAgentLogSource,error)
InsertWorkspaceAgentLogSources mocks base method.
func (*MockStore)InsertWorkspaceAgentLogs¶
func (m *MockStore) InsertWorkspaceAgentLogs(ctxcontext.Context, argdatabase.InsertWorkspaceAgentLogsParams) ([]database.WorkspaceAgentLog,error)
InsertWorkspaceAgentLogs mocks base method.
func (*MockStore)InsertWorkspaceAgentMetadata¶
func (m *MockStore) InsertWorkspaceAgentMetadata(ctxcontext.Context, argdatabase.InsertWorkspaceAgentMetadataParams)error
InsertWorkspaceAgentMetadata mocks base method.
func (*MockStore)InsertWorkspaceAgentScriptTimings¶added inv2.16.0
func (m *MockStore) InsertWorkspaceAgentScriptTimings(ctxcontext.Context, argdatabase.InsertWorkspaceAgentScriptTimingsParams) (database.WorkspaceAgentScriptTiming,error)
InsertWorkspaceAgentScriptTimings mocks base method.
func (*MockStore)InsertWorkspaceAgentScripts¶added inv2.2.0
func (m *MockStore) InsertWorkspaceAgentScripts(ctxcontext.Context, argdatabase.InsertWorkspaceAgentScriptsParams) ([]database.WorkspaceAgentScript,error)
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)InsertWorkspaceAppStatus¶added inv2.21.0
func (m *MockStore) InsertWorkspaceAppStatus(ctxcontext.Context, argdatabase.InsertWorkspaceAppStatusParams) (database.WorkspaceAppStatus,error)
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)InsertWorkspaceModule¶added inv2.18.0
func (m *MockStore) InsertWorkspaceModule(ctxcontext.Context, argdatabase.InsertWorkspaceModuleParams) (database.WorkspaceModule,error)
InsertWorkspaceModule mocks base method.
func (*MockStore)InsertWorkspaceProxy¶
func (m *MockStore) InsertWorkspaceProxy(ctxcontext.Context, argdatabase.InsertWorkspaceProxyParams) (database.WorkspaceProxy,error)
InsertWorkspaceProxy mocks base method.
func (*MockStore)InsertWorkspaceResource¶
func (m *MockStore) InsertWorkspaceResource(ctxcontext.Context, argdatabase.InsertWorkspaceResourceParams) (database.WorkspaceResource,error)
InsertWorkspaceResource mocks base method.
func (*MockStore)InsertWorkspaceResourceMetadata¶
func (m *MockStore) InsertWorkspaceResourceMetadata(ctxcontext.Context, argdatabase.InsertWorkspaceResourceMetadataParams) ([]database.WorkspaceResourceMetadatum,error)
InsertWorkspaceResourceMetadata mocks base method.
func (*MockStore)ListProvisionerKeysByOrganization¶added inv2.14.0
func (m *MockStore) ListProvisionerKeysByOrganization(ctxcontext.Context, organizationIDuuid.UUID) ([]database.ProvisionerKey,error)
ListProvisionerKeysByOrganization mocks base method.
func (*MockStore)ListProvisionerKeysByOrganizationExcludeReserved¶added inv2.16.0
func (m *MockStore) ListProvisionerKeysByOrganizationExcludeReserved(ctxcontext.Context, organizationIDuuid.UUID) ([]database.ProvisionerKey,error)
ListProvisionerKeysByOrganizationExcludeReserved mocks base method.
func (*MockStore)ListWorkspaceAgentPortShares¶added inv2.9.0
func (m *MockStore) ListWorkspaceAgentPortShares(ctxcontext.Context, workspaceIDuuid.UUID) ([]database.WorkspaceAgentPortShare,error)
ListWorkspaceAgentPortShares mocks base method.
func (*MockStore)MarkAllInboxNotificationsAsRead¶added inv2.21.0
func (m *MockStore) MarkAllInboxNotificationsAsRead(ctxcontext.Context, argdatabase.MarkAllInboxNotificationsAsReadParams)error
MarkAllInboxNotificationsAsRead mocks base method.
func (*MockStore)OIDCClaimFieldValues¶added inv2.18.0
func (m *MockStore) OIDCClaimFieldValues(ctxcontext.Context, argdatabase.OIDCClaimFieldValuesParams) ([]string,error)
OIDCClaimFieldValues mocks base method.
func (*MockStore)OIDCClaimFields¶added inv2.18.0
OIDCClaimFields mocks base method.
func (*MockStore)OrganizationMembers¶added inv2.13.0
func (m *MockStore) OrganizationMembers(ctxcontext.Context, argdatabase.OrganizationMembersParams) ([]database.OrganizationMembersRow,error)
OrganizationMembers mocks base method.
func (*MockStore)PaginatedOrganizationMembers¶added inv2.21.0
func (m *MockStore) PaginatedOrganizationMembers(ctxcontext.Context, argdatabase.PaginatedOrganizationMembersParams) ([]database.PaginatedOrganizationMembersRow,error)
PaginatedOrganizationMembers mocks base method.
func (*MockStore)ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate¶added inv2.9.0
func (m *MockStore) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(ctxcontext.Context, templateIDuuid.UUID)error
ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate mocks base method.
func (*MockStore)RegisterWorkspaceProxy¶
func (m *MockStore) RegisterWorkspaceProxy(ctxcontext.Context, argdatabase.RegisterWorkspaceProxyParams) (database.WorkspaceProxy,error)
RegisterWorkspaceProxy mocks base method.
func (*MockStore)RemoveUserFromAllGroups¶added inv2.9.0
RemoveUserFromAllGroups mocks base method.
func (*MockStore)RemoveUserFromGroups¶added inv2.16.0
func (m *MockStore) RemoveUserFromGroups(ctxcontext.Context, argdatabase.RemoveUserFromGroupsParams) ([]uuid.UUID,error)
RemoveUserFromGroups mocks base method.
func (*MockStore)RevokeDBCryptKey¶added inv2.2.0
RevokeDBCryptKey mocks base method.
func (*MockStore)TryAcquireLock¶
TryAcquireLock mocks base method.
func (*MockStore)UnarchiveTemplateVersion¶added inv2.3.0
func (m *MockStore) UnarchiveTemplateVersion(ctxcontext.Context, argdatabase.UnarchiveTemplateVersionParams)error
UnarchiveTemplateVersion mocks base method.
func (*MockStore)UnfavoriteWorkspace¶added inv2.8.0
UnfavoriteWorkspace mocks base method.
func (*MockStore)UpdateAPIKeyByID¶
UpdateAPIKeyByID mocks base method.
func (*MockStore)UpdateCryptoKeyDeletesAt¶added inv2.16.0
func (m *MockStore) UpdateCryptoKeyDeletesAt(ctxcontext.Context, argdatabase.UpdateCryptoKeyDeletesAtParams) (database.CryptoKey,error)
UpdateCryptoKeyDeletesAt mocks base method.
func (*MockStore)UpdateCustomRole¶added inv2.15.0
func (m *MockStore) UpdateCustomRole(ctxcontext.Context, argdatabase.UpdateCustomRoleParams) (database.CustomRole,error)
UpdateCustomRole mocks base method.
func (*MockStore)UpdateExternalAuthLink¶added inv2.2.1
func (m *MockStore) UpdateExternalAuthLink(ctxcontext.Context, argdatabase.UpdateExternalAuthLinkParams) (database.ExternalAuthLink,error)
UpdateExternalAuthLink mocks base method.
func (*MockStore)UpdateExternalAuthLinkRefreshToken¶added inv2.18.0
func (m *MockStore) UpdateExternalAuthLinkRefreshToken(ctxcontext.Context, argdatabase.UpdateExternalAuthLinkRefreshTokenParams)error
UpdateExternalAuthLinkRefreshToken mocks base method.
func (*MockStore)UpdateGitSSHKey¶
func (m *MockStore) UpdateGitSSHKey(ctxcontext.Context, argdatabase.UpdateGitSSHKeyParams) (database.GitSSHKey,error)
UpdateGitSSHKey mocks base method.
func (*MockStore)UpdateGroupByID¶
func (m *MockStore) UpdateGroupByID(ctxcontext.Context, argdatabase.UpdateGroupByIDParams) (database.Group,error)
UpdateGroupByID mocks base method.
func (*MockStore)UpdateInactiveUsersToDormant¶
func (m *MockStore) UpdateInactiveUsersToDormant(ctxcontext.Context, argdatabase.UpdateInactiveUsersToDormantParams) ([]database.UpdateInactiveUsersToDormantRow,error)
UpdateInactiveUsersToDormant mocks base method.
func (*MockStore)UpdateInboxNotificationReadStatus¶added inv2.21.0
func (m *MockStore) UpdateInboxNotificationReadStatus(ctxcontext.Context, argdatabase.UpdateInboxNotificationReadStatusParams)error
UpdateInboxNotificationReadStatus mocks base method.
func (*MockStore)UpdateMemberRoles¶
func (m *MockStore) UpdateMemberRoles(ctxcontext.Context, argdatabase.UpdateMemberRolesParams) (database.OrganizationMember,error)
UpdateMemberRoles mocks base method.
func (*MockStore)UpdateMemoryResourceMonitor¶added inv2.20.0
func (m *MockStore) UpdateMemoryResourceMonitor(ctxcontext.Context, argdatabase.UpdateMemoryResourceMonitorParams)error
UpdateMemoryResourceMonitor mocks base method.
func (*MockStore)UpdateNotificationTemplateMethodByID¶added inv2.15.0
func (m *MockStore) UpdateNotificationTemplateMethodByID(ctxcontext.Context, argdatabase.UpdateNotificationTemplateMethodByIDParams) (database.NotificationTemplate,error)
UpdateNotificationTemplateMethodByID mocks base method.
func (*MockStore)UpdateOAuth2ProviderAppByID¶added inv2.6.0
func (m *MockStore) UpdateOAuth2ProviderAppByID(ctxcontext.Context, argdatabase.UpdateOAuth2ProviderAppByIDParams) (database.OAuth2ProviderApp,error)
UpdateOAuth2ProviderAppByID mocks base method.
func (*MockStore)UpdateOAuth2ProviderAppSecretByID¶added inv2.6.0
func (m *MockStore) UpdateOAuth2ProviderAppSecretByID(ctxcontext.Context, argdatabase.UpdateOAuth2ProviderAppSecretByIDParams) (database.OAuth2ProviderAppSecret,error)
UpdateOAuth2ProviderAppSecretByID mocks base method.
func (*MockStore)UpdateOrganization¶added inv2.12.0
func (m *MockStore) UpdateOrganization(ctxcontext.Context, argdatabase.UpdateOrganizationParams) (database.Organization,error)
UpdateOrganization mocks base method.
func (*MockStore)UpdateOrganizationDeletedByID¶added inv2.20.0
func (m *MockStore) UpdateOrganizationDeletedByID(ctxcontext.Context, argdatabase.UpdateOrganizationDeletedByIDParams)error
UpdateOrganizationDeletedByID mocks base method.
func (*MockStore)UpdatePresetPrebuildStatus¶added inv2.23.0
func (m *MockStore) UpdatePresetPrebuildStatus(ctxcontext.Context, argdatabase.UpdatePresetPrebuildStatusParams)error
UpdatePresetPrebuildStatus mocks base method.
func (*MockStore)UpdateProvisionerDaemonLastSeenAt¶added 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)UpdateProvisionerJobWithCompleteWithStartedAtByID¶added inv2.23.0
func (m *MockStore) UpdateProvisionerJobWithCompleteWithStartedAtByID(ctxcontext.Context, argdatabase.UpdateProvisionerJobWithCompleteWithStartedAtByIDParams)error
UpdateProvisionerJobWithCompleteWithStartedAtByID mocks base method.
func (*MockStore)UpdateReplica¶
func (m *MockStore) UpdateReplica(ctxcontext.Context, argdatabase.UpdateReplicaParams) (database.Replica,error)
UpdateReplica mocks base method.
func (*MockStore)UpdateTailnetPeerStatusByCoordinator¶added 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)UpdateTemplateAccessControlByID¶added 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)UpdateTemplateVersionAITaskByJobID¶added 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)UpdateTemplateVersionExternalAuthProvidersByJobID¶added inv2.2.1
func (m *MockStore) UpdateTemplateVersionExternalAuthProvidersByJobID(ctxcontext.Context, argdatabase.UpdateTemplateVersionExternalAuthProvidersByJobIDParams)error
UpdateTemplateVersionExternalAuthProvidersByJobID mocks base method.
func (*MockStore)UpdateTemplateWorkspacesLastUsedAt¶added inv2.1.2
func (m *MockStore) UpdateTemplateWorkspacesLastUsedAt(ctxcontext.Context, argdatabase.UpdateTemplateWorkspacesLastUsedAtParams)error
UpdateTemplateWorkspacesLastUsedAt mocks base method.
func (*MockStore)UpdateUserDeletedByID¶
UpdateUserDeletedByID mocks base method.
func (*MockStore)UpdateUserGithubComUserID¶added inv2.14.0
func (m *MockStore) UpdateUserGithubComUserID(ctxcontext.Context, argdatabase.UpdateUserGithubComUserIDParams)error
UpdateUserGithubComUserID mocks base method.
func (*MockStore)UpdateUserHashedOneTimePasscode¶added 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¶
func (m *MockStore) UpdateUserLastSeenAt(ctxcontext.Context, argdatabase.UpdateUserLastSeenAtParams) (database.User,error)
UpdateUserLastSeenAt mocks base method.
func (*MockStore)UpdateUserLink¶
func (m *MockStore) UpdateUserLink(ctxcontext.Context, argdatabase.UpdateUserLinkParams) (database.UserLink,error)
UpdateUserLink mocks base method.
func (*MockStore)UpdateUserLinkedID¶
func (m *MockStore) UpdateUserLinkedID(ctxcontext.Context, argdatabase.UpdateUserLinkedIDParams) (database.UserLink,error)
UpdateUserLinkedID mocks base method.
func (*MockStore)UpdateUserLoginType¶
func (m *MockStore) UpdateUserLoginType(ctxcontext.Context, argdatabase.UpdateUserLoginTypeParams) (database.User,error)
UpdateUserLoginType mocks base method.
func (*MockStore)UpdateUserNotificationPreferences¶added inv2.15.0
func (m *MockStore) UpdateUserNotificationPreferences(ctxcontext.Context, argdatabase.UpdateUserNotificationPreferencesParams) (int64,error)
UpdateUserNotificationPreferences mocks base method.
func (*MockStore)UpdateUserProfile¶
func (m *MockStore) UpdateUserProfile(ctxcontext.Context, argdatabase.UpdateUserProfileParams) (database.User,error)
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¶
func (m *MockStore) UpdateUserRoles(ctxcontext.Context, argdatabase.UpdateUserRolesParams) (database.User,error)
UpdateUserRoles mocks base method.
func (*MockStore)UpdateUserStatus¶
func (m *MockStore) UpdateUserStatus(ctxcontext.Context, argdatabase.UpdateUserStatusParams) (database.User,error)
UpdateUserStatus mocks base method.
func (*MockStore)UpdateUserTerminalFont¶added inv2.22.0
func (m *MockStore) UpdateUserTerminalFont(ctxcontext.Context, argdatabase.UpdateUserTerminalFontParams) (database.UserConfig,error)
UpdateUserTerminalFont mocks base method.
func (*MockStore)UpdateUserThemePreference¶added inv2.22.0
func (m *MockStore) UpdateUserThemePreference(ctxcontext.Context, argdatabase.UpdateUserThemePreferenceParams) (database.UserConfig,error)
UpdateUserThemePreference mocks base method.
func (*MockStore)UpdateVolumeResourceMonitor¶added inv2.20.0
func (m *MockStore) UpdateVolumeResourceMonitor(ctxcontext.Context, argdatabase.UpdateVolumeResourceMonitorParams)error
UpdateVolumeResourceMonitor mocks base method.
func (*MockStore)UpdateWorkspace¶
func (m *MockStore) UpdateWorkspace(ctxcontext.Context, argdatabase.UpdateWorkspaceParams) (database.WorkspaceTable,error)
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)UpdateWorkspaceAutomaticUpdates¶added 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)UpdateWorkspaceBuildAITaskByID¶added 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)UpdateWorkspaceBuildDeadlineByID¶added inv2.2.0
func (m *MockStore) UpdateWorkspaceBuildDeadlineByID(ctxcontext.Context, argdatabase.UpdateWorkspaceBuildDeadlineByIDParams)error
UpdateWorkspaceBuildDeadlineByID mocks base method.
func (*MockStore)UpdateWorkspaceBuildProvisionerStateByID¶added 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)UpdateWorkspaceDormantDeletingAt¶added inv2.1.4
func (m *MockStore) UpdateWorkspaceDormantDeletingAt(ctxcontext.Context, argdatabase.UpdateWorkspaceDormantDeletingAtParams) (database.WorkspaceTable,error)
UpdateWorkspaceDormantDeletingAt mocks base method.
func (*MockStore)UpdateWorkspaceLastUsedAt¶
func (m *MockStore) UpdateWorkspaceLastUsedAt(ctxcontext.Context, argdatabase.UpdateWorkspaceLastUsedAtParams)error
UpdateWorkspaceLastUsedAt mocks base method.
func (*MockStore)UpdateWorkspaceNextStartAt¶added inv2.19.0
func (m *MockStore) UpdateWorkspaceNextStartAt(ctxcontext.Context, argdatabase.UpdateWorkspaceNextStartAtParams)error
UpdateWorkspaceNextStartAt mocks base method.
func (*MockStore)UpdateWorkspaceProxy¶
func (m *MockStore) UpdateWorkspaceProxy(ctxcontext.Context, argdatabase.UpdateWorkspaceProxyParams) (database.WorkspaceProxy,error)
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)UpdateWorkspacesDormantDeletingAtByTemplateID¶added inv2.1.4
func (m *MockStore) UpdateWorkspacesDormantDeletingAtByTemplateID(ctxcontext.Context, argdatabase.UpdateWorkspacesDormantDeletingAtByTemplateIDParams) ([]database.WorkspaceTable,error)
UpdateWorkspacesDormantDeletingAtByTemplateID mocks base method.
func (*MockStore)UpdateWorkspacesTTLByTemplateID¶added inv2.19.0
func (m *MockStore) UpdateWorkspacesTTLByTemplateID(ctxcontext.Context, argdatabase.UpdateWorkspacesTTLByTemplateIDParams)error
UpdateWorkspacesTTLByTemplateID mocks base method.
func (*MockStore)UpsertAnnouncementBanners¶added inv2.12.0
UpsertAnnouncementBanners mocks base method.
func (*MockStore)UpsertAppSecurityKey¶
UpsertAppSecurityKey mocks base method.
func (*MockStore)UpsertApplicationName¶added inv2.2.0
UpsertApplicationName mocks base method.
func (*MockStore)UpsertCoordinatorResumeTokenSigningKey¶added inv2.15.0
UpsertCoordinatorResumeTokenSigningKey mocks base method.
func (*MockStore)UpsertDefaultProxy¶
func (m *MockStore) UpsertDefaultProxy(ctxcontext.Context, argdatabase.UpsertDefaultProxyParams)error
UpsertDefaultProxy mocks base method.
func (*MockStore)UpsertHealthSettings¶added inv2.5.0
UpsertHealthSettings mocks base method.
func (*MockStore)UpsertLastUpdateCheck¶
UpsertLastUpdateCheck mocks base method.
func (*MockStore)UpsertLogoURL¶
UpsertLogoURL mocks base method.
func (*MockStore)UpsertNotificationReportGeneratorLog¶added inv2.16.0
func (m *MockStore) UpsertNotificationReportGeneratorLog(ctxcontext.Context, argdatabase.UpsertNotificationReportGeneratorLogParams)error
UpsertNotificationReportGeneratorLog mocks base method.
func (*MockStore)UpsertNotificationsSettings¶added inv2.14.0
UpsertNotificationsSettings mocks base method.
func (*MockStore)UpsertOAuth2GithubDefaultEligible¶added inv2.20.0
UpsertOAuth2GithubDefaultEligible mocks base method.
func (*MockStore)UpsertOAuthSigningKey¶
UpsertOAuthSigningKey mocks base method.
func (*MockStore)UpsertProvisionerDaemon¶added inv2.5.1
func (m *MockStore) UpsertProvisionerDaemon(ctxcontext.Context, argdatabase.UpsertProvisionerDaemonParams) (database.ProvisionerDaemon,error)
UpsertProvisionerDaemon mocks base method.
func (*MockStore)UpsertRuntimeConfig¶added inv2.16.0
func (m *MockStore) UpsertRuntimeConfig(ctxcontext.Context, argdatabase.UpsertRuntimeConfigParams)error
UpsertRuntimeConfig mocks base method.
func (*MockStore)UpsertTailnetAgent¶
func (m *MockStore) UpsertTailnetAgent(ctxcontext.Context, argdatabase.UpsertTailnetAgentParams) (database.TailnetAgent,error)
UpsertTailnetAgent mocks base method.
func (*MockStore)UpsertTailnetClient¶
func (m *MockStore) UpsertTailnetClient(ctxcontext.Context, argdatabase.UpsertTailnetClientParams) (database.TailnetClient,error)
UpsertTailnetClient mocks base method.
func (*MockStore)UpsertTailnetClientSubscription¶added 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)UpsertTailnetPeer¶added inv2.4.0
func (m *MockStore) UpsertTailnetPeer(ctxcontext.Context, argdatabase.UpsertTailnetPeerParams) (database.TailnetPeer,error)
UpsertTailnetPeer mocks base method.
func (*MockStore)UpsertTailnetTunnel¶added inv2.4.0
func (m *MockStore) UpsertTailnetTunnel(ctxcontext.Context, argdatabase.UpsertTailnetTunnelParams) (database.TailnetTunnel,error)
UpsertTailnetTunnel mocks base method.
func (*MockStore)UpsertTelemetryItem¶added inv2.19.0
func (m *MockStore) UpsertTelemetryItem(ctxcontext.Context, argdatabase.UpsertTelemetryItemParams)error
UpsertTelemetryItem mocks base method.
func (*MockStore)UpsertTemplateUsageStats¶added inv2.10.0
UpsertTemplateUsageStats mocks base method.
func (*MockStore)UpsertWebpushVAPIDKeys¶added inv2.21.0
func (m *MockStore) UpsertWebpushVAPIDKeys(ctxcontext.Context, argdatabase.UpsertWebpushVAPIDKeysParams)error
UpsertWebpushVAPIDKeys mocks base method.
func (*MockStore)UpsertWorkspaceAgentPortShare¶added inv2.9.0
func (m *MockStore) UpsertWorkspaceAgentPortShare(ctxcontext.Context, argdatabase.UpsertWorkspaceAgentPortShareParams) (database.WorkspaceAgentPortShare,error)
UpsertWorkspaceAgentPortShare mocks base method.
func (*MockStore)UpsertWorkspaceApp¶added inv2.24.0
func (m *MockStore) UpsertWorkspaceApp(ctxcontext.Context, argdatabase.UpsertWorkspaceAppParams) (database.WorkspaceApp,error)
UpsertWorkspaceApp mocks base method.
func (*MockStore)UpsertWorkspaceAppAuditSession¶added inv2.21.0
func (m *MockStore) UpsertWorkspaceAppAuditSession(ctxcontext.Context, argdatabase.UpsertWorkspaceAppAuditSessionParams) (bool,error)
UpsertWorkspaceAppAuditSession 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)AcquireNotificationMessages¶added 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)ActivityBumpWorkspace¶added inv2.2.0
func (mr *MockStoreMockRecorder) ActivityBumpWorkspace(ctx, argany) *gomock.Call
ActivityBumpWorkspace indicates an expected call of ActivityBumpWorkspace.
func (*MockStoreMockRecorder)AllUserIDs¶added inv2.2.0
func (mr *MockStoreMockRecorder) AllUserIDs(ctx, includeSystemany) *gomock.Call
AllUserIDs indicates an expected call of AllUserIDs.
func (*MockStoreMockRecorder)ArchiveUnusedTemplateVersions¶added inv2.3.0
func (mr *MockStoreMockRecorder) ArchiveUnusedTemplateVersions(ctx, argany) *gomock.Call
ArchiveUnusedTemplateVersions indicates an expected call of ArchiveUnusedTemplateVersions.
func (*MockStoreMockRecorder)BatchUpdateWorkspaceLastUsedAt¶added inv2.7.0
func (mr *MockStoreMockRecorder) BatchUpdateWorkspaceLastUsedAt(ctx, argany) *gomock.Call
BatchUpdateWorkspaceLastUsedAt indicates an expected call of BatchUpdateWorkspaceLastUsedAt.
func (*MockStoreMockRecorder)BatchUpdateWorkspaceNextStartAt¶added inv2.19.0
func (mr *MockStoreMockRecorder) BatchUpdateWorkspaceNextStartAt(ctx, argany) *gomock.Call
BatchUpdateWorkspaceNextStartAt indicates an expected call of BatchUpdateWorkspaceNextStartAt.
func (*MockStoreMockRecorder)BulkMarkNotificationMessagesFailed¶added inv2.13.0
func (mr *MockStoreMockRecorder) BulkMarkNotificationMessagesFailed(ctx, argany) *gomock.Call
BulkMarkNotificationMessagesFailed indicates an expected call of BulkMarkNotificationMessagesFailed.
func (*MockStoreMockRecorder)BulkMarkNotificationMessagesSent¶added inv2.13.0
func (mr *MockStoreMockRecorder) BulkMarkNotificationMessagesSent(ctx, argany) *gomock.Call
BulkMarkNotificationMessagesSent indicates an expected call of BulkMarkNotificationMessagesSent.
func (*MockStoreMockRecorder)ClaimPrebuiltWorkspace¶added 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)CleanTailnetLostPeers¶added inv2.5.0
func (mr *MockStoreMockRecorder) CleanTailnetLostPeers(ctxany) *gomock.Call
CleanTailnetLostPeers indicates an expected call of CleanTailnetLostPeers.
func (*MockStoreMockRecorder)CleanTailnetTunnels¶added inv2.5.0
func (mr *MockStoreMockRecorder) CleanTailnetTunnels(ctxany) *gomock.Call
CleanTailnetTunnels indicates an expected call of CleanTailnetTunnels.
func (*MockStoreMockRecorder)CountInProgressPrebuilds¶added inv2.22.0
func (mr *MockStoreMockRecorder) CountInProgressPrebuilds(ctxany) *gomock.Call
CountInProgressPrebuilds indicates an expected call of CountInProgressPrebuilds.
func (*MockStoreMockRecorder)CountUnreadInboxNotificationsByUserID¶added inv2.21.0
func (mr *MockStoreMockRecorder) CountUnreadInboxNotificationsByUserID(ctx, userIDany) *gomock.Call
CountUnreadInboxNotificationsByUserID indicates an expected call of CountUnreadInboxNotificationsByUserID.
func (*MockStoreMockRecorder)CustomRoles¶added 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)DeleteAllTailnetClientSubscriptions¶added inv2.2.0
func (mr *MockStoreMockRecorder) DeleteAllTailnetClientSubscriptions(ctx, argany) *gomock.Call
DeleteAllTailnetClientSubscriptions indicates an expected call of DeleteAllTailnetClientSubscriptions.
func (*MockStoreMockRecorder)DeleteAllTailnetTunnels¶added inv2.4.0
func (mr *MockStoreMockRecorder) DeleteAllTailnetTunnels(ctx, argany) *gomock.Call
DeleteAllTailnetTunnels indicates an expected call of DeleteAllTailnetTunnels.
func (*MockStoreMockRecorder)DeleteAllWebpushSubscriptions¶added 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)DeleteCryptoKey¶added inv2.16.0
func (mr *MockStoreMockRecorder) DeleteCryptoKey(ctx, argany) *gomock.Call
DeleteCryptoKey indicates an expected call of DeleteCryptoKey.
func (*MockStoreMockRecorder)DeleteCustomRole¶added inv2.15.0
func (mr *MockStoreMockRecorder) DeleteCustomRole(ctx, argany) *gomock.Call
DeleteCustomRole indicates an expected call of DeleteCustomRole.
func (*MockStoreMockRecorder)DeleteExternalAuthLink¶added 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)DeleteOAuth2ProviderAppByID¶added inv2.6.0
func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppByID(ctx, idany) *gomock.Call
DeleteOAuth2ProviderAppByID indicates an expected call of DeleteOAuth2ProviderAppByID.
func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppCodeByID¶added inv2.9.0
func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppCodeByID(ctx, idany) *gomock.Call
DeleteOAuth2ProviderAppCodeByID indicates an expected call of DeleteOAuth2ProviderAppCodeByID.
func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppCodesByAppAndUserID¶added inv2.9.0
func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppCodesByAppAndUserID(ctx, argany) *gomock.Call
DeleteOAuth2ProviderAppCodesByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppCodesByAppAndUserID.
func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppSecretByID¶added inv2.6.0
func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppSecretByID(ctx, idany) *gomock.Call
DeleteOAuth2ProviderAppSecretByID indicates an expected call of DeleteOAuth2ProviderAppSecretByID.
func (*MockStoreMockRecorder)DeleteOAuth2ProviderAppTokensByAppAndUserID¶added inv2.9.0
func (mr *MockStoreMockRecorder) DeleteOAuth2ProviderAppTokensByAppAndUserID(ctx, argany) *gomock.Call
DeleteOAuth2ProviderAppTokensByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppTokensByAppAndUserID.
func (*MockStoreMockRecorder)DeleteOldNotificationMessages¶added inv2.13.0
func (mr *MockStoreMockRecorder) DeleteOldNotificationMessages(ctxany) *gomock.Call
DeleteOldNotificationMessages indicates an expected call of DeleteOldNotificationMessages.
func (*MockStoreMockRecorder)DeleteOldProvisionerDaemons¶added 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)DeleteOrganizationMember¶added inv2.13.0
func (mr *MockStoreMockRecorder) DeleteOrganizationMember(ctx, argany) *gomock.Call
DeleteOrganizationMember indicates an expected call of DeleteOrganizationMember.
func (*MockStoreMockRecorder)DeleteProvisionerKey¶added 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)DeleteRuntimeConfig¶added 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)DeleteTailnetClientSubscription¶added inv2.2.0
func (mr *MockStoreMockRecorder) DeleteTailnetClientSubscription(ctx, argany) *gomock.Call
DeleteTailnetClientSubscription indicates an expected call of DeleteTailnetClientSubscription.
func (*MockStoreMockRecorder)DeleteTailnetPeer¶added inv2.4.0
func (mr *MockStoreMockRecorder) DeleteTailnetPeer(ctx, argany) *gomock.Call
DeleteTailnetPeer indicates an expected call of DeleteTailnetPeer.
func (*MockStoreMockRecorder)DeleteTailnetTunnel¶added inv2.4.0
func (mr *MockStoreMockRecorder) DeleteTailnetTunnel(ctx, argany) *gomock.Call
DeleteTailnetTunnel indicates an expected call of DeleteTailnetTunnel.
func (*MockStoreMockRecorder)DeleteWebpushSubscriptionByUserIDAndEndpoint¶added inv2.21.0
func (mr *MockStoreMockRecorder) DeleteWebpushSubscriptionByUserIDAndEndpoint(ctx, argany) *gomock.Call
DeleteWebpushSubscriptionByUserIDAndEndpoint indicates an expected call of DeleteWebpushSubscriptionByUserIDAndEndpoint.
func (*MockStoreMockRecorder)DeleteWebpushSubscriptions¶added inv2.21.0
func (mr *MockStoreMockRecorder) DeleteWebpushSubscriptions(ctx, idsany) *gomock.Call
DeleteWebpushSubscriptions indicates an expected call of DeleteWebpushSubscriptions.
func (*MockStoreMockRecorder)DeleteWorkspaceAgentPortShare¶added inv2.9.0
func (mr *MockStoreMockRecorder) DeleteWorkspaceAgentPortShare(ctx, argany) *gomock.Call
DeleteWorkspaceAgentPortShare indicates an expected call of DeleteWorkspaceAgentPortShare.
func (*MockStoreMockRecorder)DeleteWorkspaceAgentPortSharesByTemplate¶added inv2.9.0
func (mr *MockStoreMockRecorder) DeleteWorkspaceAgentPortSharesByTemplate(ctx, templateIDany) *gomock.Call
DeleteWorkspaceAgentPortSharesByTemplate indicates an expected call of DeleteWorkspaceAgentPortSharesByTemplate.
func (*MockStoreMockRecorder)DeleteWorkspaceSubAgentByID¶added inv2.24.0
func (mr *MockStoreMockRecorder) DeleteWorkspaceSubAgentByID(ctx, idany) *gomock.Call
DeleteWorkspaceSubAgentByID indicates an expected call of DeleteWorkspaceSubAgentByID.
func (*MockStoreMockRecorder)DisableForeignKeysAndTriggers¶added inv2.19.0
func (mr *MockStoreMockRecorder) DisableForeignKeysAndTriggers(ctxany) *gomock.Call
DisableForeignKeysAndTriggers indicates an expected call of DisableForeignKeysAndTriggers.
func (*MockStoreMockRecorder)EnqueueNotificationMessage¶added inv2.13.0
func (mr *MockStoreMockRecorder) EnqueueNotificationMessage(ctx, argany) *gomock.Call
EnqueueNotificationMessage indicates an expected call of EnqueueNotificationMessage.
func (*MockStoreMockRecorder)FavoriteWorkspace¶added inv2.8.0
func (mr *MockStoreMockRecorder) FavoriteWorkspace(ctx, idany) *gomock.Call
FavoriteWorkspace indicates an expected call of FavoriteWorkspace.
func (*MockStoreMockRecorder)FetchMemoryResourceMonitorsByAgentID¶added inv2.20.0
func (mr *MockStoreMockRecorder) FetchMemoryResourceMonitorsByAgentID(ctx, agentIDany) *gomock.Call
FetchMemoryResourceMonitorsByAgentID indicates an expected call of FetchMemoryResourceMonitorsByAgentID.
func (*MockStoreMockRecorder)FetchMemoryResourceMonitorsUpdatedAfter¶added inv2.20.0
func (mr *MockStoreMockRecorder) FetchMemoryResourceMonitorsUpdatedAfter(ctx, updatedAtany) *gomock.Call
FetchMemoryResourceMonitorsUpdatedAfter indicates an expected call of FetchMemoryResourceMonitorsUpdatedAfter.
func (*MockStoreMockRecorder)FetchNewMessageMetadata¶added inv2.13.0
func (mr *MockStoreMockRecorder) FetchNewMessageMetadata(ctx, argany) *gomock.Call
FetchNewMessageMetadata indicates an expected call of FetchNewMessageMetadata.
func (*MockStoreMockRecorder)FetchVolumesResourceMonitorsByAgentID¶added inv2.20.0
func (mr *MockStoreMockRecorder) FetchVolumesResourceMonitorsByAgentID(ctx, agentIDany) *gomock.Call
FetchVolumesResourceMonitorsByAgentID indicates an expected call of FetchVolumesResourceMonitorsByAgentID.
func (*MockStoreMockRecorder)FetchVolumesResourceMonitorsUpdatedAfter¶added 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)GetActivePresetPrebuildSchedules¶added 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)GetAllTailnetCoordinators¶added inv2.5.0
func (mr *MockStoreMockRecorder) GetAllTailnetCoordinators(ctxany) *gomock.Call
GetAllTailnetCoordinators indicates an expected call of GetAllTailnetCoordinators.
func (*MockStoreMockRecorder)GetAllTailnetPeers¶added inv2.5.0
func (mr *MockStoreMockRecorder) GetAllTailnetPeers(ctxany) *gomock.Call
GetAllTailnetPeers indicates an expected call of GetAllTailnetPeers.
func (*MockStoreMockRecorder)GetAllTailnetTunnels¶added inv2.5.0
func (mr *MockStoreMockRecorder) GetAllTailnetTunnels(ctxany) *gomock.Call
GetAllTailnetTunnels indicates an expected call of GetAllTailnetTunnels.
func (*MockStoreMockRecorder)GetAnnouncementBanners¶added 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)GetApplicationName¶added 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)GetAuthorizedAuditLogsOffset¶added 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)GetAuthorizedWorkspaceBuildParametersByBuildIDs¶added 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)GetAuthorizedWorkspacesAndAgentsByOwnerID¶added inv2.18.0
func (mr *MockStoreMockRecorder) GetAuthorizedWorkspacesAndAgentsByOwnerID(ctx, ownerID, preparedany) *gomock.Call
GetAuthorizedWorkspacesAndAgentsByOwnerID indicates an expected call of GetAuthorizedWorkspacesAndAgentsByOwnerID.
func (*MockStoreMockRecorder)GetCoordinatorResumeTokenSigningKey¶added inv2.15.0
func (mr *MockStoreMockRecorder) GetCoordinatorResumeTokenSigningKey(ctxany) *gomock.Call
GetCoordinatorResumeTokenSigningKey indicates an expected call of GetCoordinatorResumeTokenSigningKey.
func (*MockStoreMockRecorder)GetCryptoKeyByFeatureAndSequence¶added inv2.16.0
func (mr *MockStoreMockRecorder) GetCryptoKeyByFeatureAndSequence(ctx, argany) *gomock.Call
GetCryptoKeyByFeatureAndSequence indicates an expected call of GetCryptoKeyByFeatureAndSequence.
func (*MockStoreMockRecorder)GetCryptoKeys¶added inv2.16.0
func (mr *MockStoreMockRecorder) GetCryptoKeys(ctxany) *gomock.Call
GetCryptoKeys indicates an expected call of GetCryptoKeys.
func (*MockStoreMockRecorder)GetCryptoKeysByFeature¶added inv2.16.0
func (mr *MockStoreMockRecorder) GetCryptoKeysByFeature(ctx, featureany) *gomock.Call
GetCryptoKeysByFeature indicates an expected call of GetCryptoKeysByFeature.
func (*MockStoreMockRecorder)GetDBCryptKeys¶added 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)GetDefaultOrganization¶added 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)GetDeploymentWorkspaceAgentUsageStats¶added 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)GetEligibleProvisionerDaemonsByProvisionerJobIDs¶added inv2.18.1
func (mr *MockStoreMockRecorder) GetEligibleProvisionerDaemonsByProvisionerJobIDs(ctx, provisionerJobIdsany) *gomock.Call
GetEligibleProvisionerDaemonsByProvisionerJobIDs indicates an expected call of GetEligibleProvisionerDaemonsByProvisionerJobIDs.
func (*MockStoreMockRecorder)GetExternalAuthLink¶added inv2.2.1
func (mr *MockStoreMockRecorder) GetExternalAuthLink(ctx, argany) *gomock.Call
GetExternalAuthLink indicates an expected call of GetExternalAuthLink.
func (*MockStoreMockRecorder)GetExternalAuthLinksByUserID¶added inv2.2.1
func (mr *MockStoreMockRecorder) GetExternalAuthLinksByUserID(ctx, userIDany) *gomock.Call
GetExternalAuthLinksByUserID indicates an expected call of GetExternalAuthLinksByUserID.
func (*MockStoreMockRecorder)GetFailedWorkspaceBuildsByTemplateID¶added 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)GetFileIDByTemplateVersionID¶added 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)GetFilteredInboxNotificationsByUserID¶added 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)GetGroupMembersByGroupID¶added inv2.13.0
func (mr *MockStoreMockRecorder) GetGroupMembersByGroupID(ctx, argany) *gomock.Call
GetGroupMembersByGroupID indicates an expected call of GetGroupMembersByGroupID.
func (*MockStoreMockRecorder)GetGroupMembersCountByGroupID¶added inv2.15.0
func (mr *MockStoreMockRecorder) GetGroupMembersCountByGroupID(ctx, argany) *gomock.Call
GetGroupMembersCountByGroupID indicates an expected call of GetGroupMembersCountByGroupID.
func (*MockStoreMockRecorder)GetGroups¶added inv2.13.0
func (mr *MockStoreMockRecorder) GetGroups(ctx, argany) *gomock.Call
GetGroups indicates an expected call of GetGroups.
func (*MockStoreMockRecorder)GetHealthSettings¶added inv2.5.0
func (mr *MockStoreMockRecorder) GetHealthSettings(ctxany) *gomock.Call
GetHealthSettings indicates an expected call of GetHealthSettings.
func (*MockStoreMockRecorder)GetInboxNotificationByID¶added inv2.21.0
func (mr *MockStoreMockRecorder) GetInboxNotificationByID(ctx, idany) *gomock.Call
GetInboxNotificationByID indicates an expected call of GetInboxNotificationByID.
func (*MockStoreMockRecorder)GetInboxNotificationsByUserID¶added 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)GetLatestCryptoKeyByFeature¶added inv2.16.0
func (mr *MockStoreMockRecorder) GetLatestCryptoKeyByFeature(ctx, featureany) *gomock.Call
GetLatestCryptoKeyByFeature indicates an expected call of GetLatestCryptoKeyByFeature.
func (*MockStoreMockRecorder)GetLatestWorkspaceAppStatusesByWorkspaceIDs¶added 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)GetNotificationMessagesByStatus¶added inv2.14.0
func (mr *MockStoreMockRecorder) GetNotificationMessagesByStatus(ctx, argany) *gomock.Call
GetNotificationMessagesByStatus indicates an expected call of GetNotificationMessagesByStatus.
func (*MockStoreMockRecorder)GetNotificationReportGeneratorLogByTemplate¶added inv2.16.0
func (mr *MockStoreMockRecorder) GetNotificationReportGeneratorLogByTemplate(ctx, templateIDany) *gomock.Call
GetNotificationReportGeneratorLogByTemplate indicates an expected call of GetNotificationReportGeneratorLogByTemplate.
func (*MockStoreMockRecorder)GetNotificationTemplateByID¶added inv2.15.0
func (mr *MockStoreMockRecorder) GetNotificationTemplateByID(ctx, idany) *gomock.Call
GetNotificationTemplateByID indicates an expected call of GetNotificationTemplateByID.
func (*MockStoreMockRecorder)GetNotificationTemplatesByKind¶added inv2.15.0
func (mr *MockStoreMockRecorder) GetNotificationTemplatesByKind(ctx, kindany) *gomock.Call
GetNotificationTemplatesByKind indicates an expected call of GetNotificationTemplatesByKind.
func (*MockStoreMockRecorder)GetNotificationsSettings¶added inv2.14.0
func (mr *MockStoreMockRecorder) GetNotificationsSettings(ctxany) *gomock.Call
GetNotificationsSettings indicates an expected call of GetNotificationsSettings.
func (*MockStoreMockRecorder)GetOAuth2GithubDefaultEligible¶added inv2.20.0
func (mr *MockStoreMockRecorder) GetOAuth2GithubDefaultEligible(ctxany) *gomock.Call
GetOAuth2GithubDefaultEligible indicates an expected call of GetOAuth2GithubDefaultEligible.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppByID¶added inv2.6.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppByID(ctx, idany) *gomock.Call
GetOAuth2ProviderAppByID indicates an expected call of GetOAuth2ProviderAppByID.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppCodeByID¶added inv2.9.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppCodeByID(ctx, idany) *gomock.Call
GetOAuth2ProviderAppCodeByID indicates an expected call of GetOAuth2ProviderAppCodeByID.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppCodeByPrefix¶added inv2.9.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppCodeByPrefix(ctx, secretPrefixany) *gomock.Call
GetOAuth2ProviderAppCodeByPrefix indicates an expected call of GetOAuth2ProviderAppCodeByPrefix.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppSecretByID¶added inv2.6.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretByID(ctx, idany) *gomock.Call
GetOAuth2ProviderAppSecretByID indicates an expected call of GetOAuth2ProviderAppSecretByID.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppSecretByPrefix¶added inv2.9.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretByPrefix(ctx, secretPrefixany) *gomock.Call
GetOAuth2ProviderAppSecretByPrefix indicates an expected call of GetOAuth2ProviderAppSecretByPrefix.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppSecretsByAppID¶added inv2.6.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppSecretsByAppID(ctx, appIDany) *gomock.Call
GetOAuth2ProviderAppSecretsByAppID indicates an expected call of GetOAuth2ProviderAppSecretsByAppID.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppTokenByPrefix¶added inv2.9.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderAppTokenByPrefix(ctx, hashPrefixany) *gomock.Call
GetOAuth2ProviderAppTokenByPrefix indicates an expected call of GetOAuth2ProviderAppTokenByPrefix.
func (*MockStoreMockRecorder)GetOAuth2ProviderApps¶added inv2.6.0
func (mr *MockStoreMockRecorder) GetOAuth2ProviderApps(ctxany) *gomock.Call
GetOAuth2ProviderApps indicates an expected call of GetOAuth2ProviderApps.
func (*MockStoreMockRecorder)GetOAuth2ProviderAppsByUserID¶added 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)GetOrganizationResourceCountByID¶added 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)GetPrebuildMetrics¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetPrebuildMetrics(ctxany) *gomock.Call
GetPrebuildMetrics indicates an expected call of GetPrebuildMetrics.
func (*MockStoreMockRecorder)GetPresetByID¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetPresetByID(ctx, presetIDany) *gomock.Call
GetPresetByID indicates an expected call of GetPresetByID.
func (*MockStoreMockRecorder)GetPresetByWorkspaceBuildID¶added inv2.20.0
func (mr *MockStoreMockRecorder) GetPresetByWorkspaceBuildID(ctx, workspaceBuildIDany) *gomock.Call
GetPresetByWorkspaceBuildID indicates an expected call of GetPresetByWorkspaceBuildID.
func (*MockStoreMockRecorder)GetPresetParametersByPresetID¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetPresetParametersByPresetID(ctx, presetIDany) *gomock.Call
GetPresetParametersByPresetID indicates an expected call of GetPresetParametersByPresetID.
func (*MockStoreMockRecorder)GetPresetParametersByTemplateVersionID¶added inv2.20.0
func (mr *MockStoreMockRecorder) GetPresetParametersByTemplateVersionID(ctx, templateVersionIDany) *gomock.Call
GetPresetParametersByTemplateVersionID indicates an expected call of GetPresetParametersByTemplateVersionID.
func (*MockStoreMockRecorder)GetPresetsAtFailureLimit¶added inv2.23.0
func (mr *MockStoreMockRecorder) GetPresetsAtFailureLimit(ctx, hardLimitany) *gomock.Call
GetPresetsAtFailureLimit indicates an expected call of GetPresetsAtFailureLimit.
func (*MockStoreMockRecorder)GetPresetsBackoff¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetPresetsBackoff(ctx, lookbackany) *gomock.Call
GetPresetsBackoff indicates an expected call of GetPresetsBackoff.
func (*MockStoreMockRecorder)GetPresetsByTemplateVersionID¶added 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)GetProvisionerDaemonsByOrganization¶added inv2.14.0
func (mr *MockStoreMockRecorder) GetProvisionerDaemonsByOrganization(ctx, argany) *gomock.Call
GetProvisionerDaemonsByOrganization indicates an expected call of GetProvisionerDaemonsByOrganization.
func (*MockStoreMockRecorder)GetProvisionerDaemonsWithStatusByOrganization¶added 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)GetProvisionerJobByIDForUpdate¶added inv2.23.0
func (mr *MockStoreMockRecorder) GetProvisionerJobByIDForUpdate(ctx, idany) *gomock.Call
GetProvisionerJobByIDForUpdate indicates an expected call of GetProvisionerJobByIDForUpdate.
func (*MockStoreMockRecorder)GetProvisionerJobTimingsByJobID¶added 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)GetProvisionerJobsByOrganizationAndStatusWithQueuePositionAndProvisioner¶added 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)GetProvisionerJobsToBeReaped¶added inv2.23.0
func (mr *MockStoreMockRecorder) GetProvisionerJobsToBeReaped(ctx, argany) *gomock.Call
GetProvisionerJobsToBeReaped indicates an expected call of GetProvisionerJobsToBeReaped.
func (*MockStoreMockRecorder)GetProvisionerKeyByHashedSecret¶added inv2.14.0
func (mr *MockStoreMockRecorder) GetProvisionerKeyByHashedSecret(ctx, hashedSecretany) *gomock.Call
GetProvisionerKeyByHashedSecret indicates an expected call of GetProvisionerKeyByHashedSecret.
func (*MockStoreMockRecorder)GetProvisionerKeyByID¶added inv2.14.0
func (mr *MockStoreMockRecorder) GetProvisionerKeyByID(ctx, idany) *gomock.Call
GetProvisionerKeyByID indicates an expected call of GetProvisionerKeyByID.
func (*MockStoreMockRecorder)GetProvisionerKeyByName¶added 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)GetRunningPrebuiltWorkspaces¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetRunningPrebuiltWorkspaces(ctxany) *gomock.Call
GetRunningPrebuiltWorkspaces indicates an expected call of GetRunningPrebuiltWorkspaces.
func (*MockStoreMockRecorder)GetRuntimeConfig¶added 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)GetTailnetPeers¶added inv2.4.0
func (mr *MockStoreMockRecorder) GetTailnetPeers(ctx, idany) *gomock.Call
GetTailnetPeers indicates an expected call of GetTailnetPeers.
func (*MockStoreMockRecorder)GetTailnetTunnelPeerBindings¶added inv2.4.0
func (mr *MockStoreMockRecorder) GetTailnetTunnelPeerBindings(ctx, srcIDany) *gomock.Call
GetTailnetTunnelPeerBindings indicates an expected call of GetTailnetTunnelPeerBindings.
func (*MockStoreMockRecorder)GetTailnetTunnelPeerIDs¶added inv2.4.0
func (mr *MockStoreMockRecorder) GetTailnetTunnelPeerIDs(ctx, srcIDany) *gomock.Call
GetTailnetTunnelPeerIDs indicates an expected call of GetTailnetTunnelPeerIDs.
func (*MockStoreMockRecorder)GetTelemetryItem¶added inv2.19.0
func (mr *MockStoreMockRecorder) GetTelemetryItem(ctx, keyany) *gomock.Call
GetTelemetryItem indicates an expected call of GetTelemetryItem.
func (*MockStoreMockRecorder)GetTelemetryItems¶added 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)GetTemplateAppInsightsByTemplate¶added 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)GetTemplateInsightsByInterval¶added inv2.2.0
func (mr *MockStoreMockRecorder) GetTemplateInsightsByInterval(ctx, argany) *gomock.Call
GetTemplateInsightsByInterval indicates an expected call of GetTemplateInsightsByInterval.
func (*MockStoreMockRecorder)GetTemplateInsightsByTemplate¶added 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)GetTemplatePresetsWithPrebuilds¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetTemplatePresetsWithPrebuilds(ctx, templateIDany) *gomock.Call
GetTemplatePresetsWithPrebuilds indicates an expected call of GetTemplatePresetsWithPrebuilds.
func (*MockStoreMockRecorder)GetTemplateUsageStats¶added 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)GetTemplateVersionTerraformValues¶added 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)GetTemplateVersionWorkspaceTags¶added 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)GetUserActivityInsights¶added 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)GetUserLinksByUserID¶added inv2.2.0
func (mr *MockStoreMockRecorder) GetUserLinksByUserID(ctx, userIDany) *gomock.Call
GetUserLinksByUserID indicates an expected call of GetUserLinksByUserID.
func (*MockStoreMockRecorder)GetUserNotificationPreferences¶added inv2.15.0
func (mr *MockStoreMockRecorder) GetUserNotificationPreferences(ctx, userIDany) *gomock.Call
GetUserNotificationPreferences indicates an expected call of GetUserNotificationPreferences.
func (*MockStoreMockRecorder)GetUserStatusCounts¶added inv2.19.0
func (mr *MockStoreMockRecorder) GetUserStatusCounts(ctx, argany) *gomock.Call
GetUserStatusCounts indicates an expected call of GetUserStatusCounts.
func (*MockStoreMockRecorder)GetUserTerminalFont¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetUserTerminalFont(ctx, userIDany) *gomock.Call
GetUserTerminalFont indicates an expected call of GetUserTerminalFont.
func (*MockStoreMockRecorder)GetUserThemePreference¶added inv2.22.0
func (mr *MockStoreMockRecorder) GetUserThemePreference(ctx, userIDany) *gomock.Call
GetUserThemePreference indicates an expected call of GetUserThemePreference.
func (*MockStoreMockRecorder)GetUserWorkspaceBuildParameters¶added 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)GetWebpushSubscriptionsByUserID¶added inv2.21.0
func (mr *MockStoreMockRecorder) GetWebpushSubscriptionsByUserID(ctx, userIDany) *gomock.Call
GetWebpushSubscriptionsByUserID indicates an expected call of GetWebpushSubscriptionsByUserID.
func (*MockStoreMockRecorder)GetWebpushVAPIDKeys¶added inv2.21.0
func (mr *MockStoreMockRecorder) GetWebpushVAPIDKeys(ctxany) *gomock.Call
GetWebpushVAPIDKeys indicates an expected call of GetWebpushVAPIDKeys.
func (*MockStoreMockRecorder)GetWorkspaceAgentAndLatestBuildByAuthToken¶added 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)GetWorkspaceAgentDevcontainersByAgentID¶added 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)GetWorkspaceAgentLogSourcesByAgentIDs¶added 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)GetWorkspaceAgentPortShare¶added inv2.9.0
func (mr *MockStoreMockRecorder) GetWorkspaceAgentPortShare(ctx, argany) *gomock.Call
GetWorkspaceAgentPortShare indicates an expected call of GetWorkspaceAgentPortShare.
func (*MockStoreMockRecorder)GetWorkspaceAgentScriptTimingsByBuildID¶added inv2.17.0
func (mr *MockStoreMockRecorder) GetWorkspaceAgentScriptTimingsByBuildID(ctx, idany) *gomock.Call
GetWorkspaceAgentScriptTimingsByBuildID indicates an expected call of GetWorkspaceAgentScriptTimingsByBuildID.
func (*MockStoreMockRecorder)GetWorkspaceAgentScriptsByAgentIDs¶added 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)GetWorkspaceAgentUsageStats¶added inv2.16.0
func (mr *MockStoreMockRecorder) GetWorkspaceAgentUsageStats(ctx, createdAtany) *gomock.Call
GetWorkspaceAgentUsageStats indicates an expected call of GetWorkspaceAgentUsageStats.
func (*MockStoreMockRecorder)GetWorkspaceAgentUsageStatsAndLabels¶added inv2.16.0
func (mr *MockStoreMockRecorder) GetWorkspaceAgentUsageStatsAndLabels(ctx, createdAtany) *gomock.Call
GetWorkspaceAgentUsageStatsAndLabels indicates an expected call of GetWorkspaceAgentUsageStatsAndLabels.
func (*MockStoreMockRecorder)GetWorkspaceAgentsByParentID¶added 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)GetWorkspaceAgentsByWorkspaceAndBuildNumber¶added 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)GetWorkspaceAppStatusesByAppIDs¶added 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)GetWorkspaceBuildParametersByBuildIDs¶added inv2.24.0
func (mr *MockStoreMockRecorder) GetWorkspaceBuildParametersByBuildIDs(ctx, workspaceBuildIdsany) *gomock.Call
GetWorkspaceBuildParametersByBuildIDs indicates an expected call of GetWorkspaceBuildParametersByBuildIDs.
func (*MockStoreMockRecorder)GetWorkspaceBuildStatsByTemplates¶added 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)GetWorkspaceByResourceID¶added 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)GetWorkspaceModulesByJobID¶added inv2.18.0
func (mr *MockStoreMockRecorder) GetWorkspaceModulesByJobID(ctx, jobIDany) *gomock.Call
GetWorkspaceModulesByJobID indicates an expected call of GetWorkspaceModulesByJobID.
func (*MockStoreMockRecorder)GetWorkspaceModulesCreatedAfter¶added 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)GetWorkspaceUniqueOwnerCountByTemplateIDs¶added 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)GetWorkspacesAndAgentsByOwnerID¶added inv2.18.0
func (mr *MockStoreMockRecorder) GetWorkspacesAndAgentsByOwnerID(ctx, ownerIDany) *gomock.Call
GetWorkspacesAndAgentsByOwnerID indicates an expected call of GetWorkspacesAndAgentsByOwnerID.
func (*MockStoreMockRecorder)GetWorkspacesByTemplateID¶added 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)HasTemplateVersionsWithAITask¶added 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)InsertCryptoKey¶added inv2.16.0
func (mr *MockStoreMockRecorder) InsertCryptoKey(ctx, argany) *gomock.Call
InsertCryptoKey indicates an expected call of InsertCryptoKey.
func (*MockStoreMockRecorder)InsertCustomRole¶added inv2.15.0
func (mr *MockStoreMockRecorder) InsertCustomRole(ctx, argany) *gomock.Call
InsertCustomRole indicates an expected call of InsertCustomRole.
func (*MockStoreMockRecorder)InsertDBCryptKey¶added 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)InsertExternalAuthLink¶added 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)InsertInboxNotification¶added 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)InsertMemoryResourceMonitor¶added 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)InsertOAuth2ProviderApp¶added inv2.6.0
func (mr *MockStoreMockRecorder) InsertOAuth2ProviderApp(ctx, argany) *gomock.Call
InsertOAuth2ProviderApp indicates an expected call of InsertOAuth2ProviderApp.
func (*MockStoreMockRecorder)InsertOAuth2ProviderAppCode¶added inv2.9.0
func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppCode(ctx, argany) *gomock.Call
InsertOAuth2ProviderAppCode indicates an expected call of InsertOAuth2ProviderAppCode.
func (*MockStoreMockRecorder)InsertOAuth2ProviderAppSecret¶added inv2.6.0
func (mr *MockStoreMockRecorder) InsertOAuth2ProviderAppSecret(ctx, argany) *gomock.Call
InsertOAuth2ProviderAppSecret indicates an expected call of InsertOAuth2ProviderAppSecret.
func (*MockStoreMockRecorder)InsertOAuth2ProviderAppToken¶added 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)InsertPreset¶added inv2.20.0
func (mr *MockStoreMockRecorder) InsertPreset(ctx, argany) *gomock.Call
InsertPreset indicates an expected call of InsertPreset.
func (*MockStoreMockRecorder)InsertPresetParameters¶added inv2.20.0
func (mr *MockStoreMockRecorder) InsertPresetParameters(ctx, argany) *gomock.Call
InsertPresetParameters indicates an expected call of InsertPresetParameters.
func (*MockStoreMockRecorder)InsertPresetPrebuildSchedule¶added 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)InsertProvisionerJobTimings¶added inv2.15.0
func (mr *MockStoreMockRecorder) InsertProvisionerJobTimings(ctx, argany) *gomock.Call
InsertProvisionerJobTimings indicates an expected call of InsertProvisionerJobTimings.
func (*MockStoreMockRecorder)InsertProvisionerKey¶added 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)InsertTelemetryItemIfNotExists¶added 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)InsertTemplateVersionTerraformValuesByJobID¶added 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)InsertTemplateVersionWorkspaceTag¶added 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)InsertUserGroupsByID¶added 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)InsertVolumeResourceMonitor¶added inv2.20.0
func (mr *MockStoreMockRecorder) InsertVolumeResourceMonitor(ctx, argany) *gomock.Call
InsertVolumeResourceMonitor indicates an expected call of InsertVolumeResourceMonitor.
func (*MockStoreMockRecorder)InsertWebpushSubscription¶added 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)InsertWorkspaceAgentDevcontainers¶added inv2.21.0
func (mr *MockStoreMockRecorder) InsertWorkspaceAgentDevcontainers(ctx, argany) *gomock.Call
InsertWorkspaceAgentDevcontainers indicates an expected call of InsertWorkspaceAgentDevcontainers.
func (*MockStoreMockRecorder)InsertWorkspaceAgentLogSources¶added 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)InsertWorkspaceAgentScriptTimings¶added inv2.16.0
func (mr *MockStoreMockRecorder) InsertWorkspaceAgentScriptTimings(ctx, argany) *gomock.Call
InsertWorkspaceAgentScriptTimings indicates an expected call of InsertWorkspaceAgentScriptTimings.
func (*MockStoreMockRecorder)InsertWorkspaceAgentScripts¶added 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)InsertWorkspaceAppStatus¶added 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)InsertWorkspaceModule¶added 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)ListProvisionerKeysByOrganization¶added inv2.14.0
func (mr *MockStoreMockRecorder) ListProvisionerKeysByOrganization(ctx, organizationIDany) *gomock.Call
ListProvisionerKeysByOrganization indicates an expected call of ListProvisionerKeysByOrganization.
func (*MockStoreMockRecorder)ListProvisionerKeysByOrganizationExcludeReserved¶added inv2.16.0
func (mr *MockStoreMockRecorder) ListProvisionerKeysByOrganizationExcludeReserved(ctx, organizationIDany) *gomock.Call
ListProvisionerKeysByOrganizationExcludeReserved indicates an expected call of ListProvisionerKeysByOrganizationExcludeReserved.
func (*MockStoreMockRecorder)ListWorkspaceAgentPortShares¶added inv2.9.0
func (mr *MockStoreMockRecorder) ListWorkspaceAgentPortShares(ctx, workspaceIDany) *gomock.Call
ListWorkspaceAgentPortShares indicates an expected call of ListWorkspaceAgentPortShares.
func (*MockStoreMockRecorder)MarkAllInboxNotificationsAsRead¶added inv2.21.0
func (mr *MockStoreMockRecorder) MarkAllInboxNotificationsAsRead(ctx, argany) *gomock.Call
MarkAllInboxNotificationsAsRead indicates an expected call of MarkAllInboxNotificationsAsRead.
func (*MockStoreMockRecorder)OIDCClaimFieldValues¶added inv2.18.0
func (mr *MockStoreMockRecorder) OIDCClaimFieldValues(ctx, argany) *gomock.Call
OIDCClaimFieldValues indicates an expected call of OIDCClaimFieldValues.
func (*MockStoreMockRecorder)OIDCClaimFields¶added inv2.18.0
func (mr *MockStoreMockRecorder) OIDCClaimFields(ctx, organizationIDany) *gomock.Call
OIDCClaimFields indicates an expected call of OIDCClaimFields.
func (*MockStoreMockRecorder)OrganizationMembers¶added inv2.13.0
func (mr *MockStoreMockRecorder) OrganizationMembers(ctx, argany) *gomock.Call
OrganizationMembers indicates an expected call of OrganizationMembers.
func (*MockStoreMockRecorder)PGLocks¶added inv2.17.0
func (mr *MockStoreMockRecorder) PGLocks(ctxany) *gomock.Call
PGLocks indicates an expected call of PGLocks.
func (*MockStoreMockRecorder)PaginatedOrganizationMembers¶added 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)ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate¶added 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)RemoveUserFromAllGroups¶added inv2.9.0
func (mr *MockStoreMockRecorder) RemoveUserFromAllGroups(ctx, userIDany) *gomock.Call
RemoveUserFromAllGroups indicates an expected call of RemoveUserFromAllGroups.
func (*MockStoreMockRecorder)RemoveUserFromGroups¶added inv2.16.0
func (mr *MockStoreMockRecorder) RemoveUserFromGroups(ctx, argany) *gomock.Call
RemoveUserFromGroups indicates an expected call of RemoveUserFromGroups.
func (*MockStoreMockRecorder)RevokeDBCryptKey¶added 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)UnarchiveTemplateVersion¶added inv2.3.0
func (mr *MockStoreMockRecorder) UnarchiveTemplateVersion(ctx, argany) *gomock.Call
UnarchiveTemplateVersion indicates an expected call of UnarchiveTemplateVersion.
func (*MockStoreMockRecorder)UnfavoriteWorkspace¶added 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)UpdateCryptoKeyDeletesAt¶added inv2.16.0
func (mr *MockStoreMockRecorder) UpdateCryptoKeyDeletesAt(ctx, argany) *gomock.Call
UpdateCryptoKeyDeletesAt indicates an expected call of UpdateCryptoKeyDeletesAt.
func (*MockStoreMockRecorder)UpdateCustomRole¶added inv2.15.0
func (mr *MockStoreMockRecorder) UpdateCustomRole(ctx, argany) *gomock.Call
UpdateCustomRole indicates an expected call of UpdateCustomRole.
func (*MockStoreMockRecorder)UpdateExternalAuthLink¶added inv2.2.1
func (mr *MockStoreMockRecorder) UpdateExternalAuthLink(ctx, argany) *gomock.Call
UpdateExternalAuthLink indicates an expected call of UpdateExternalAuthLink.
func (*MockStoreMockRecorder)UpdateExternalAuthLinkRefreshToken¶added 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)UpdateInboxNotificationReadStatus¶added 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)UpdateMemoryResourceMonitor¶added inv2.20.0
func (mr *MockStoreMockRecorder) UpdateMemoryResourceMonitor(ctx, argany) *gomock.Call
UpdateMemoryResourceMonitor indicates an expected call of UpdateMemoryResourceMonitor.
func (*MockStoreMockRecorder)UpdateNotificationTemplateMethodByID¶added inv2.15.0
func (mr *MockStoreMockRecorder) UpdateNotificationTemplateMethodByID(ctx, argany) *gomock.Call
UpdateNotificationTemplateMethodByID indicates an expected call of UpdateNotificationTemplateMethodByID.
func (*MockStoreMockRecorder)UpdateOAuth2ProviderAppByID¶added inv2.6.0
func (mr *MockStoreMockRecorder) UpdateOAuth2ProviderAppByID(ctx, argany) *gomock.Call
UpdateOAuth2ProviderAppByID indicates an expected call of UpdateOAuth2ProviderAppByID.
func (*MockStoreMockRecorder)UpdateOAuth2ProviderAppSecretByID¶added inv2.6.0
func (mr *MockStoreMockRecorder) UpdateOAuth2ProviderAppSecretByID(ctx, argany) *gomock.Call
UpdateOAuth2ProviderAppSecretByID indicates an expected call of UpdateOAuth2ProviderAppSecretByID.
func (*MockStoreMockRecorder)UpdateOrganization¶added inv2.12.0
func (mr *MockStoreMockRecorder) UpdateOrganization(ctx, argany) *gomock.Call
UpdateOrganization indicates an expected call of UpdateOrganization.
func (*MockStoreMockRecorder)UpdateOrganizationDeletedByID¶added inv2.20.0
func (mr *MockStoreMockRecorder) UpdateOrganizationDeletedByID(ctx, argany) *gomock.Call
UpdateOrganizationDeletedByID indicates an expected call of UpdateOrganizationDeletedByID.
func (*MockStoreMockRecorder)UpdatePresetPrebuildStatus¶added inv2.23.0
func (mr *MockStoreMockRecorder) UpdatePresetPrebuildStatus(ctx, argany) *gomock.Call
UpdatePresetPrebuildStatus indicates an expected call of UpdatePresetPrebuildStatus.
func (*MockStoreMockRecorder)UpdateProvisionerDaemonLastSeenAt¶added 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)UpdateProvisionerJobWithCompleteWithStartedAtByID¶added 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)UpdateTailnetPeerStatusByCoordinator¶added 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)UpdateTemplateAccessControlByID¶added 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)UpdateTemplateVersionAITaskByJobID¶added 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)UpdateTemplateVersionExternalAuthProvidersByJobID¶added inv2.2.1
func (mr *MockStoreMockRecorder) UpdateTemplateVersionExternalAuthProvidersByJobID(ctx, argany) *gomock.Call
UpdateTemplateVersionExternalAuthProvidersByJobID indicates an expected call of UpdateTemplateVersionExternalAuthProvidersByJobID.
func (*MockStoreMockRecorder)UpdateTemplateWorkspacesLastUsedAt¶added 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)UpdateUserGithubComUserID¶added inv2.14.0
func (mr *MockStoreMockRecorder) UpdateUserGithubComUserID(ctx, argany) *gomock.Call
UpdateUserGithubComUserID indicates an expected call of UpdateUserGithubComUserID.
func (*MockStoreMockRecorder)UpdateUserHashedOneTimePasscode¶added 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)UpdateUserNotificationPreferences¶added 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)UpdateUserTerminalFont¶added inv2.22.0
func (mr *MockStoreMockRecorder) UpdateUserTerminalFont(ctx, argany) *gomock.Call
UpdateUserTerminalFont indicates an expected call of UpdateUserTerminalFont.
func (*MockStoreMockRecorder)UpdateUserThemePreference¶added inv2.22.0
func (mr *MockStoreMockRecorder) UpdateUserThemePreference(ctx, argany) *gomock.Call
UpdateUserThemePreference indicates an expected call of UpdateUserThemePreference.
func (*MockStoreMockRecorder)UpdateVolumeResourceMonitor¶added 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)UpdateWorkspaceAutomaticUpdates¶added 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)UpdateWorkspaceBuildAITaskByID¶added 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)UpdateWorkspaceBuildDeadlineByID¶added inv2.2.0
func (mr *MockStoreMockRecorder) UpdateWorkspaceBuildDeadlineByID(ctx, argany) *gomock.Call
UpdateWorkspaceBuildDeadlineByID indicates an expected call of UpdateWorkspaceBuildDeadlineByID.
func (*MockStoreMockRecorder)UpdateWorkspaceBuildProvisionerStateByID¶added 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)UpdateWorkspaceDormantDeletingAt¶added 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)UpdateWorkspaceNextStartAt¶added 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)UpdateWorkspacesDormantDeletingAtByTemplateID¶added inv2.1.4
func (mr *MockStoreMockRecorder) UpdateWorkspacesDormantDeletingAtByTemplateID(ctx, argany) *gomock.Call
UpdateWorkspacesDormantDeletingAtByTemplateID indicates an expected call of UpdateWorkspacesDormantDeletingAtByTemplateID.
func (*MockStoreMockRecorder)UpdateWorkspacesTTLByTemplateID¶added inv2.19.0
func (mr *MockStoreMockRecorder) UpdateWorkspacesTTLByTemplateID(ctx, argany) *gomock.Call
UpdateWorkspacesTTLByTemplateID indicates an expected call of UpdateWorkspacesTTLByTemplateID.
func (*MockStoreMockRecorder)UpsertAnnouncementBanners¶added 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)UpsertApplicationName¶added inv2.2.0
func (mr *MockStoreMockRecorder) UpsertApplicationName(ctx, valueany) *gomock.Call
UpsertApplicationName indicates an expected call of UpsertApplicationName.
func (*MockStoreMockRecorder)UpsertCoordinatorResumeTokenSigningKey¶added 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)UpsertHealthSettings¶added 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)UpsertNotificationReportGeneratorLog¶added inv2.16.0
func (mr *MockStoreMockRecorder) UpsertNotificationReportGeneratorLog(ctx, argany) *gomock.Call
UpsertNotificationReportGeneratorLog indicates an expected call of UpsertNotificationReportGeneratorLog.
func (*MockStoreMockRecorder)UpsertNotificationsSettings¶added inv2.14.0
func (mr *MockStoreMockRecorder) UpsertNotificationsSettings(ctx, valueany) *gomock.Call
UpsertNotificationsSettings indicates an expected call of UpsertNotificationsSettings.
func (*MockStoreMockRecorder)UpsertOAuth2GithubDefaultEligible¶added 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)UpsertProvisionerDaemon¶added inv2.5.1
func (mr *MockStoreMockRecorder) UpsertProvisionerDaemon(ctx, argany) *gomock.Call
UpsertProvisionerDaemon indicates an expected call of UpsertProvisionerDaemon.
func (*MockStoreMockRecorder)UpsertRuntimeConfig¶added 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)UpsertTailnetClientSubscription¶added 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)UpsertTailnetPeer¶added inv2.4.0
func (mr *MockStoreMockRecorder) UpsertTailnetPeer(ctx, argany) *gomock.Call
UpsertTailnetPeer indicates an expected call of UpsertTailnetPeer.
func (*MockStoreMockRecorder)UpsertTailnetTunnel¶added inv2.4.0
func (mr *MockStoreMockRecorder) UpsertTailnetTunnel(ctx, argany) *gomock.Call
UpsertTailnetTunnel indicates an expected call of UpsertTailnetTunnel.
func (*MockStoreMockRecorder)UpsertTelemetryItem¶added inv2.19.0
func (mr *MockStoreMockRecorder) UpsertTelemetryItem(ctx, argany) *gomock.Call
UpsertTelemetryItem indicates an expected call of UpsertTelemetryItem.
func (*MockStoreMockRecorder)UpsertTemplateUsageStats¶added inv2.10.0
func (mr *MockStoreMockRecorder) UpsertTemplateUsageStats(ctxany) *gomock.Call
UpsertTemplateUsageStats indicates an expected call of UpsertTemplateUsageStats.
func (*MockStoreMockRecorder)UpsertWebpushVAPIDKeys¶added inv2.21.0
func (mr *MockStoreMockRecorder) UpsertWebpushVAPIDKeys(ctx, argany) *gomock.Call
UpsertWebpushVAPIDKeys indicates an expected call of UpsertWebpushVAPIDKeys.
func (*MockStoreMockRecorder)UpsertWorkspaceAgentPortShare¶added inv2.9.0
func (mr *MockStoreMockRecorder) UpsertWorkspaceAgentPortShare(ctx, argany) *gomock.Call
UpsertWorkspaceAgentPortShare indicates an expected call of UpsertWorkspaceAgentPortShare.
func (*MockStoreMockRecorder)UpsertWorkspaceApp¶added inv2.24.0
func (mr *MockStoreMockRecorder) UpsertWorkspaceApp(ctx, argany) *gomock.Call
UpsertWorkspaceApp indicates an expected call of UpsertWorkspaceApp.
func (*MockStoreMockRecorder)UpsertWorkspaceAppAuditSession¶added 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.