dbmock

package
v2.18.5 Latest Latest
Warning

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

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

Documentation

Overview

Package dbmock is a generated GoMock package.

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStore

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

MockStore is a mock of Store interface.

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance.

func (*MockStore) AcquireLock

func (m *MockStore) AcquireLock(arg0 context.Context, arg1 int64) error

AcquireLock mocks base method.

func (*MockStore) AcquireNotificationMessages added in v2.13.0

AcquireNotificationMessages mocks base method.

func (*MockStore) AcquireProvisionerJob

AcquireProvisionerJob mocks base method.

func (*MockStore) ActivityBumpWorkspace added in v2.2.0

func (m *MockStore) ActivityBumpWorkspace(arg0 context.Context, arg1 database.ActivityBumpWorkspaceParams) error

ActivityBumpWorkspace mocks base method.

func (*MockStore) AllUserIDs added in v2.2.0

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

AllUserIDs mocks base method.

func (*MockStore) ArchiveUnusedTemplateVersions added in v2.3.0

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

ArchiveUnusedTemplateVersions mocks base method.

func (*MockStore) BatchUpdateWorkspaceLastUsedAt added in v2.7.0

func (m *MockStore) BatchUpdateWorkspaceLastUsedAt(arg0 context.Context, arg1 database.BatchUpdateWorkspaceLastUsedAtParams) error

BatchUpdateWorkspaceLastUsedAt mocks base method.

func (*MockStore) BulkMarkNotificationMessagesFailed added in v2.13.0

func (m *MockStore) BulkMarkNotificationMessagesFailed(arg0 context.Context, arg1 database.BulkMarkNotificationMessagesFailedParams) (int64, error)

BulkMarkNotificationMessagesFailed mocks base method.

func (*MockStore) BulkMarkNotificationMessagesSent added in v2.13.0

func (m *MockStore) BulkMarkNotificationMessagesSent(arg0 context.Context, arg1 database.BulkMarkNotificationMessagesSentParams) (int64, error)

BulkMarkNotificationMessagesSent mocks base method.

func (*MockStore) CleanTailnetCoordinators

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

CleanTailnetCoordinators mocks base method.

func (*MockStore) CleanTailnetLostPeers added in v2.5.0

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

CleanTailnetLostPeers mocks base method.

func (*MockStore) CleanTailnetTunnels added in v2.5.0

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

CleanTailnetTunnels mocks base method.

func (*MockStore) CustomRoles added in v2.12.0

func (m *MockStore) CustomRoles(arg0 context.Context, arg1 database.CustomRolesParams) ([]database.CustomRole, error)

CustomRoles mocks base method.

func (*MockStore) DeleteAPIKeyByID

func (m *MockStore) DeleteAPIKeyByID(arg0 context.Context, arg1 string) error

DeleteAPIKeyByID mocks base method.

func (*MockStore) DeleteAPIKeysByUserID

func (m *MockStore) DeleteAPIKeysByUserID(arg0 context.Context, arg1 uuid.UUID) error

DeleteAPIKeysByUserID mocks base method.

func (*MockStore) DeleteAllTailnetClientSubscriptions added in v2.2.0

func (m *MockStore) DeleteAllTailnetClientSubscriptions(arg0 context.Context, arg1 database.DeleteAllTailnetClientSubscriptionsParams) error

DeleteAllTailnetClientSubscriptions mocks base method.

func (*MockStore) DeleteAllTailnetTunnels added in v2.4.0

func (m *MockStore) DeleteAllTailnetTunnels(arg0 context.Context, arg1 database.DeleteAllTailnetTunnelsParams) error

DeleteAllTailnetTunnels mocks base method.

func (*MockStore) DeleteApplicationConnectAPIKeysByUserID

func (m *MockStore) DeleteApplicationConnectAPIKeysByUserID(arg0 context.Context, arg1 uuid.UUID) error

DeleteApplicationConnectAPIKeysByUserID mocks base method.

func (*MockStore) DeleteCoordinator

func (m *MockStore) DeleteCoordinator(arg0 context.Context, arg1 uuid.UUID) error

DeleteCoordinator mocks base method.

func (*MockStore) DeleteCryptoKey added in v2.16.0

func (m *MockStore) DeleteCryptoKey(arg0 context.Context, arg1 database.DeleteCryptoKeyParams) (database.CryptoKey, error)

DeleteCryptoKey mocks base method.

func (*MockStore) DeleteCustomRole added in v2.15.0

func (m *MockStore) DeleteCustomRole(arg0 context.Context, arg1 database.DeleteCustomRoleParams) error

DeleteCustomRole mocks base method.

func (m *MockStore) DeleteExternalAuthLink(arg0 context.Context, arg1 database.DeleteExternalAuthLinkParams) error

DeleteExternalAuthLink mocks base method.

func (*MockStore) DeleteGitSSHKey

func (m *MockStore) DeleteGitSSHKey(arg0 context.Context, arg1 uuid.UUID) error

DeleteGitSSHKey mocks base method.

func (*MockStore) DeleteGroupByID

func (m *MockStore) DeleteGroupByID(arg0 context.Context, arg1 uuid.UUID) error

DeleteGroupByID mocks base method.

func (*MockStore) DeleteGroupMemberFromGroup

func (m *MockStore) DeleteGroupMemberFromGroup(arg0 context.Context, arg1 database.DeleteGroupMemberFromGroupParams) error

DeleteGroupMemberFromGroup mocks base method.

func (*MockStore) DeleteLicense

func (m *MockStore) DeleteLicense(arg0 context.Context, arg1 int32) (int32, error)

DeleteLicense mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppByID added in v2.6.0

func (m *MockStore) DeleteOAuth2ProviderAppByID(arg0 context.Context, arg1 uuid.UUID) error

DeleteOAuth2ProviderAppByID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppCodeByID added in v2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppCodeByID(arg0 context.Context, arg1 uuid.UUID) error

DeleteOAuth2ProviderAppCodeByID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppCodesByAppAndUserID added in v2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppCodesByAppAndUserID(arg0 context.Context, arg1 database.DeleteOAuth2ProviderAppCodesByAppAndUserIDParams) error

DeleteOAuth2ProviderAppCodesByAppAndUserID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppSecretByID added in v2.6.0

func (m *MockStore) DeleteOAuth2ProviderAppSecretByID(arg0 context.Context, arg1 uuid.UUID) error

DeleteOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore) DeleteOAuth2ProviderAppTokensByAppAndUserID added in v2.9.0

func (m *MockStore) DeleteOAuth2ProviderAppTokensByAppAndUserID(arg0 context.Context, arg1 database.DeleteOAuth2ProviderAppTokensByAppAndUserIDParams) error

DeleteOAuth2ProviderAppTokensByAppAndUserID mocks base method.

func (*MockStore) DeleteOldNotificationMessages added in v2.13.0

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

DeleteOldNotificationMessages mocks base method.

func (*MockStore) DeleteOldProvisionerDaemons added in v2.5.0

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

DeleteOldProvisionerDaemons mocks base method.

func (*MockStore) DeleteOldWorkspaceAgentLogs

func (m *MockStore) DeleteOldWorkspaceAgentLogs(arg0 context.Context, arg1 time.Time) error

DeleteOldWorkspaceAgentLogs mocks base method.

func (*MockStore) DeleteOldWorkspaceAgentStats

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

DeleteOldWorkspaceAgentStats mocks base method.

func (*MockStore) DeleteOrganization added in v2.12.0

func (m *MockStore) DeleteOrganization(arg0 context.Context, arg1 uuid.UUID) error

DeleteOrganization mocks base method.

func (*MockStore) DeleteOrganizationMember added in v2.13.0

func (m *MockStore) DeleteOrganizationMember(arg0 context.Context, arg1 database.DeleteOrganizationMemberParams) error

DeleteOrganizationMember mocks base method.

func (*MockStore) DeleteProvisionerKey added in v2.14.0

func (m *MockStore) DeleteProvisionerKey(arg0 context.Context, arg1 uuid.UUID) error

DeleteProvisionerKey mocks base method.

func (*MockStore) DeleteReplicasUpdatedBefore

func (m *MockStore) DeleteReplicasUpdatedBefore(arg0 context.Context, arg1 time.Time) error

DeleteReplicasUpdatedBefore mocks base method.

func (*MockStore) DeleteRuntimeConfig added in v2.16.0

func (m *MockStore) DeleteRuntimeConfig(arg0 context.Context, arg1 string) error

DeleteRuntimeConfig mocks base method.

func (*MockStore) DeleteTailnetAgent

DeleteTailnetAgent mocks base method.

func (*MockStore) DeleteTailnetClient

DeleteTailnetClient mocks base method.

func (*MockStore) DeleteTailnetClientSubscription added in v2.2.0

func (m *MockStore) DeleteTailnetClientSubscription(arg0 context.Context, arg1 database.DeleteTailnetClientSubscriptionParams) error

DeleteTailnetClientSubscription mocks base method.

func (*MockStore) DeleteTailnetPeer added in v2.4.0

DeleteTailnetPeer mocks base method.

func (*MockStore) DeleteTailnetTunnel added in v2.4.0

DeleteTailnetTunnel mocks base method.

func (*MockStore) DeleteWorkspaceAgentPortShare added in v2.9.0

func (m *MockStore) DeleteWorkspaceAgentPortShare(arg0 context.Context, arg1 database.DeleteWorkspaceAgentPortShareParams) error

DeleteWorkspaceAgentPortShare mocks base method.

func (*MockStore) DeleteWorkspaceAgentPortSharesByTemplate added in v2.9.0

func (m *MockStore) DeleteWorkspaceAgentPortSharesByTemplate(arg0 context.Context, arg1 uuid.UUID) error

DeleteWorkspaceAgentPortSharesByTemplate mocks base method.

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

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

func (*MockStore) EnqueueNotificationMessage added in v2.13.0

func (m *MockStore) EnqueueNotificationMessage(arg0 context.Context, arg1 database.EnqueueNotificationMessageParams) error

EnqueueNotificationMessage mocks base method.

func (*MockStore) FavoriteWorkspace added in v2.8.0

func (m *MockStore) FavoriteWorkspace(arg0 context.Context, arg1 uuid.UUID) error

FavoriteWorkspace mocks base method.

func (*MockStore) FetchNewMessageMetadata added in v2.13.0

FetchNewMessageMetadata mocks base method.

func (*MockStore) GetAPIKeyByID

func (m *MockStore) GetAPIKeyByID(arg0 context.Context, arg1 string) (database.APIKey, error)

GetAPIKeyByID mocks base method.

func (*MockStore) GetAPIKeyByName

func (m *MockStore) GetAPIKeyByName(arg0 context.Context, arg1 database.GetAPIKeyByNameParams) (database.APIKey, error)

GetAPIKeyByName mocks base method.

func (*MockStore) GetAPIKeysByLoginType

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

GetAPIKeysByLoginType mocks base method.

func (*MockStore) GetAPIKeysByUserID

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

GetAPIKeysByUserID mocks base method.

func (*MockStore) GetAPIKeysLastUsedAfter

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

GetAPIKeysLastUsedAfter mocks base method.

func (*MockStore) GetActiveUserCount

func (m *MockStore) GetActiveUserCount(arg0 context.Context) (int64, error)

GetActiveUserCount mocks base method.

func (*MockStore) GetActiveWorkspaceBuildsByTemplateID

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

GetActiveWorkspaceBuildsByTemplateID mocks base method.

func (*MockStore) GetAllTailnetAgents

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

GetAllTailnetAgents mocks base method.

func (*MockStore) GetAllTailnetCoordinators added in v2.5.0

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

GetAllTailnetCoordinators mocks base method.

func (*MockStore) GetAllTailnetPeers added in v2.5.0

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

GetAllTailnetPeers mocks base method.

func (*MockStore) GetAllTailnetTunnels added in v2.5.0

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

GetAllTailnetTunnels mocks base method.

func (*MockStore) GetAnnouncementBanners added in v2.12.0

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

GetAnnouncementBanners mocks base method.

func (*MockStore) GetAppSecurityKey

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

GetAppSecurityKey mocks base method.

func (*MockStore) GetApplicationName added in v2.2.0

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

GetApplicationName mocks base method.

func (*MockStore) GetAuditLogsOffset

GetAuditLogsOffset mocks base method.

func (*MockStore) GetAuthorizationUserRoles

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

GetAuthorizationUserRoles mocks base method.

func (*MockStore) GetAuthorizedAuditLogsOffset added in v2.14.0

GetAuthorizedAuditLogsOffset mocks base method.

func (*MockStore) GetAuthorizedTemplates

GetAuthorizedTemplates mocks base method.

func (*MockStore) GetAuthorizedUsers

func (m *MockStore) GetAuthorizedUsers(arg0 context.Context, arg1 database.GetUsersParams, arg2 rbac.PreparedAuthorized) ([]database.GetUsersRow, error)

GetAuthorizedUsers mocks base method.

func (*MockStore) GetAuthorizedWorkspaces

func (m *MockStore) GetAuthorizedWorkspaces(arg0 context.Context, arg1 database.GetWorkspacesParams, arg2 rbac.PreparedAuthorized) ([]database.GetWorkspacesRow, error)

GetAuthorizedWorkspaces mocks base method.

func (*MockStore) GetAuthorizedWorkspacesAndAgentsByOwnerID added in v2.18.0

func (m *MockStore) GetAuthorizedWorkspacesAndAgentsByOwnerID(arg0 context.Context, arg1 uuid.UUID, arg2 rbac.PreparedAuthorized) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error)

GetAuthorizedWorkspacesAndAgentsByOwnerID mocks base method.

func (*MockStore) GetCoordinatorResumeTokenSigningKey added in v2.15.0

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

GetCoordinatorResumeTokenSigningKey mocks base method.

func (*MockStore) GetCryptoKeyByFeatureAndSequence added in v2.16.0

func (m *MockStore) GetCryptoKeyByFeatureAndSequence(arg0 context.Context, arg1 database.GetCryptoKeyByFeatureAndSequenceParams) (database.CryptoKey, error)

GetCryptoKeyByFeatureAndSequence mocks base method.

func (*MockStore) GetCryptoKeys added in v2.16.0

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

GetCryptoKeys mocks base method.

func (*MockStore) GetCryptoKeysByFeature added in v2.16.0

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

GetCryptoKeysByFeature mocks base method.

func (*MockStore) GetDBCryptKeys added in v2.2.0

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

GetDBCryptKeys mocks base method.

func (*MockStore) GetDERPMeshKey

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

GetDERPMeshKey mocks base method.

func (*MockStore) GetDefaultOrganization added in v2.9.0

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

GetDefaultOrganization mocks base method.

func (*MockStore) GetDefaultProxyConfig

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

GetDefaultProxyConfig mocks base method.

func (*MockStore) GetDeploymentDAUs

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

GetDeploymentDAUs mocks base method.

func (*MockStore) GetDeploymentID

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

GetDeploymentID mocks base method.

func (*MockStore) GetDeploymentWorkspaceAgentStats

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

GetDeploymentWorkspaceAgentStats mocks base method.

func (*MockStore) GetDeploymentWorkspaceAgentUsageStats added in v2.16.0

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

GetDeploymentWorkspaceAgentUsageStats mocks base method.

func (*MockStore) GetDeploymentWorkspaceStats

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

GetDeploymentWorkspaceStats mocks base method.

func (*MockStore) GetEligibleProvisionerDaemonsByProvisionerJobIDs added in v2.18.1

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

GetEligibleProvisionerDaemonsByProvisionerJobIDs mocks base method.

GetExternalAuthLink mocks base method.

func (*MockStore) GetExternalAuthLinksByUserID added in v2.2.1

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

GetExternalAuthLinksByUserID mocks base method.

func (*MockStore) GetFailedWorkspaceBuildsByTemplateID added in v2.16.0

GetFailedWorkspaceBuildsByTemplateID mocks base method.

func (*MockStore) GetFileByHashAndCreator

func (m *MockStore) GetFileByHashAndCreator(arg0 context.Context, arg1 database.GetFileByHashAndCreatorParams) (database.File, error)

GetFileByHashAndCreator mocks base method.

func (*MockStore) GetFileByID

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

GetFileByID mocks base method.

func (*MockStore) GetFileTemplates

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

GetFileTemplates mocks base method.

func (*MockStore) GetGitSSHKey

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

GetGitSSHKey mocks base method.

func (*MockStore) GetGroupByID

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

GetGroupByID mocks base method.

func (*MockStore) GetGroupByOrgAndName

func (m *MockStore) GetGroupByOrgAndName(arg0 context.Context, arg1 database.GetGroupByOrgAndNameParams) (database.Group, error)

GetGroupByOrgAndName mocks base method.

func (*MockStore) GetGroupMembers

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

GetGroupMembers mocks base method.

func (*MockStore) GetGroupMembersByGroupID added in v2.13.0

func (m *MockStore) GetGroupMembersByGroupID(arg0 context.Context, arg1 uuid.UUID) ([]database.GroupMember, error)

GetGroupMembersByGroupID mocks base method.

func (*MockStore) GetGroupMembersCountByGroupID added in v2.15.0

func (m *MockStore) GetGroupMembersCountByGroupID(arg0 context.Context, arg1 uuid.UUID) (int64, error)

GetGroupMembersCountByGroupID mocks base method.

func (*MockStore) GetGroups added in v2.13.0

GetGroups mocks base method.

func (*MockStore) GetHealthSettings added in v2.5.0

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

GetHealthSettings mocks base method.

func (*MockStore) GetHungProvisionerJobs

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

GetHungProvisionerJobs mocks base method.

func (*MockStore) GetJFrogXrayScanByWorkspaceAndAgentID added in v2.8.0

func (m *MockStore) GetJFrogXrayScanByWorkspaceAndAgentID(arg0 context.Context, arg1 database.GetJFrogXrayScanByWorkspaceAndAgentIDParams) (database.JfrogXrayScan, error)

GetJFrogXrayScanByWorkspaceAndAgentID mocks base method.

func (*MockStore) GetLastUpdateCheck

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

GetLastUpdateCheck mocks base method.

func (*MockStore) GetLatestCryptoKeyByFeature added in v2.16.0

func (m *MockStore) GetLatestCryptoKeyByFeature(arg0 context.Context, arg1 database.CryptoKeyFeature) (database.CryptoKey, error)

GetLatestCryptoKeyByFeature mocks base method.

func (*MockStore) GetLatestWorkspaceBuildByWorkspaceID

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

GetLatestWorkspaceBuildByWorkspaceID mocks base method.

func (*MockStore) GetLatestWorkspaceBuilds

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

GetLatestWorkspaceBuilds mocks base method.

func (*MockStore) GetLatestWorkspaceBuildsByWorkspaceIDs

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

GetLatestWorkspaceBuildsByWorkspaceIDs mocks base method.

func (*MockStore) GetLicenseByID

func (m *MockStore) GetLicenseByID(arg0 context.Context, arg1 int32) (database.License, error)

GetLicenseByID mocks base method.

func (*MockStore) GetLicenses

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

GetLicenses mocks base method.

func (*MockStore) GetLogoURL

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

GetLogoURL mocks base method.

func (*MockStore) GetNotificationMessagesByStatus added in v2.14.0

func (m *MockStore) GetNotificationMessagesByStatus(arg0 context.Context, arg1 database.GetNotificationMessagesByStatusParams) ([]database.NotificationMessage, error)

GetNotificationMessagesByStatus mocks base method.

func (*MockStore) GetNotificationReportGeneratorLogByTemplate added in v2.16.0

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

GetNotificationReportGeneratorLogByTemplate mocks base method.

func (*MockStore) GetNotificationTemplateByID added in v2.15.0

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

GetNotificationTemplateByID mocks base method.

func (*MockStore) GetNotificationTemplatesByKind added in v2.15.0

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

GetNotificationTemplatesByKind mocks base method.

func (*MockStore) GetNotificationsSettings added in v2.14.0

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

GetNotificationsSettings mocks base method.

func (*MockStore) GetOAuth2ProviderAppByID added in v2.6.0

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

GetOAuth2ProviderAppByID mocks base method.

func (*MockStore) GetOAuth2ProviderAppCodeByID added in v2.9.0

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

GetOAuth2ProviderAppCodeByID mocks base method.

func (*MockStore) GetOAuth2ProviderAppCodeByPrefix added in v2.9.0

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

GetOAuth2ProviderAppCodeByPrefix mocks base method.

func (*MockStore) GetOAuth2ProviderAppSecretByID added in v2.6.0

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

GetOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore) GetOAuth2ProviderAppSecretByPrefix added in v2.9.0

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

GetOAuth2ProviderAppSecretByPrefix mocks base method.

func (*MockStore) GetOAuth2ProviderAppSecretsByAppID added in v2.6.0

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

GetOAuth2ProviderAppSecretsByAppID mocks base method.

func (*MockStore) GetOAuth2ProviderAppTokenByPrefix added in v2.9.0

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

GetOAuth2ProviderAppTokenByPrefix mocks base method.

func (*MockStore) GetOAuth2ProviderApps added in v2.6.0

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

GetOAuth2ProviderApps mocks base method.

func (*MockStore) GetOAuth2ProviderAppsByUserID added in v2.9.0

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

GetOAuth2ProviderAppsByUserID mocks base method.

func (*MockStore) GetOAuthSigningKey

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

GetOAuthSigningKey mocks base method.

func (*MockStore) GetOrganizationByID

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

GetOrganizationByID mocks base method.

func (*MockStore) GetOrganizationByName

func (m *MockStore) GetOrganizationByName(arg0 context.Context, arg1 string) (database.Organization, error)

GetOrganizationByName mocks base method.

func (*MockStore) GetOrganizationIDsByMemberIDs

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

GetOrganizationIDsByMemberIDs mocks base method.

func (*MockStore) GetOrganizations

func (m *MockStore) GetOrganizations(arg0 context.Context, arg1 database.GetOrganizationsParams) ([]database.Organization, error)

GetOrganizations mocks base method.

func (*MockStore) GetOrganizationsByUserID

func (m *MockStore) GetOrganizationsByUserID(arg0 context.Context, arg1 uuid.UUID) ([]database.Organization, error)

GetOrganizationsByUserID mocks base method.

func (*MockStore) GetParameterSchemasByJobID

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

GetParameterSchemasByJobID mocks base method.

func (*MockStore) GetPreviousTemplateVersion

func (m *MockStore) GetPreviousTemplateVersion(arg0 context.Context, arg1 database.GetPreviousTemplateVersionParams) (database.TemplateVersion, error)

GetPreviousTemplateVersion mocks base method.

func (*MockStore) GetProvisionerDaemons

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

GetProvisionerDaemons mocks base method.

func (*MockStore) GetProvisionerDaemonsByOrganization added in v2.14.0

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

GetProvisionerDaemonsByOrganization mocks base method.

func (*MockStore) GetProvisionerJobByID

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

GetProvisionerJobByID mocks base method.

func (*MockStore) GetProvisionerJobTimingsByJobID added in v2.16.0

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

GetProvisionerJobTimingsByJobID mocks base method.

func (*MockStore) GetProvisionerJobsByIDs

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

GetProvisionerJobsByIDs mocks base method.

func (*MockStore) GetProvisionerJobsByIDsWithQueuePosition

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

GetProvisionerJobsByIDsWithQueuePosition mocks base method.

func (*MockStore) GetProvisionerJobsCreatedAfter

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

GetProvisionerJobsCreatedAfter mocks base method.

func (*MockStore) GetProvisionerKeyByHashedSecret added in v2.14.0

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

GetProvisionerKeyByHashedSecret mocks base method.

func (*MockStore) GetProvisionerKeyByID added in v2.14.0

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

GetProvisionerKeyByID mocks base method.

func (*MockStore) GetProvisionerKeyByName added in v2.14.0

func (m *MockStore) GetProvisionerKeyByName(arg0 context.Context, arg1 database.GetProvisionerKeyByNameParams) (database.ProvisionerKey, error)

GetProvisionerKeyByName mocks base method.

func (*MockStore) GetProvisionerLogsAfterID

func (m *MockStore) GetProvisionerLogsAfterID(arg0 context.Context, arg1 database.GetProvisionerLogsAfterIDParams) ([]database.ProvisionerJobLog, error)

GetProvisionerLogsAfterID mocks base method.

func (*MockStore) GetQuotaAllowanceForUser

func (m *MockStore) GetQuotaAllowanceForUser(arg0 context.Context, arg1 database.GetQuotaAllowanceForUserParams) (int64, error)

GetQuotaAllowanceForUser mocks base method.

func (*MockStore) GetQuotaConsumedForUser

func (m *MockStore) GetQuotaConsumedForUser(arg0 context.Context, arg1 database.GetQuotaConsumedForUserParams) (int64, error)

GetQuotaConsumedForUser mocks base method.

func (*MockStore) GetReplicaByID

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

GetReplicaByID mocks base method.

func (*MockStore) GetReplicasUpdatedAfter

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

GetReplicasUpdatedAfter mocks base method.

func (*MockStore) GetRuntimeConfig added in v2.16.0

func (m *MockStore) GetRuntimeConfig(arg0 context.Context, arg1 string) (string, error)

GetRuntimeConfig mocks base method.

func (*MockStore) GetTailnetAgents

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

GetTailnetAgents mocks base method.

func (*MockStore) GetTailnetClientsForAgent

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

GetTailnetClientsForAgent mocks base method.

func (*MockStore) GetTailnetPeers added in v2.4.0

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

GetTailnetPeers mocks base method.

func (*MockStore) GetTailnetTunnelPeerBindings added in v2.4.0

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

GetTailnetTunnelPeerBindings mocks base method.

func (*MockStore) GetTailnetTunnelPeerIDs added in v2.4.0

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

GetTailnetTunnelPeerIDs mocks base method.

func (*MockStore) GetTemplateAppInsights

GetTemplateAppInsights mocks base method.

func (*MockStore) GetTemplateAppInsightsByTemplate added in v2.4.0

GetTemplateAppInsightsByTemplate mocks base method.

func (*MockStore) GetTemplateAverageBuildTime

GetTemplateAverageBuildTime mocks base method.

func (*MockStore) GetTemplateByID

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

GetTemplateByID mocks base method.

func (*MockStore) GetTemplateByOrganizationAndName

func (m *MockStore) GetTemplateByOrganizationAndName(arg0 context.Context, arg1 database.GetTemplateByOrganizationAndNameParams) (database.Template, error)

GetTemplateByOrganizationAndName mocks base method.

func (*MockStore) GetTemplateDAUs

GetTemplateDAUs mocks base method.

func (*MockStore) GetTemplateGroupRoles

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

GetTemplateGroupRoles mocks base method.

func (*MockStore) GetTemplateInsights

GetTemplateInsights mocks base method.

func (*MockStore) GetTemplateInsightsByInterval added in v2.2.0

GetTemplateInsightsByInterval mocks base method.

func (*MockStore) GetTemplateInsightsByTemplate added in v2.3.2

GetTemplateInsightsByTemplate mocks base method.

func (*MockStore) GetTemplateParameterInsights

GetTemplateParameterInsights mocks base method.

func (*MockStore) GetTemplateUsageStats added in v2.10.0

GetTemplateUsageStats mocks base method.

func (*MockStore) GetTemplateUserRoles

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

GetTemplateUserRoles mocks base method.

func (*MockStore) GetTemplateVersionByID

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

GetTemplateVersionByID mocks base method.

func (*MockStore) GetTemplateVersionByJobID

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

GetTemplateVersionByJobID mocks base method.

func (*MockStore) GetTemplateVersionByTemplateIDAndName

func (m *MockStore) GetTemplateVersionByTemplateIDAndName(arg0 context.Context, arg1 database.GetTemplateVersionByTemplateIDAndNameParams) (database.TemplateVersion, error)

GetTemplateVersionByTemplateIDAndName mocks base method.

func (*MockStore) GetTemplateVersionParameters

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

GetTemplateVersionParameters mocks base method.

func (*MockStore) GetTemplateVersionVariables

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

GetTemplateVersionVariables mocks base method.

func (*MockStore) GetTemplateVersionWorkspaceTags added in v2.12.0

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

GetTemplateVersionWorkspaceTags mocks base method.

func (*MockStore) GetTemplateVersionsByIDs

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

GetTemplateVersionsByIDs mocks base method.

func (*MockStore) GetTemplateVersionsByTemplateID

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

GetTemplateVersionsByTemplateID mocks base method.

func (*MockStore) GetTemplateVersionsCreatedAfter

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

GetTemplateVersionsCreatedAfter mocks base method.

func (*MockStore) GetTemplates

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

GetTemplates mocks base method.

func (*MockStore) GetTemplatesWithFilter

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

GetTemplatesWithFilter mocks base method.

func (*MockStore) GetUnexpiredLicenses

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

GetUnexpiredLicenses mocks base method.

func (*MockStore) GetUserActivityInsights added in v2.2.0

GetUserActivityInsights mocks base method.

func (*MockStore) GetUserByEmailOrUsername

func (m *MockStore) GetUserByEmailOrUsername(arg0 context.Context, arg1 database.GetUserByEmailOrUsernameParams) (database.User, error)

GetUserByEmailOrUsername mocks base method.

func (*MockStore) GetUserByID

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

GetUserByID mocks base method.

func (*MockStore) GetUserCount

func (m *MockStore) GetUserCount(arg0 context.Context) (int64, error)

GetUserCount mocks base method.

func (*MockStore) GetUserLatencyInsights

GetUserLatencyInsights mocks base method.

func (*MockStore) GetUserLinkByLinkedID

func (m *MockStore) GetUserLinkByLinkedID(arg0 context.Context, arg1 string) (database.UserLink, error)

GetUserLinkByLinkedID mocks base method.

func (*MockStore) GetUserLinkByUserIDLoginType

func (m *MockStore) GetUserLinkByUserIDLoginType(arg0 context.Context, arg1 database.GetUserLinkByUserIDLoginTypeParams) (database.UserLink, error)

GetUserLinkByUserIDLoginType mocks base method.

func (*MockStore) GetUserLinksByUserID added in v2.2.0

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

GetUserLinksByUserID mocks base method.

func (*MockStore) GetUserNotificationPreferences added in v2.15.0

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

GetUserNotificationPreferences mocks base method.

func (*MockStore) GetUserWorkspaceBuildParameters added in v2.8.0

GetUserWorkspaceBuildParameters mocks base method.

func (*MockStore) GetUsers

GetUsers mocks base method.

func (*MockStore) GetUsersByIDs

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

GetUsersByIDs mocks base method.

func (*MockStore) GetWorkspaceAgentAndLatestBuildByAuthToken added in v2.10.0

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

GetWorkspaceAgentAndLatestBuildByAuthToken mocks base method.

func (*MockStore) GetWorkspaceAgentByID

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

GetWorkspaceAgentByID mocks base method.

func (*MockStore) GetWorkspaceAgentByInstanceID

func (m *MockStore) GetWorkspaceAgentByInstanceID(arg0 context.Context, arg1 string) (database.WorkspaceAgent, error)

GetWorkspaceAgentByInstanceID mocks base method.

func (*MockStore) GetWorkspaceAgentLifecycleStateByID

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

GetWorkspaceAgentLifecycleStateByID mocks base method.

func (*MockStore) GetWorkspaceAgentLogSourcesByAgentIDs added in v2.2.0

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

GetWorkspaceAgentLogSourcesByAgentIDs mocks base method.

func (*MockStore) GetWorkspaceAgentLogsAfter

func (m *MockStore) GetWorkspaceAgentLogsAfter(arg0 context.Context, arg1 database.GetWorkspaceAgentLogsAfterParams) ([]database.WorkspaceAgentLog, error)

GetWorkspaceAgentLogsAfter mocks base method.

func (*MockStore) GetWorkspaceAgentMetadata

GetWorkspaceAgentMetadata mocks base method.

func (*MockStore) GetWorkspaceAgentPortShare added in v2.9.0

GetWorkspaceAgentPortShare mocks base method.

func (*MockStore) GetWorkspaceAgentScriptTimingsByBuildID added in v2.17.0

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

GetWorkspaceAgentScriptTimingsByBuildID mocks base method.

func (*MockStore) GetWorkspaceAgentScriptsByAgentIDs added in v2.2.0

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

GetWorkspaceAgentScriptsByAgentIDs mocks base method.

func (*MockStore) GetWorkspaceAgentStats

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

GetWorkspaceAgentStats mocks base method.

func (*MockStore) GetWorkspaceAgentStatsAndLabels

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

GetWorkspaceAgentStatsAndLabels mocks base method.

func (*MockStore) GetWorkspaceAgentUsageStats added in v2.16.0

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

GetWorkspaceAgentUsageStats mocks base method.

func (*MockStore) GetWorkspaceAgentUsageStatsAndLabels added in v2.16.0

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

GetWorkspaceAgentUsageStatsAndLabels mocks base method.

func (*MockStore) GetWorkspaceAgentsByResourceIDs

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

GetWorkspaceAgentsByResourceIDs mocks base method.

func (*MockStore) GetWorkspaceAgentsCreatedAfter

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

GetWorkspaceAgentsCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceAgentsInLatestBuildByWorkspaceID

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

GetWorkspaceAgentsInLatestBuildByWorkspaceID mocks base method.

func (*MockStore) GetWorkspaceAppByAgentIDAndSlug

func (m *MockStore) GetWorkspaceAppByAgentIDAndSlug(arg0 context.Context, arg1 database.GetWorkspaceAppByAgentIDAndSlugParams) (database.WorkspaceApp, error)

GetWorkspaceAppByAgentIDAndSlug mocks base method.

func (*MockStore) GetWorkspaceAppsByAgentID

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

GetWorkspaceAppsByAgentID mocks base method.

func (*MockStore) GetWorkspaceAppsByAgentIDs

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

GetWorkspaceAppsByAgentIDs mocks base method.

func (*MockStore) GetWorkspaceAppsCreatedAfter

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

GetWorkspaceAppsCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceBuildByID

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

GetWorkspaceBuildByID mocks base method.

func (*MockStore) GetWorkspaceBuildByJobID

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

GetWorkspaceBuildByJobID mocks base method.

func (*MockStore) GetWorkspaceBuildByWorkspaceIDAndBuildNumber

func (m *MockStore) GetWorkspaceBuildByWorkspaceIDAndBuildNumber(arg0 context.Context, arg1 database.GetWorkspaceBuildByWorkspaceIDAndBuildNumberParams) (database.WorkspaceBuild, error)

GetWorkspaceBuildByWorkspaceIDAndBuildNumber mocks base method.

func (*MockStore) GetWorkspaceBuildParameters

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

GetWorkspaceBuildParameters mocks base method.

func (*MockStore) GetWorkspaceBuildStatsByTemplates added in v2.16.0

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

GetWorkspaceBuildStatsByTemplates mocks base method.

func (*MockStore) GetWorkspaceBuildsByWorkspaceID

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

GetWorkspaceBuildsByWorkspaceID mocks base method.

func (*MockStore) GetWorkspaceBuildsCreatedAfter

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

GetWorkspaceBuildsCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceByAgentID

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

GetWorkspaceByAgentID mocks base method.

func (*MockStore) GetWorkspaceByID

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

GetWorkspaceByID mocks base method.

func (*MockStore) GetWorkspaceByOwnerIDAndName

func (m *MockStore) GetWorkspaceByOwnerIDAndName(arg0 context.Context, arg1 database.GetWorkspaceByOwnerIDAndNameParams) (database.Workspace, error)

GetWorkspaceByOwnerIDAndName mocks base method.

func (*MockStore) GetWorkspaceByWorkspaceAppID

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

GetWorkspaceByWorkspaceAppID mocks base method.

func (*MockStore) GetWorkspaceModulesByJobID added in v2.18.0

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

GetWorkspaceModulesByJobID mocks base method.

func (*MockStore) GetWorkspaceModulesCreatedAfter added in v2.18.0

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

GetWorkspaceModulesCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceProxies

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

GetWorkspaceProxies mocks base method.

func (*MockStore) GetWorkspaceProxyByHostname

func (m *MockStore) GetWorkspaceProxyByHostname(arg0 context.Context, arg1 database.GetWorkspaceProxyByHostnameParams) (database.WorkspaceProxy, error)

GetWorkspaceProxyByHostname mocks base method.

func (*MockStore) GetWorkspaceProxyByID

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

GetWorkspaceProxyByID mocks base method.

func (*MockStore) GetWorkspaceProxyByName

func (m *MockStore) GetWorkspaceProxyByName(arg0 context.Context, arg1 string) (database.WorkspaceProxy, error)

GetWorkspaceProxyByName mocks base method.

func (*MockStore) GetWorkspaceResourceByID

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

GetWorkspaceResourceByID mocks base method.

func (*MockStore) GetWorkspaceResourceMetadataByResourceIDs

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

GetWorkspaceResourceMetadataByResourceIDs mocks base method.

func (*MockStore) GetWorkspaceResourceMetadataCreatedAfter

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

GetWorkspaceResourceMetadataCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceResourcesByJobID

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

GetWorkspaceResourcesByJobID mocks base method.

func (*MockStore) GetWorkspaceResourcesByJobIDs

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

GetWorkspaceResourcesByJobIDs mocks base method.

func (*MockStore) GetWorkspaceResourcesCreatedAfter

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

GetWorkspaceResourcesCreatedAfter mocks base method.

func (*MockStore) GetWorkspaceUniqueOwnerCountByTemplateIDs added in v2.5.0

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

GetWorkspaceUniqueOwnerCountByTemplateIDs mocks base method.

func (*MockStore) GetWorkspaces

GetWorkspaces mocks base method.

func (*MockStore) GetWorkspacesAndAgentsByOwnerID added in v2.18.0

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

GetWorkspacesAndAgentsByOwnerID mocks base method.

func (*MockStore) GetWorkspacesEligibleForTransition

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

GetWorkspacesEligibleForTransition mocks base method.

func (*MockStore) InTx

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

InTx mocks base method.

func (*MockStore) InsertAPIKey

func (m *MockStore) InsertAPIKey(arg0 context.Context, arg1 database.InsertAPIKeyParams) (database.APIKey, error)

InsertAPIKey mocks base method.

func (*MockStore) InsertAllUsersGroup

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

InsertAllUsersGroup mocks base method.

func (*MockStore) InsertAuditLog

func (m *MockStore) InsertAuditLog(arg0 context.Context, arg1 database.InsertAuditLogParams) (database.AuditLog, error)

InsertAuditLog mocks base method.

func (*MockStore) InsertCryptoKey added in v2.16.0

func (m *MockStore) InsertCryptoKey(arg0 context.Context, arg1 database.InsertCryptoKeyParams) (database.CryptoKey, error)

InsertCryptoKey mocks base method.

func (*MockStore) InsertCustomRole added in v2.15.0

func (m *MockStore) InsertCustomRole(arg0 context.Context, arg1 database.InsertCustomRoleParams) (database.CustomRole, error)

InsertCustomRole mocks base method.

func (*MockStore) InsertDBCryptKey added in v2.2.0

func (m *MockStore) InsertDBCryptKey(arg0 context.Context, arg1 database.InsertDBCryptKeyParams) error

InsertDBCryptKey mocks base method.

func (*MockStore) InsertDERPMeshKey

func (m *MockStore) InsertDERPMeshKey(arg0 context.Context, arg1 string) error

InsertDERPMeshKey mocks base method.

func (*MockStore) InsertDeploymentID

func (m *MockStore) InsertDeploymentID(arg0 context.Context, arg1 string) error

InsertDeploymentID mocks base method.

InsertExternalAuthLink mocks base method.

func (*MockStore) InsertFile

func (m *MockStore) InsertFile(arg0 context.Context, arg1 database.InsertFileParams) (database.File, error)

InsertFile mocks base method.

func (*MockStore) InsertGitSSHKey

func (m *MockStore) InsertGitSSHKey(arg0 context.Context, arg1 database.InsertGitSSHKeyParams) (database.GitSSHKey, error)

InsertGitSSHKey mocks base method.

func (*MockStore) InsertGroup

func (m *MockStore) InsertGroup(arg0 context.Context, arg1 database.InsertGroupParams) (database.Group, error)

InsertGroup mocks base method.

func (*MockStore) InsertGroupMember

func (m *MockStore) InsertGroupMember(arg0 context.Context, arg1 database.InsertGroupMemberParams) error

InsertGroupMember mocks base method.

func (*MockStore) InsertLicense

func (m *MockStore) InsertLicense(arg0 context.Context, arg1 database.InsertLicenseParams) (database.License, error)

InsertLicense mocks base method.

func (*MockStore) InsertMissingGroups

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

InsertMissingGroups mocks base method.

func (*MockStore) InsertOAuth2ProviderApp added in v2.6.0

InsertOAuth2ProviderApp mocks base method.

func (*MockStore) InsertOAuth2ProviderAppCode added in v2.9.0

InsertOAuth2ProviderAppCode mocks base method.

func (*MockStore) InsertOAuth2ProviderAppSecret added in v2.6.0

InsertOAuth2ProviderAppSecret mocks base method.

func (*MockStore) InsertOAuth2ProviderAppToken added in v2.9.0

InsertOAuth2ProviderAppToken mocks base method.

func (*MockStore) InsertOrganization

InsertOrganization mocks base method.

func (*MockStore) InsertOrganizationMember

InsertOrganizationMember mocks base method.

func (*MockStore) InsertProvisionerJob

InsertProvisionerJob mocks base method.

func (*MockStore) InsertProvisionerJobLogs

func (m *MockStore) InsertProvisionerJobLogs(arg0 context.Context, arg1 database.InsertProvisionerJobLogsParams) ([]database.ProvisionerJobLog, error)

InsertProvisionerJobLogs mocks base method.

func (*MockStore) InsertProvisionerJobTimings added in v2.15.0

InsertProvisionerJobTimings mocks base method.

func (*MockStore) InsertProvisionerKey added in v2.14.0

InsertProvisionerKey mocks base method.

func (*MockStore) InsertReplica

func (m *MockStore) InsertReplica(arg0 context.Context, arg1 database.InsertReplicaParams) (database.Replica, error)

InsertReplica mocks base method.

func (*MockStore) InsertTemplate

func (m *MockStore) InsertTemplate(arg0 context.Context, arg1 database.InsertTemplateParams) error

InsertTemplate mocks base method.

func (*MockStore) InsertTemplateVersion

func (m *MockStore) InsertTemplateVersion(arg0 context.Context, arg1 database.InsertTemplateVersionParams) error

InsertTemplateVersion mocks base method.

func (*MockStore) InsertTemplateVersionParameter

InsertTemplateVersionParameter mocks base method.

func (*MockStore) InsertTemplateVersionVariable

InsertTemplateVersionVariable mocks base method.

func (*MockStore) InsertTemplateVersionWorkspaceTag added in v2.12.0

InsertTemplateVersionWorkspaceTag mocks base method.

func (*MockStore) InsertUser

func (m *MockStore) InsertUser(arg0 context.Context, arg1 database.InsertUserParams) (database.User, error)

InsertUser mocks base method.

func (*MockStore) InsertUserGroupsByID added in v2.16.0

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

InsertUserGroupsByID mocks base method.

func (*MockStore) InsertUserGroupsByName

func (m *MockStore) InsertUserGroupsByName(arg0 context.Context, arg1 database.InsertUserGroupsByNameParams) error

InsertUserGroupsByName mocks base method.

func (m *MockStore) InsertUserLink(arg0 context.Context, arg1 database.InsertUserLinkParams) (database.UserLink, error)

InsertUserLink mocks base method.

func (*MockStore) InsertWorkspace

InsertWorkspace mocks base method.

func (*MockStore) InsertWorkspaceAgent

InsertWorkspaceAgent mocks base method.

func (*MockStore) InsertWorkspaceAgentLogSources added in v2.2.0

InsertWorkspaceAgentLogSources mocks base method.

func (*MockStore) InsertWorkspaceAgentLogs

func (m *MockStore) InsertWorkspaceAgentLogs(arg0 context.Context, arg1 database.InsertWorkspaceAgentLogsParams) ([]database.WorkspaceAgentLog, error)

InsertWorkspaceAgentLogs mocks base method.

func (*MockStore) InsertWorkspaceAgentMetadata

func (m *MockStore) InsertWorkspaceAgentMetadata(arg0 context.Context, arg1 database.InsertWorkspaceAgentMetadataParams) error

InsertWorkspaceAgentMetadata mocks base method.

func (*MockStore) InsertWorkspaceAgentScriptTimings added in v2.16.0

InsertWorkspaceAgentScriptTimings mocks base method.

func (*MockStore) InsertWorkspaceAgentScripts added in v2.2.0

InsertWorkspaceAgentScripts mocks base method.

func (*MockStore) InsertWorkspaceAgentStats

func (m *MockStore) InsertWorkspaceAgentStats(arg0 context.Context, arg1 database.InsertWorkspaceAgentStatsParams) error

InsertWorkspaceAgentStats mocks base method.

func (*MockStore) InsertWorkspaceApp

InsertWorkspaceApp mocks base method.

func (*MockStore) InsertWorkspaceAppStats

func (m *MockStore) InsertWorkspaceAppStats(arg0 context.Context, arg1 database.InsertWorkspaceAppStatsParams) error

InsertWorkspaceAppStats mocks base method.

func (*MockStore) InsertWorkspaceBuild

func (m *MockStore) InsertWorkspaceBuild(arg0 context.Context, arg1 database.InsertWorkspaceBuildParams) error

InsertWorkspaceBuild mocks base method.

func (*MockStore) InsertWorkspaceBuildParameters

func (m *MockStore) InsertWorkspaceBuildParameters(arg0 context.Context, arg1 database.InsertWorkspaceBuildParametersParams) error

InsertWorkspaceBuildParameters mocks base method.

func (*MockStore) InsertWorkspaceModule added in v2.18.0

InsertWorkspaceModule mocks base method.

func (*MockStore) InsertWorkspaceProxy

InsertWorkspaceProxy mocks base method.

func (*MockStore) InsertWorkspaceResource

InsertWorkspaceResource mocks base method.

func (*MockStore) InsertWorkspaceResourceMetadata

InsertWorkspaceResourceMetadata mocks base method.

func (*MockStore) ListProvisionerKeysByOrganization added in v2.14.0

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

ListProvisionerKeysByOrganization mocks base method.

func (*MockStore) ListProvisionerKeysByOrganizationExcludeReserved added in v2.16.0

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

ListProvisionerKeysByOrganizationExcludeReserved mocks base method.

func (*MockStore) ListWorkspaceAgentPortShares added in v2.9.0

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

ListWorkspaceAgentPortShares mocks base method.

func (*MockStore) OIDCClaimFieldValues added in v2.18.0

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

OIDCClaimFieldValues mocks base method.

func (*MockStore) OIDCClaimFields added in v2.18.0

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

OIDCClaimFields mocks base method.

func (*MockStore) OrganizationMembers added in v2.13.0

OrganizationMembers mocks base method.

func (*MockStore) PGLocks added in v2.17.0

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

PGLocks mocks base method.

func (*MockStore) Ping

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

Ping mocks base method.

func (*MockStore) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate added in v2.9.0

func (m *MockStore) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(arg0 context.Context, arg1 uuid.UUID) error

ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate mocks base method.

func (*MockStore) RegisterWorkspaceProxy

RegisterWorkspaceProxy mocks base method.

func (*MockStore) RemoveUserFromAllGroups added in v2.9.0

func (m *MockStore) RemoveUserFromAllGroups(arg0 context.Context, arg1 uuid.UUID) error

RemoveUserFromAllGroups mocks base method.

func (*MockStore) RemoveUserFromGroups added in v2.16.0

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

RemoveUserFromGroups mocks base method.

func (*MockStore) RevokeDBCryptKey added in v2.2.0

func (m *MockStore) RevokeDBCryptKey(arg0 context.Context, arg1 string) error

RevokeDBCryptKey mocks base method.

func (*MockStore) TryAcquireLock

func (m *MockStore) TryAcquireLock(arg0 context.Context, arg1 int64) (bool, error)

TryAcquireLock mocks base method.

func (*MockStore) UnarchiveTemplateVersion added in v2.3.0

func (m *MockStore) UnarchiveTemplateVersion(arg0 context.Context, arg1 database.UnarchiveTemplateVersionParams) error

UnarchiveTemplateVersion mocks base method.

func (*MockStore) UnfavoriteWorkspace added in v2.8.0

func (m *MockStore) UnfavoriteWorkspace(arg0 context.Context, arg1 uuid.UUID) error

UnfavoriteWorkspace mocks base method.

func (*MockStore) UpdateAPIKeyByID

func (m *MockStore) UpdateAPIKeyByID(arg0 context.Context, arg1 database.UpdateAPIKeyByIDParams) error

UpdateAPIKeyByID mocks base method.

func (*MockStore) UpdateCryptoKeyDeletesAt added in v2.16.0

func (m *MockStore) UpdateCryptoKeyDeletesAt(arg0 context.Context, arg1 database.UpdateCryptoKeyDeletesAtParams) (database.CryptoKey, error)

UpdateCryptoKeyDeletesAt mocks base method.

func (*MockStore) UpdateCustomRole added in v2.15.0

func (m *MockStore) UpdateCustomRole(arg0 context.Context, arg1 database.UpdateCustomRoleParams) (database.CustomRole, error)

UpdateCustomRole mocks base method.

UpdateExternalAuthLink mocks base method.

func (*MockStore) UpdateExternalAuthLinkRefreshToken added in v2.18.0

func (m *MockStore) UpdateExternalAuthLinkRefreshToken(arg0 context.Context, arg1 database.UpdateExternalAuthLinkRefreshTokenParams) error

UpdateExternalAuthLinkRefreshToken mocks base method.

func (*MockStore) UpdateGitSSHKey

func (m *MockStore) UpdateGitSSHKey(arg0 context.Context, arg1 database.UpdateGitSSHKeyParams) (database.GitSSHKey, error)

UpdateGitSSHKey mocks base method.

func (*MockStore) UpdateGroupByID

func (m *MockStore) UpdateGroupByID(arg0 context.Context, arg1 database.UpdateGroupByIDParams) (database.Group, error)

UpdateGroupByID mocks base method.

func (*MockStore) UpdateInactiveUsersToDormant

UpdateInactiveUsersToDormant mocks base method.

func (*MockStore) UpdateMemberRoles

UpdateMemberRoles mocks base method.

func (*MockStore) UpdateNotificationTemplateMethodByID added in v2.15.0

func (m *MockStore) UpdateNotificationTemplateMethodByID(arg0 context.Context, arg1 database.UpdateNotificationTemplateMethodByIDParams) (database.NotificationTemplate, error)

UpdateNotificationTemplateMethodByID mocks base method.

func (*MockStore) UpdateOAuth2ProviderAppByID added in v2.6.0

UpdateOAuth2ProviderAppByID mocks base method.

func (*MockStore) UpdateOAuth2ProviderAppSecretByID added in v2.6.0

UpdateOAuth2ProviderAppSecretByID mocks base method.

func (*MockStore) UpdateOrganization added in v2.12.0

UpdateOrganization mocks base method.

func (*MockStore) UpdateProvisionerDaemonLastSeenAt added in v2.6.0

func (m *MockStore) UpdateProvisionerDaemonLastSeenAt(arg0 context.Context, arg1 database.UpdateProvisionerDaemonLastSeenAtParams) error

UpdateProvisionerDaemonLastSeenAt mocks base method.

func (*MockStore) UpdateProvisionerJobByID

func (m *MockStore) UpdateProvisionerJobByID(arg0 context.Context, arg1 database.UpdateProvisionerJobByIDParams) error

UpdateProvisionerJobByID mocks base method.

func (*MockStore) UpdateProvisionerJobWithCancelByID

func (m *MockStore) UpdateProvisionerJobWithCancelByID(arg0 context.Context, arg1 database.UpdateProvisionerJobWithCancelByIDParams) error

UpdateProvisionerJobWithCancelByID mocks base method.

func (*MockStore) UpdateProvisionerJobWithCompleteByID

func (m *MockStore) UpdateProvisionerJobWithCompleteByID(arg0 context.Context, arg1 database.UpdateProvisionerJobWithCompleteByIDParams) error

UpdateProvisionerJobWithCompleteByID mocks base method.

func (*MockStore) UpdateReplica

func (m *MockStore) UpdateReplica(arg0 context.Context, arg1 database.UpdateReplicaParams) (database.Replica, error)

UpdateReplica mocks base method.

func (*MockStore) UpdateTailnetPeerStatusByCoordinator added in v2.15.0

func (m *MockStore) UpdateTailnetPeerStatusByCoordinator(arg0 context.Context, arg1 database.UpdateTailnetPeerStatusByCoordinatorParams) error

UpdateTailnetPeerStatusByCoordinator mocks base method.

func (*MockStore) UpdateTemplateACLByID

func (m *MockStore) UpdateTemplateACLByID(arg0 context.Context, arg1 database.UpdateTemplateACLByIDParams) error

UpdateTemplateACLByID mocks base method.

func (*MockStore) UpdateTemplateAccessControlByID added in v2.3.2

func (m *MockStore) UpdateTemplateAccessControlByID(arg0 context.Context, arg1 database.UpdateTemplateAccessControlByIDParams) error

UpdateTemplateAccessControlByID mocks base method.

func (*MockStore) UpdateTemplateActiveVersionByID

func (m *MockStore) UpdateTemplateActiveVersionByID(arg0 context.Context, arg1 database.UpdateTemplateActiveVersionByIDParams) error

UpdateTemplateActiveVersionByID mocks base method.

func (*MockStore) UpdateTemplateDeletedByID

func (m *MockStore) UpdateTemplateDeletedByID(arg0 context.Context, arg1 database.UpdateTemplateDeletedByIDParams) error

UpdateTemplateDeletedByID mocks base method.

func (*MockStore) UpdateTemplateMetaByID

func (m *MockStore) UpdateTemplateMetaByID(arg0 context.Context, arg1 database.UpdateTemplateMetaByIDParams) error

UpdateTemplateMetaByID mocks base method.

func (*MockStore) UpdateTemplateScheduleByID

func (m *MockStore) UpdateTemplateScheduleByID(arg0 context.Context, arg1 database.UpdateTemplateScheduleByIDParams) error

UpdateTemplateScheduleByID mocks base method.

func (*MockStore) UpdateTemplateVersionByID

func (m *MockStore) UpdateTemplateVersionByID(arg0 context.Context, arg1 database.UpdateTemplateVersionByIDParams) error

UpdateTemplateVersionByID mocks base method.

func (*MockStore) UpdateTemplateVersionDescriptionByJobID

func (m *MockStore) UpdateTemplateVersionDescriptionByJobID(arg0 context.Context, arg1 database.UpdateTemplateVersionDescriptionByJobIDParams) error

UpdateTemplateVersionDescriptionByJobID mocks base method.

func (*MockStore) UpdateTemplateVersionExternalAuthProvidersByJobID added in v2.2.1

func (m *MockStore) UpdateTemplateVersionExternalAuthProvidersByJobID(arg0 context.Context, arg1 database.UpdateTemplateVersionExternalAuthProvidersByJobIDParams) error

UpdateTemplateVersionExternalAuthProvidersByJobID mocks base method.

func (*MockStore) UpdateTemplateWorkspacesLastUsedAt added in v2.1.2

func (m *MockStore) UpdateTemplateWorkspacesLastUsedAt(arg0 context.Context, arg1 database.UpdateTemplateWorkspacesLastUsedAtParams) error

UpdateTemplateWorkspacesLastUsedAt mocks base method.

func (*MockStore) UpdateUserAppearanceSettings added in v2.5.1

func (m *MockStore) UpdateUserAppearanceSettings(arg0 context.Context, arg1 database.UpdateUserAppearanceSettingsParams) (database.User, error)

UpdateUserAppearanceSettings mocks base method.

func (*MockStore) UpdateUserDeletedByID

func (m *MockStore) UpdateUserDeletedByID(arg0 context.Context, arg1 uuid.UUID) error

UpdateUserDeletedByID mocks base method.

func (*MockStore) UpdateUserGithubComUserID added in v2.14.0

func (m *MockStore) UpdateUserGithubComUserID(arg0 context.Context, arg1 database.UpdateUserGithubComUserIDParams) error

UpdateUserGithubComUserID mocks base method.

func (*MockStore) UpdateUserHashedOneTimePasscode added in v2.17.0

func (m *MockStore) UpdateUserHashedOneTimePasscode(arg0 context.Context, arg1 database.UpdateUserHashedOneTimePasscodeParams) error

UpdateUserHashedOneTimePasscode mocks base method.

func (*MockStore) UpdateUserHashedPassword

func (m *MockStore) UpdateUserHashedPassword(arg0 context.Context, arg1 database.UpdateUserHashedPasswordParams) error

UpdateUserHashedPassword mocks base method.

func (*MockStore) UpdateUserLastSeenAt

func (m *MockStore) UpdateUserLastSeenAt(arg0 context.Context, arg1 database.UpdateUserLastSeenAtParams) (database.User, error)

UpdateUserLastSeenAt mocks base method.

func (m *MockStore) UpdateUserLink(arg0 context.Context, arg1 database.UpdateUserLinkParams) (database.UserLink, error)

UpdateUserLink mocks base method.

func (*MockStore) UpdateUserLinkedID

func (m *MockStore) UpdateUserLinkedID(arg0 context.Context, arg1 database.UpdateUserLinkedIDParams) (database.UserLink, error)

UpdateUserLinkedID mocks base method.

func (*MockStore) UpdateUserLoginType

func (m *MockStore) UpdateUserLoginType(arg0 context.Context, arg1 database.UpdateUserLoginTypeParams) (database.User, error)

UpdateUserLoginType mocks base method.

func (*MockStore) UpdateUserNotificationPreferences added in v2.15.0

func (m *MockStore) UpdateUserNotificationPreferences(arg0 context.Context, arg1 database.UpdateUserNotificationPreferencesParams) (int64, error)

UpdateUserNotificationPreferences mocks base method.

func (*MockStore) UpdateUserProfile

func (m *MockStore) UpdateUserProfile(arg0 context.Context, arg1 database.UpdateUserProfileParams) (database.User, error)

UpdateUserProfile mocks base method.

func (*MockStore) UpdateUserQuietHoursSchedule

func (m *MockStore) UpdateUserQuietHoursSchedule(arg0 context.Context, arg1 database.UpdateUserQuietHoursScheduleParams) (database.User, error)

UpdateUserQuietHoursSchedule mocks base method.

func (*MockStore) UpdateUserRoles

func (m *MockStore) UpdateUserRoles(arg0 context.Context, arg1 database.UpdateUserRolesParams) (database.User, error)

UpdateUserRoles mocks base method.

func (*MockStore) UpdateUserStatus

func (m *MockStore) UpdateUserStatus(arg0 context.Context, arg1 database.UpdateUserStatusParams) (database.User, error)

UpdateUserStatus mocks base method.

func (*MockStore) UpdateWorkspace

UpdateWorkspace mocks base method.

func (*MockStore) UpdateWorkspaceAgentConnectionByID

func (m *MockStore) UpdateWorkspaceAgentConnectionByID(arg0 context.Context, arg1 database.UpdateWorkspaceAgentConnectionByIDParams) error

UpdateWorkspaceAgentConnectionByID mocks base method.

func (*MockStore) UpdateWorkspaceAgentLifecycleStateByID

func (m *MockStore) UpdateWorkspaceAgentLifecycleStateByID(arg0 context.Context, arg1 database.UpdateWorkspaceAgentLifecycleStateByIDParams) error

UpdateWorkspaceAgentLifecycleStateByID mocks base method.

func (*MockStore) UpdateWorkspaceAgentLogOverflowByID

func (m *MockStore) UpdateWorkspaceAgentLogOverflowByID(arg0 context.Context, arg1 database.UpdateWorkspaceAgentLogOverflowByIDParams) error

UpdateWorkspaceAgentLogOverflowByID mocks base method.

func (*MockStore) UpdateWorkspaceAgentMetadata

func (m *MockStore) UpdateWorkspaceAgentMetadata(arg0 context.Context, arg1 database.UpdateWorkspaceAgentMetadataParams) error

UpdateWorkspaceAgentMetadata mocks base method.

func (*MockStore) UpdateWorkspaceAgentStartupByID

func (m *MockStore) UpdateWorkspaceAgentStartupByID(arg0 context.Context, arg1 database.UpdateWorkspaceAgentStartupByIDParams) error

UpdateWorkspaceAgentStartupByID mocks base method.

func (*MockStore) UpdateWorkspaceAppHealthByID

func (m *MockStore) UpdateWorkspaceAppHealthByID(arg0 context.Context, arg1 database.UpdateWorkspaceAppHealthByIDParams) error

UpdateWorkspaceAppHealthByID mocks base method.

func (*MockStore) UpdateWorkspaceAutomaticUpdates added in v2.3.0

func (m *MockStore) UpdateWorkspaceAutomaticUpdates(arg0 context.Context, arg1 database.UpdateWorkspaceAutomaticUpdatesParams) error

UpdateWorkspaceAutomaticUpdates mocks base method.

func (*MockStore) UpdateWorkspaceAutostart

func (m *MockStore) UpdateWorkspaceAutostart(arg0 context.Context, arg1 database.UpdateWorkspaceAutostartParams) error

UpdateWorkspaceAutostart mocks base method.

func (*MockStore) UpdateWorkspaceBuildCostByID

func (m *MockStore) UpdateWorkspaceBuildCostByID(arg0 context.Context, arg1 database.UpdateWorkspaceBuildCostByIDParams) error

UpdateWorkspaceBuildCostByID mocks base method.

func (*MockStore) UpdateWorkspaceBuildDeadlineByID added in v2.2.0

func (m *MockStore) UpdateWorkspaceBuildDeadlineByID(arg0 context.Context, arg1 database.UpdateWorkspaceBuildDeadlineByIDParams) error

UpdateWorkspaceBuildDeadlineByID mocks base method.

func (*MockStore) UpdateWorkspaceBuildProvisionerStateByID added in v2.2.0

func (m *MockStore) UpdateWorkspaceBuildProvisionerStateByID(arg0 context.Context, arg1 database.UpdateWorkspaceBuildProvisionerStateByIDParams) error

UpdateWorkspaceBuildProvisionerStateByID mocks base method.

func (*MockStore) UpdateWorkspaceDeletedByID

func (m *MockStore) UpdateWorkspaceDeletedByID(arg0 context.Context, arg1 database.UpdateWorkspaceDeletedByIDParams) error

UpdateWorkspaceDeletedByID mocks base method.

func (*MockStore) UpdateWorkspaceDormantDeletingAt added in v2.1.4

func (m *MockStore) UpdateWorkspaceDormantDeletingAt(arg0 context.Context, arg1 database.UpdateWorkspaceDormantDeletingAtParams) (database.WorkspaceTable, error)

UpdateWorkspaceDormantDeletingAt mocks base method.

func (*MockStore) UpdateWorkspaceLastUsedAt

func (m *MockStore) UpdateWorkspaceLastUsedAt(arg0 context.Context, arg1 database.UpdateWorkspaceLastUsedAtParams) error

UpdateWorkspaceLastUsedAt mocks base method.

func (*MockStore) UpdateWorkspaceProxy

UpdateWorkspaceProxy mocks base method.

func (*MockStore) UpdateWorkspaceProxyDeleted

func (m *MockStore) UpdateWorkspaceProxyDeleted(arg0 context.Context, arg1 database.UpdateWorkspaceProxyDeletedParams) error

UpdateWorkspaceProxyDeleted mocks base method.

func (*MockStore) UpdateWorkspaceTTL

func (m *MockStore) UpdateWorkspaceTTL(arg0 context.Context, arg1 database.UpdateWorkspaceTTLParams) error

UpdateWorkspaceTTL mocks base method.

func (*MockStore) UpdateWorkspacesDormantDeletingAtByTemplateID added in v2.1.4

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

UpdateWorkspacesDormantDeletingAtByTemplateID mocks base method.

func (*MockStore) UpsertAnnouncementBanners added in v2.12.0

func (m *MockStore) UpsertAnnouncementBanners(arg0 context.Context, arg1 string) error

UpsertAnnouncementBanners mocks base method.

func (*MockStore) UpsertAppSecurityKey

func (m *MockStore) UpsertAppSecurityKey(arg0 context.Context, arg1 string) error

UpsertAppSecurityKey mocks base method.

func (*MockStore) UpsertApplicationName added in v2.2.0

func (m *MockStore) UpsertApplicationName(arg0 context.Context, arg1 string) error

UpsertApplicationName mocks base method.

func (*MockStore) UpsertCoordinatorResumeTokenSigningKey added in v2.15.0

func (m *MockStore) UpsertCoordinatorResumeTokenSigningKey(arg0 context.Context, arg1 string) error

UpsertCoordinatorResumeTokenSigningKey mocks base method.

func (*MockStore) UpsertDefaultProxy

func (m *MockStore) UpsertDefaultProxy(arg0 context.Context, arg1 database.UpsertDefaultProxyParams) error

UpsertDefaultProxy mocks base method.

func (*MockStore) UpsertHealthSettings added in v2.5.0

func (m *MockStore) UpsertHealthSettings(arg0 context.Context, arg1 string) error

UpsertHealthSettings mocks base method.

func (*MockStore) UpsertJFrogXrayScanByWorkspaceAndAgentID added in v2.8.0

func (m *MockStore) UpsertJFrogXrayScanByWorkspaceAndAgentID(arg0 context.Context, arg1 database.UpsertJFrogXrayScanByWorkspaceAndAgentIDParams) error

UpsertJFrogXrayScanByWorkspaceAndAgentID mocks base method.

func (*MockStore) UpsertLastUpdateCheck

func (m *MockStore) UpsertLastUpdateCheck(arg0 context.Context, arg1 string) error

UpsertLastUpdateCheck mocks base method.

func (*MockStore) UpsertLogoURL

func (m *MockStore) UpsertLogoURL(arg0 context.Context, arg1 string) error

UpsertLogoURL mocks base method.

func (*MockStore) UpsertNotificationReportGeneratorLog added in v2.16.0

func (m *MockStore) UpsertNotificationReportGeneratorLog(arg0 context.Context, arg1 database.UpsertNotificationReportGeneratorLogParams) error

UpsertNotificationReportGeneratorLog mocks base method.

func (*MockStore) UpsertNotificationsSettings added in v2.14.0

func (m *MockStore) UpsertNotificationsSettings(arg0 context.Context, arg1 string) error

UpsertNotificationsSettings mocks base method.

func (*MockStore) UpsertOAuthSigningKey

func (m *MockStore) UpsertOAuthSigningKey(arg0 context.Context, arg1 string) error

UpsertOAuthSigningKey mocks base method.

func (*MockStore) UpsertProvisionerDaemon added in v2.5.1

UpsertProvisionerDaemon mocks base method.

func (*MockStore) UpsertRuntimeConfig added in v2.16.0

func (m *MockStore) UpsertRuntimeConfig(arg0 context.Context, arg1 database.UpsertRuntimeConfigParams) error

UpsertRuntimeConfig mocks base method.

func (*MockStore) UpsertTailnetAgent

UpsertTailnetAgent mocks base method.

func (*MockStore) UpsertTailnetClient

UpsertTailnetClient mocks base method.

func (*MockStore) UpsertTailnetClientSubscription added in v2.2.0

func (m *MockStore) UpsertTailnetClientSubscription(arg0 context.Context, arg1 database.UpsertTailnetClientSubscriptionParams) error

UpsertTailnetClientSubscription mocks base method.

func (*MockStore) UpsertTailnetCoordinator

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

UpsertTailnetCoordinator mocks base method.

func (*MockStore) UpsertTailnetPeer added in v2.4.0

func (m *MockStore) UpsertTailnetPeer(arg0 context.Context, arg1 database.UpsertTailnetPeerParams) (database.TailnetPeer, error)

UpsertTailnetPeer mocks base method.

func (*MockStore) UpsertTailnetTunnel added in v2.4.0

UpsertTailnetTunnel mocks base method.

func (*MockStore) UpsertTemplateUsageStats added in v2.10.0

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

UpsertTemplateUsageStats mocks base method.

func (*MockStore) UpsertWorkspaceAgentPortShare added in v2.9.0

UpsertWorkspaceAgentPortShare mocks base method.

func (*MockStore) Wrappers

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

Wrappers mocks base method.

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore.

func (*MockStoreMockRecorder) AcquireLock

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

AcquireLock indicates an expected call of AcquireLock.

func (*MockStoreMockRecorder) AcquireNotificationMessages added in v2.13.0

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

AcquireNotificationMessages indicates an expected call of AcquireNotificationMessages.

func (*MockStoreMockRecorder) AcquireProvisionerJob

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

AcquireProvisionerJob indicates an expected call of AcquireProvisionerJob.

func (*MockStoreMockRecorder) ActivityBumpWorkspace added in v2.2.0

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

ActivityBumpWorkspace indicates an expected call of ActivityBumpWorkspace.

func (*MockStoreMockRecorder) AllUserIDs added in v2.2.0

func (mr *MockStoreMockRecorder) AllUserIDs(arg0 any) *gomock.Call

AllUserIDs indicates an expected call of AllUserIDs.

func (*MockStoreMockRecorder) ArchiveUnusedTemplateVersions added in v2.3.0

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

ArchiveUnusedTemplateVersions indicates an expected call of ArchiveUnusedTemplateVersions.

func (*MockStoreMockRecorder) BatchUpdateWorkspaceLastUsedAt added in v2.7.0

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

BatchUpdateWorkspaceLastUsedAt indicates an expected call of BatchUpdateWorkspaceLastUsedAt.

func (*MockStoreMockRecorder) BulkMarkNotificationMessagesFailed added in v2.13.0

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

BulkMarkNotificationMessagesFailed indicates an expected call of BulkMarkNotificationMessagesFailed.

func (*MockStoreMockRecorder) BulkMarkNotificationMessagesSent added in v2.13.0

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

BulkMarkNotificationMessagesSent indicates an expected call of BulkMarkNotificationMessagesSent.

func (*MockStoreMockRecorder) CleanTailnetCoordinators

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

CleanTailnetCoordinators indicates an expected call of CleanTailnetCoordinators.

func (*MockStoreMockRecorder) CleanTailnetLostPeers added in v2.5.0

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

CleanTailnetLostPeers indicates an expected call of CleanTailnetLostPeers.

func (*MockStoreMockRecorder) CleanTailnetTunnels added in v2.5.0

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

CleanTailnetTunnels indicates an expected call of CleanTailnetTunnels.

func (*MockStoreMockRecorder) CustomRoles added in v2.12.0

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

CustomRoles indicates an expected call of CustomRoles.

func (*MockStoreMockRecorder) DeleteAPIKeyByID

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

DeleteAPIKeyByID indicates an expected call of DeleteAPIKeyByID.

func (*MockStoreMockRecorder) DeleteAPIKeysByUserID

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

DeleteAPIKeysByUserID indicates an expected call of DeleteAPIKeysByUserID.

func (*MockStoreMockRecorder) DeleteAllTailnetClientSubscriptions added in v2.2.0

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

DeleteAllTailnetClientSubscriptions indicates an expected call of DeleteAllTailnetClientSubscriptions.

func (*MockStoreMockRecorder) DeleteAllTailnetTunnels added in v2.4.0

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

DeleteAllTailnetTunnels indicates an expected call of DeleteAllTailnetTunnels.

func (*MockStoreMockRecorder) DeleteApplicationConnectAPIKeysByUserID

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

DeleteApplicationConnectAPIKeysByUserID indicates an expected call of DeleteApplicationConnectAPIKeysByUserID.

func (*MockStoreMockRecorder) DeleteCoordinator

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

DeleteCoordinator indicates an expected call of DeleteCoordinator.

func (*MockStoreMockRecorder) DeleteCryptoKey added in v2.16.0

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

DeleteCryptoKey indicates an expected call of DeleteCryptoKey.

func (*MockStoreMockRecorder) DeleteCustomRole added in v2.15.0

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

DeleteCustomRole indicates an expected call of DeleteCustomRole.

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

DeleteExternalAuthLink indicates an expected call of DeleteExternalAuthLink.

func (*MockStoreMockRecorder) DeleteGitSSHKey

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

DeleteGitSSHKey indicates an expected call of DeleteGitSSHKey.

func (*MockStoreMockRecorder) DeleteGroupByID

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

DeleteGroupByID indicates an expected call of DeleteGroupByID.

func (*MockStoreMockRecorder) DeleteGroupMemberFromGroup

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

DeleteGroupMemberFromGroup indicates an expected call of DeleteGroupMemberFromGroup.

func (*MockStoreMockRecorder) DeleteLicense

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

DeleteLicense indicates an expected call of DeleteLicense.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppByID added in v2.6.0

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

DeleteOAuth2ProviderAppByID indicates an expected call of DeleteOAuth2ProviderAppByID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppCodeByID added in v2.9.0

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

DeleteOAuth2ProviderAppCodeByID indicates an expected call of DeleteOAuth2ProviderAppCodeByID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppCodesByAppAndUserID added in v2.9.0

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

DeleteOAuth2ProviderAppCodesByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppCodesByAppAndUserID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppSecretByID added in v2.6.0

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

DeleteOAuth2ProviderAppSecretByID indicates an expected call of DeleteOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder) DeleteOAuth2ProviderAppTokensByAppAndUserID added in v2.9.0

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

DeleteOAuth2ProviderAppTokensByAppAndUserID indicates an expected call of DeleteOAuth2ProviderAppTokensByAppAndUserID.

func (*MockStoreMockRecorder) DeleteOldNotificationMessages added in v2.13.0

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

DeleteOldNotificationMessages indicates an expected call of DeleteOldNotificationMessages.

func (*MockStoreMockRecorder) DeleteOldProvisionerDaemons added in v2.5.0

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

DeleteOldProvisionerDaemons indicates an expected call of DeleteOldProvisionerDaemons.

func (*MockStoreMockRecorder) DeleteOldWorkspaceAgentLogs

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

DeleteOldWorkspaceAgentLogs indicates an expected call of DeleteOldWorkspaceAgentLogs.

func (*MockStoreMockRecorder) DeleteOldWorkspaceAgentStats

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

DeleteOldWorkspaceAgentStats indicates an expected call of DeleteOldWorkspaceAgentStats.

func (*MockStoreMockRecorder) DeleteOrganization added in v2.12.0

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

DeleteOrganization indicates an expected call of DeleteOrganization.

func (*MockStoreMockRecorder) DeleteOrganizationMember added in v2.13.0

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

DeleteOrganizationMember indicates an expected call of DeleteOrganizationMember.

func (*MockStoreMockRecorder) DeleteProvisionerKey added in v2.14.0

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

DeleteProvisionerKey indicates an expected call of DeleteProvisionerKey.

func (*MockStoreMockRecorder) DeleteReplicasUpdatedBefore

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

DeleteReplicasUpdatedBefore indicates an expected call of DeleteReplicasUpdatedBefore.

func (*MockStoreMockRecorder) DeleteRuntimeConfig added in v2.16.0

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

DeleteRuntimeConfig indicates an expected call of DeleteRuntimeConfig.

func (*MockStoreMockRecorder) DeleteTailnetAgent

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

DeleteTailnetAgent indicates an expected call of DeleteTailnetAgent.

func (*MockStoreMockRecorder) DeleteTailnetClient

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

DeleteTailnetClient indicates an expected call of DeleteTailnetClient.

func (*MockStoreMockRecorder) DeleteTailnetClientSubscription added in v2.2.0

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

DeleteTailnetClientSubscription indicates an expected call of DeleteTailnetClientSubscription.

func (*MockStoreMockRecorder) DeleteTailnetPeer added in v2.4.0

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

DeleteTailnetPeer indicates an expected call of DeleteTailnetPeer.

func (*MockStoreMockRecorder) DeleteTailnetTunnel added in v2.4.0

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

DeleteTailnetTunnel indicates an expected call of DeleteTailnetTunnel.

func (*MockStoreMockRecorder) DeleteWorkspaceAgentPortShare added in v2.9.0

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

DeleteWorkspaceAgentPortShare indicates an expected call of DeleteWorkspaceAgentPortShare.

func (*MockStoreMockRecorder) DeleteWorkspaceAgentPortSharesByTemplate added in v2.9.0

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

DeleteWorkspaceAgentPortSharesByTemplate indicates an expected call of DeleteWorkspaceAgentPortSharesByTemplate.

func (*MockStoreMockRecorder) EnqueueNotificationMessage added in v2.13.0

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

EnqueueNotificationMessage indicates an expected call of EnqueueNotificationMessage.

func (*MockStoreMockRecorder) FavoriteWorkspace added in v2.8.0

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

FavoriteWorkspace indicates an expected call of FavoriteWorkspace.

func (*MockStoreMockRecorder) FetchNewMessageMetadata added in v2.13.0

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

FetchNewMessageMetadata indicates an expected call of FetchNewMessageMetadata.

func (*MockStoreMockRecorder) GetAPIKeyByID

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

GetAPIKeyByID indicates an expected call of GetAPIKeyByID.

func (*MockStoreMockRecorder) GetAPIKeyByName

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

GetAPIKeyByName indicates an expected call of GetAPIKeyByName.

func (*MockStoreMockRecorder) GetAPIKeysByLoginType

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

GetAPIKeysByLoginType indicates an expected call of GetAPIKeysByLoginType.

func (*MockStoreMockRecorder) GetAPIKeysByUserID

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

GetAPIKeysByUserID indicates an expected call of GetAPIKeysByUserID.

func (*MockStoreMockRecorder) GetAPIKeysLastUsedAfter

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

GetAPIKeysLastUsedAfter indicates an expected call of GetAPIKeysLastUsedAfter.

func (*MockStoreMockRecorder) GetActiveUserCount

func (mr *MockStoreMockRecorder) GetActiveUserCount(arg0 any) *gomock.Call

GetActiveUserCount indicates an expected call of GetActiveUserCount.

func (*MockStoreMockRecorder) GetActiveWorkspaceBuildsByTemplateID

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

GetActiveWorkspaceBuildsByTemplateID indicates an expected call of GetActiveWorkspaceBuildsByTemplateID.

func (*MockStoreMockRecorder) GetAllTailnetAgents

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

GetAllTailnetAgents indicates an expected call of GetAllTailnetAgents.

func (*MockStoreMockRecorder) GetAllTailnetCoordinators added in v2.5.0

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

GetAllTailnetCoordinators indicates an expected call of GetAllTailnetCoordinators.

func (*MockStoreMockRecorder) GetAllTailnetPeers added in v2.5.0

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

GetAllTailnetPeers indicates an expected call of GetAllTailnetPeers.

func (*MockStoreMockRecorder) GetAllTailnetTunnels added in v2.5.0

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

GetAllTailnetTunnels indicates an expected call of GetAllTailnetTunnels.

func (*MockStoreMockRecorder) GetAnnouncementBanners added in v2.12.0

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

GetAnnouncementBanners indicates an expected call of GetAnnouncementBanners.

func (*MockStoreMockRecorder) GetAppSecurityKey

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

GetAppSecurityKey indicates an expected call of GetAppSecurityKey.

func (*MockStoreMockRecorder) GetApplicationName added in v2.2.0

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

GetApplicationName indicates an expected call of GetApplicationName.

func (*MockStoreMockRecorder) GetAuditLogsOffset

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

GetAuditLogsOffset indicates an expected call of GetAuditLogsOffset.

func (*MockStoreMockRecorder) GetAuthorizationUserRoles

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

GetAuthorizationUserRoles indicates an expected call of GetAuthorizationUserRoles.

func (*MockStoreMockRecorder) GetAuthorizedAuditLogsOffset added in v2.14.0

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

GetAuthorizedAuditLogsOffset indicates an expected call of GetAuthorizedAuditLogsOffset.

func (*MockStoreMockRecorder) GetAuthorizedTemplates

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

GetAuthorizedTemplates indicates an expected call of GetAuthorizedTemplates.

func (*MockStoreMockRecorder) GetAuthorizedUsers

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

GetAuthorizedUsers indicates an expected call of GetAuthorizedUsers.

func (*MockStoreMockRecorder) GetAuthorizedWorkspaces

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

GetAuthorizedWorkspaces indicates an expected call of GetAuthorizedWorkspaces.

func (*MockStoreMockRecorder) GetAuthorizedWorkspacesAndAgentsByOwnerID added in v2.18.0

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

GetAuthorizedWorkspacesAndAgentsByOwnerID indicates an expected call of GetAuthorizedWorkspacesAndAgentsByOwnerID.

func (*MockStoreMockRecorder) GetCoordinatorResumeTokenSigningKey added in v2.15.0

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

GetCoordinatorResumeTokenSigningKey indicates an expected call of GetCoordinatorResumeTokenSigningKey.

func (*MockStoreMockRecorder) GetCryptoKeyByFeatureAndSequence added in v2.16.0

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

GetCryptoKeyByFeatureAndSequence indicates an expected call of GetCryptoKeyByFeatureAndSequence.

func (*MockStoreMockRecorder) GetCryptoKeys added in v2.16.0

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

GetCryptoKeys indicates an expected call of GetCryptoKeys.

func (*MockStoreMockRecorder) GetCryptoKeysByFeature added in v2.16.0

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

GetCryptoKeysByFeature indicates an expected call of GetCryptoKeysByFeature.

func (*MockStoreMockRecorder) GetDBCryptKeys added in v2.2.0

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

GetDBCryptKeys indicates an expected call of GetDBCryptKeys.

func (*MockStoreMockRecorder) GetDERPMeshKey

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

GetDERPMeshKey indicates an expected call of GetDERPMeshKey.

func (*MockStoreMockRecorder) GetDefaultOrganization added in v2.9.0

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

GetDefaultOrganization indicates an expected call of GetDefaultOrganization.

func (*MockStoreMockRecorder) GetDefaultProxyConfig

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

GetDefaultProxyConfig indicates an expected call of GetDefaultProxyConfig.

func (*MockStoreMockRecorder) GetDeploymentDAUs

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

GetDeploymentDAUs indicates an expected call of GetDeploymentDAUs.

func (*MockStoreMockRecorder) GetDeploymentID

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

GetDeploymentID indicates an expected call of GetDeploymentID.

func (*MockStoreMockRecorder) GetDeploymentWorkspaceAgentStats

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

GetDeploymentWorkspaceAgentStats indicates an expected call of GetDeploymentWorkspaceAgentStats.

func (*MockStoreMockRecorder) GetDeploymentWorkspaceAgentUsageStats added in v2.16.0

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

GetDeploymentWorkspaceAgentUsageStats indicates an expected call of GetDeploymentWorkspaceAgentUsageStats.

func (*MockStoreMockRecorder) GetDeploymentWorkspaceStats

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

GetDeploymentWorkspaceStats indicates an expected call of GetDeploymentWorkspaceStats.

func (*MockStoreMockRecorder) GetEligibleProvisionerDaemonsByProvisionerJobIDs added in v2.18.1

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

GetEligibleProvisionerDaemonsByProvisionerJobIDs indicates an expected call of GetEligibleProvisionerDaemonsByProvisionerJobIDs.

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

GetExternalAuthLink indicates an expected call of GetExternalAuthLink.

func (*MockStoreMockRecorder) GetExternalAuthLinksByUserID added in v2.2.1

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

GetExternalAuthLinksByUserID indicates an expected call of GetExternalAuthLinksByUserID.

func (*MockStoreMockRecorder) GetFailedWorkspaceBuildsByTemplateID added in v2.16.0

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

GetFailedWorkspaceBuildsByTemplateID indicates an expected call of GetFailedWorkspaceBuildsByTemplateID.

func (*MockStoreMockRecorder) GetFileByHashAndCreator

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

GetFileByHashAndCreator indicates an expected call of GetFileByHashAndCreator.

func (*MockStoreMockRecorder) GetFileByID

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

GetFileByID indicates an expected call of GetFileByID.

func (*MockStoreMockRecorder) GetFileTemplates

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

GetFileTemplates indicates an expected call of GetFileTemplates.

func (*MockStoreMockRecorder) GetGitSSHKey

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

GetGitSSHKey indicates an expected call of GetGitSSHKey.

func (*MockStoreMockRecorder) GetGroupByID

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

GetGroupByID indicates an expected call of GetGroupByID.

func (*MockStoreMockRecorder) GetGroupByOrgAndName

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

GetGroupByOrgAndName indicates an expected call of GetGroupByOrgAndName.

func (*MockStoreMockRecorder) GetGroupMembers

func (mr *MockStoreMockRecorder) GetGroupMembers(arg0 any) *gomock.Call

GetGroupMembers indicates an expected call of GetGroupMembers.

func (*MockStoreMockRecorder) GetGroupMembersByGroupID added in v2.13.0

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

GetGroupMembersByGroupID indicates an expected call of GetGroupMembersByGroupID.

func (*MockStoreMockRecorder) GetGroupMembersCountByGroupID added in v2.15.0

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

GetGroupMembersCountByGroupID indicates an expected call of GetGroupMembersCountByGroupID.

func (*MockStoreMockRecorder) GetGroups added in v2.13.0

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

GetGroups indicates an expected call of GetGroups.

func (*MockStoreMockRecorder) GetHealthSettings added in v2.5.0

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

GetHealthSettings indicates an expected call of GetHealthSettings.

func (*MockStoreMockRecorder) GetHungProvisionerJobs

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

GetHungProvisionerJobs indicates an expected call of GetHungProvisionerJobs.

func (*MockStoreMockRecorder) GetJFrogXrayScanByWorkspaceAndAgentID added in v2.8.0

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

GetJFrogXrayScanByWorkspaceAndAgentID indicates an expected call of GetJFrogXrayScanByWorkspaceAndAgentID.

func (*MockStoreMockRecorder) GetLastUpdateCheck

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

GetLastUpdateCheck indicates an expected call of GetLastUpdateCheck.

func (*MockStoreMockRecorder) GetLatestCryptoKeyByFeature added in v2.16.0

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

GetLatestCryptoKeyByFeature indicates an expected call of GetLatestCryptoKeyByFeature.

func (*MockStoreMockRecorder) GetLatestWorkspaceBuildByWorkspaceID

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

GetLatestWorkspaceBuildByWorkspaceID indicates an expected call of GetLatestWorkspaceBuildByWorkspaceID.

func (*MockStoreMockRecorder) GetLatestWorkspaceBuilds

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

GetLatestWorkspaceBuilds indicates an expected call of GetLatestWorkspaceBuilds.

func (*MockStoreMockRecorder) GetLatestWorkspaceBuildsByWorkspaceIDs

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

GetLatestWorkspaceBuildsByWorkspaceIDs indicates an expected call of GetLatestWorkspaceBuildsByWorkspaceIDs.

func (*MockStoreMockRecorder) GetLicenseByID

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

GetLicenseByID indicates an expected call of GetLicenseByID.

func (*MockStoreMockRecorder) GetLicenses

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

GetLicenses indicates an expected call of GetLicenses.

func (*MockStoreMockRecorder) GetLogoURL

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

GetLogoURL indicates an expected call of GetLogoURL.

func (*MockStoreMockRecorder) GetNotificationMessagesByStatus added in v2.14.0

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

GetNotificationMessagesByStatus indicates an expected call of GetNotificationMessagesByStatus.

func (*MockStoreMockRecorder) GetNotificationReportGeneratorLogByTemplate added in v2.16.0

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

GetNotificationReportGeneratorLogByTemplate indicates an expected call of GetNotificationReportGeneratorLogByTemplate.

func (*MockStoreMockRecorder) GetNotificationTemplateByID added in v2.15.0

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

GetNotificationTemplateByID indicates an expected call of GetNotificationTemplateByID.

func (*MockStoreMockRecorder) GetNotificationTemplatesByKind added in v2.15.0

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

GetNotificationTemplatesByKind indicates an expected call of GetNotificationTemplatesByKind.

func (*MockStoreMockRecorder) GetNotificationsSettings added in v2.14.0

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

GetNotificationsSettings indicates an expected call of GetNotificationsSettings.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppByID added in v2.6.0

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

GetOAuth2ProviderAppByID indicates an expected call of GetOAuth2ProviderAppByID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppCodeByID added in v2.9.0

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

GetOAuth2ProviderAppCodeByID indicates an expected call of GetOAuth2ProviderAppCodeByID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppCodeByPrefix added in v2.9.0

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

GetOAuth2ProviderAppCodeByPrefix indicates an expected call of GetOAuth2ProviderAppCodeByPrefix.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppSecretByID added in v2.6.0

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

GetOAuth2ProviderAppSecretByID indicates an expected call of GetOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppSecretByPrefix added in v2.9.0

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

GetOAuth2ProviderAppSecretByPrefix indicates an expected call of GetOAuth2ProviderAppSecretByPrefix.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppSecretsByAppID added in v2.6.0

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

GetOAuth2ProviderAppSecretsByAppID indicates an expected call of GetOAuth2ProviderAppSecretsByAppID.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppTokenByPrefix added in v2.9.0

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

GetOAuth2ProviderAppTokenByPrefix indicates an expected call of GetOAuth2ProviderAppTokenByPrefix.

func (*MockStoreMockRecorder) GetOAuth2ProviderApps added in v2.6.0

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

GetOAuth2ProviderApps indicates an expected call of GetOAuth2ProviderApps.

func (*MockStoreMockRecorder) GetOAuth2ProviderAppsByUserID added in v2.9.0

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

GetOAuth2ProviderAppsByUserID indicates an expected call of GetOAuth2ProviderAppsByUserID.

func (*MockStoreMockRecorder) GetOAuthSigningKey

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

GetOAuthSigningKey indicates an expected call of GetOAuthSigningKey.

func (*MockStoreMockRecorder) GetOrganizationByID

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

GetOrganizationByID indicates an expected call of GetOrganizationByID.

func (*MockStoreMockRecorder) GetOrganizationByName

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

GetOrganizationByName indicates an expected call of GetOrganizationByName.

func (*MockStoreMockRecorder) GetOrganizationIDsByMemberIDs

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

GetOrganizationIDsByMemberIDs indicates an expected call of GetOrganizationIDsByMemberIDs.

func (*MockStoreMockRecorder) GetOrganizations

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

GetOrganizations indicates an expected call of GetOrganizations.

func (*MockStoreMockRecorder) GetOrganizationsByUserID

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

GetOrganizationsByUserID indicates an expected call of GetOrganizationsByUserID.

func (*MockStoreMockRecorder) GetParameterSchemasByJobID

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

GetParameterSchemasByJobID indicates an expected call of GetParameterSchemasByJobID.

func (*MockStoreMockRecorder) GetPreviousTemplateVersion

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

GetPreviousTemplateVersion indicates an expected call of GetPreviousTemplateVersion.

func (*MockStoreMockRecorder) GetProvisionerDaemons

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

GetProvisionerDaemons indicates an expected call of GetProvisionerDaemons.

func (*MockStoreMockRecorder) GetProvisionerDaemonsByOrganization added in v2.14.0

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

GetProvisionerDaemonsByOrganization indicates an expected call of GetProvisionerDaemonsByOrganization.

func (*MockStoreMockRecorder) GetProvisionerJobByID

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

GetProvisionerJobByID indicates an expected call of GetProvisionerJobByID.

func (*MockStoreMockRecorder) GetProvisionerJobTimingsByJobID added in v2.16.0

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

GetProvisionerJobTimingsByJobID indicates an expected call of GetProvisionerJobTimingsByJobID.

func (*MockStoreMockRecorder) GetProvisionerJobsByIDs

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

GetProvisionerJobsByIDs indicates an expected call of GetProvisionerJobsByIDs.

func (*MockStoreMockRecorder) GetProvisionerJobsByIDsWithQueuePosition

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

GetProvisionerJobsByIDsWithQueuePosition indicates an expected call of GetProvisionerJobsByIDsWithQueuePosition.

func (*MockStoreMockRecorder) GetProvisionerJobsCreatedAfter

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

GetProvisionerJobsCreatedAfter indicates an expected call of GetProvisionerJobsCreatedAfter.

func (*MockStoreMockRecorder) GetProvisionerKeyByHashedSecret added in v2.14.0

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

GetProvisionerKeyByHashedSecret indicates an expected call of GetProvisionerKeyByHashedSecret.

func (*MockStoreMockRecorder) GetProvisionerKeyByID added in v2.14.0

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

GetProvisionerKeyByID indicates an expected call of GetProvisionerKeyByID.

func (*MockStoreMockRecorder) GetProvisionerKeyByName added in v2.14.0

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

GetProvisionerKeyByName indicates an expected call of GetProvisionerKeyByName.

func (*MockStoreMockRecorder) GetProvisionerLogsAfterID

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

GetProvisionerLogsAfterID indicates an expected call of GetProvisionerLogsAfterID.

func (*MockStoreMockRecorder) GetQuotaAllowanceForUser

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

GetQuotaAllowanceForUser indicates an expected call of GetQuotaAllowanceForUser.

func (*MockStoreMockRecorder) GetQuotaConsumedForUser

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

GetQuotaConsumedForUser indicates an expected call of GetQuotaConsumedForUser.

func (*MockStoreMockRecorder) GetReplicaByID

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

GetReplicaByID indicates an expected call of GetReplicaByID.

func (*MockStoreMockRecorder) GetReplicasUpdatedAfter

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

GetReplicasUpdatedAfter indicates an expected call of GetReplicasUpdatedAfter.

func (*MockStoreMockRecorder) GetRuntimeConfig added in v2.16.0

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

GetRuntimeConfig indicates an expected call of GetRuntimeConfig.

func (*MockStoreMockRecorder) GetTailnetAgents

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

GetTailnetAgents indicates an expected call of GetTailnetAgents.

func (*MockStoreMockRecorder) GetTailnetClientsForAgent

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

GetTailnetClientsForAgent indicates an expected call of GetTailnetClientsForAgent.

func (*MockStoreMockRecorder) GetTailnetPeers added in v2.4.0

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

GetTailnetPeers indicates an expected call of GetTailnetPeers.

func (*MockStoreMockRecorder) GetTailnetTunnelPeerBindings added in v2.4.0

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

GetTailnetTunnelPeerBindings indicates an expected call of GetTailnetTunnelPeerBindings.

func (*MockStoreMockRecorder) GetTailnetTunnelPeerIDs added in v2.4.0

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

GetTailnetTunnelPeerIDs indicates an expected call of GetTailnetTunnelPeerIDs.

func (*MockStoreMockRecorder) GetTemplateAppInsights

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

GetTemplateAppInsights indicates an expected call of GetTemplateAppInsights.

func (*MockStoreMockRecorder) GetTemplateAppInsightsByTemplate added in v2.4.0

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

GetTemplateAppInsightsByTemplate indicates an expected call of GetTemplateAppInsightsByTemplate.

func (*MockStoreMockRecorder) GetTemplateAverageBuildTime

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

GetTemplateAverageBuildTime indicates an expected call of GetTemplateAverageBuildTime.

func (*MockStoreMockRecorder) GetTemplateByID

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

GetTemplateByID indicates an expected call of GetTemplateByID.

func (*MockStoreMockRecorder) GetTemplateByOrganizationAndName

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

GetTemplateByOrganizationAndName indicates an expected call of GetTemplateByOrganizationAndName.

func (*MockStoreMockRecorder) GetTemplateDAUs

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

GetTemplateDAUs indicates an expected call of GetTemplateDAUs.

func (*MockStoreMockRecorder) GetTemplateGroupRoles

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

GetTemplateGroupRoles indicates an expected call of GetTemplateGroupRoles.

func (*MockStoreMockRecorder) GetTemplateInsights

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

GetTemplateInsights indicates an expected call of GetTemplateInsights.

func (*MockStoreMockRecorder) GetTemplateInsightsByInterval added in v2.2.0

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

GetTemplateInsightsByInterval indicates an expected call of GetTemplateInsightsByInterval.

func (*MockStoreMockRecorder) GetTemplateInsightsByTemplate added in v2.3.2

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

GetTemplateInsightsByTemplate indicates an expected call of GetTemplateInsightsByTemplate.

func (*MockStoreMockRecorder) GetTemplateParameterInsights

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

GetTemplateParameterInsights indicates an expected call of GetTemplateParameterInsights.

func (*MockStoreMockRecorder) GetTemplateUsageStats added in v2.10.0

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

GetTemplateUsageStats indicates an expected call of GetTemplateUsageStats.

func (*MockStoreMockRecorder) GetTemplateUserRoles

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

GetTemplateUserRoles indicates an expected call of GetTemplateUserRoles.

func (*MockStoreMockRecorder) GetTemplateVersionByID

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

GetTemplateVersionByID indicates an expected call of GetTemplateVersionByID.

func (*MockStoreMockRecorder) GetTemplateVersionByJobID

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

GetTemplateVersionByJobID indicates an expected call of GetTemplateVersionByJobID.

func (*MockStoreMockRecorder) GetTemplateVersionByTemplateIDAndName

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

GetTemplateVersionByTemplateIDAndName indicates an expected call of GetTemplateVersionByTemplateIDAndName.

func (*MockStoreMockRecorder) GetTemplateVersionParameters

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

GetTemplateVersionParameters indicates an expected call of GetTemplateVersionParameters.

func (*MockStoreMockRecorder) GetTemplateVersionVariables

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

GetTemplateVersionVariables indicates an expected call of GetTemplateVersionVariables.

func (*MockStoreMockRecorder) GetTemplateVersionWorkspaceTags added in v2.12.0

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

GetTemplateVersionWorkspaceTags indicates an expected call of GetTemplateVersionWorkspaceTags.

func (*MockStoreMockRecorder) GetTemplateVersionsByIDs

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

GetTemplateVersionsByIDs indicates an expected call of GetTemplateVersionsByIDs.

func (*MockStoreMockRecorder) GetTemplateVersionsByTemplateID

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

GetTemplateVersionsByTemplateID indicates an expected call of GetTemplateVersionsByTemplateID.

func (*MockStoreMockRecorder) GetTemplateVersionsCreatedAfter

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

GetTemplateVersionsCreatedAfter indicates an expected call of GetTemplateVersionsCreatedAfter.

func (*MockStoreMockRecorder) GetTemplates

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

GetTemplates indicates an expected call of GetTemplates.

func (*MockStoreMockRecorder) GetTemplatesWithFilter

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

GetTemplatesWithFilter indicates an expected call of GetTemplatesWithFilter.

func (*MockStoreMockRecorder) GetUnexpiredLicenses

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

GetUnexpiredLicenses indicates an expected call of GetUnexpiredLicenses.

func (*MockStoreMockRecorder) GetUserActivityInsights added in v2.2.0

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

GetUserActivityInsights indicates an expected call of GetUserActivityInsights.

func (*MockStoreMockRecorder) GetUserByEmailOrUsername

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

GetUserByEmailOrUsername indicates an expected call of GetUserByEmailOrUsername.

func (*MockStoreMockRecorder) GetUserByID

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

GetUserByID indicates an expected call of GetUserByID.

func (*MockStoreMockRecorder) GetUserCount

func (mr *MockStoreMockRecorder) GetUserCount(arg0 any) *gomock.Call

GetUserCount indicates an expected call of GetUserCount.

func (*MockStoreMockRecorder) GetUserLatencyInsights

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

GetUserLatencyInsights indicates an expected call of GetUserLatencyInsights.

func (*MockStoreMockRecorder) GetUserLinkByLinkedID

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

GetUserLinkByLinkedID indicates an expected call of GetUserLinkByLinkedID.

func (*MockStoreMockRecorder) GetUserLinkByUserIDLoginType

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

GetUserLinkByUserIDLoginType indicates an expected call of GetUserLinkByUserIDLoginType.

func (*MockStoreMockRecorder) GetUserLinksByUserID added in v2.2.0

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

GetUserLinksByUserID indicates an expected call of GetUserLinksByUserID.

func (*MockStoreMockRecorder) GetUserNotificationPreferences added in v2.15.0

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

GetUserNotificationPreferences indicates an expected call of GetUserNotificationPreferences.

func (*MockStoreMockRecorder) GetUserWorkspaceBuildParameters added in v2.8.0

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

GetUserWorkspaceBuildParameters indicates an expected call of GetUserWorkspaceBuildParameters.

func (*MockStoreMockRecorder) GetUsers

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

GetUsers indicates an expected call of GetUsers.

func (*MockStoreMockRecorder) GetUsersByIDs

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

GetUsersByIDs indicates an expected call of GetUsersByIDs.

func (*MockStoreMockRecorder) GetWorkspaceAgentAndLatestBuildByAuthToken added in v2.10.0

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

GetWorkspaceAgentAndLatestBuildByAuthToken indicates an expected call of GetWorkspaceAgentAndLatestBuildByAuthToken.

func (*MockStoreMockRecorder) GetWorkspaceAgentByID

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

GetWorkspaceAgentByID indicates an expected call of GetWorkspaceAgentByID.

func (*MockStoreMockRecorder) GetWorkspaceAgentByInstanceID

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

GetWorkspaceAgentByInstanceID indicates an expected call of GetWorkspaceAgentByInstanceID.

func (*MockStoreMockRecorder) GetWorkspaceAgentLifecycleStateByID

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

GetWorkspaceAgentLifecycleStateByID indicates an expected call of GetWorkspaceAgentLifecycleStateByID.

func (*MockStoreMockRecorder) GetWorkspaceAgentLogSourcesByAgentIDs added in v2.2.0

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

GetWorkspaceAgentLogSourcesByAgentIDs indicates an expected call of GetWorkspaceAgentLogSourcesByAgentIDs.

func (*MockStoreMockRecorder) GetWorkspaceAgentLogsAfter

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

GetWorkspaceAgentLogsAfter indicates an expected call of GetWorkspaceAgentLogsAfter.

func (*MockStoreMockRecorder) GetWorkspaceAgentMetadata

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

GetWorkspaceAgentMetadata indicates an expected call of GetWorkspaceAgentMetadata.

func (*MockStoreMockRecorder) GetWorkspaceAgentPortShare added in v2.9.0

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

GetWorkspaceAgentPortShare indicates an expected call of GetWorkspaceAgentPortShare.

func (*MockStoreMockRecorder) GetWorkspaceAgentScriptTimingsByBuildID added in v2.17.0

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

GetWorkspaceAgentScriptTimingsByBuildID indicates an expected call of GetWorkspaceAgentScriptTimingsByBuildID.

func (*MockStoreMockRecorder) GetWorkspaceAgentScriptsByAgentIDs added in v2.2.0

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

GetWorkspaceAgentScriptsByAgentIDs indicates an expected call of GetWorkspaceAgentScriptsByAgentIDs.

func (*MockStoreMockRecorder) GetWorkspaceAgentStats

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

GetWorkspaceAgentStats indicates an expected call of GetWorkspaceAgentStats.

func (*MockStoreMockRecorder) GetWorkspaceAgentStatsAndLabels

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

GetWorkspaceAgentStatsAndLabels indicates an expected call of GetWorkspaceAgentStatsAndLabels.

func (*MockStoreMockRecorder) GetWorkspaceAgentUsageStats added in v2.16.0

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

GetWorkspaceAgentUsageStats indicates an expected call of GetWorkspaceAgentUsageStats.

func (*MockStoreMockRecorder) GetWorkspaceAgentUsageStatsAndLabels added in v2.16.0

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

GetWorkspaceAgentUsageStatsAndLabels indicates an expected call of GetWorkspaceAgentUsageStatsAndLabels.

func (*MockStoreMockRecorder) GetWorkspaceAgentsByResourceIDs

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

GetWorkspaceAgentsByResourceIDs indicates an expected call of GetWorkspaceAgentsByResourceIDs.

func (*MockStoreMockRecorder) GetWorkspaceAgentsCreatedAfter

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

GetWorkspaceAgentsCreatedAfter indicates an expected call of GetWorkspaceAgentsCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceAgentsInLatestBuildByWorkspaceID

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

GetWorkspaceAgentsInLatestBuildByWorkspaceID indicates an expected call of GetWorkspaceAgentsInLatestBuildByWorkspaceID.

func (*MockStoreMockRecorder) GetWorkspaceAppByAgentIDAndSlug

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

GetWorkspaceAppByAgentIDAndSlug indicates an expected call of GetWorkspaceAppByAgentIDAndSlug.

func (*MockStoreMockRecorder) GetWorkspaceAppsByAgentID

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

GetWorkspaceAppsByAgentID indicates an expected call of GetWorkspaceAppsByAgentID.

func (*MockStoreMockRecorder) GetWorkspaceAppsByAgentIDs

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

GetWorkspaceAppsByAgentIDs indicates an expected call of GetWorkspaceAppsByAgentIDs.

func (*MockStoreMockRecorder) GetWorkspaceAppsCreatedAfter

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

GetWorkspaceAppsCreatedAfter indicates an expected call of GetWorkspaceAppsCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceBuildByID

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

GetWorkspaceBuildByID indicates an expected call of GetWorkspaceBuildByID.

func (*MockStoreMockRecorder) GetWorkspaceBuildByJobID

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

GetWorkspaceBuildByJobID indicates an expected call of GetWorkspaceBuildByJobID.

func (*MockStoreMockRecorder) GetWorkspaceBuildByWorkspaceIDAndBuildNumber

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

GetWorkspaceBuildByWorkspaceIDAndBuildNumber indicates an expected call of GetWorkspaceBuildByWorkspaceIDAndBuildNumber.

func (*MockStoreMockRecorder) GetWorkspaceBuildParameters

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

GetWorkspaceBuildParameters indicates an expected call of GetWorkspaceBuildParameters.

func (*MockStoreMockRecorder) GetWorkspaceBuildStatsByTemplates added in v2.16.0

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

GetWorkspaceBuildStatsByTemplates indicates an expected call of GetWorkspaceBuildStatsByTemplates.

func (*MockStoreMockRecorder) GetWorkspaceBuildsByWorkspaceID

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

GetWorkspaceBuildsByWorkspaceID indicates an expected call of GetWorkspaceBuildsByWorkspaceID.

func (*MockStoreMockRecorder) GetWorkspaceBuildsCreatedAfter

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

GetWorkspaceBuildsCreatedAfter indicates an expected call of GetWorkspaceBuildsCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceByAgentID

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

GetWorkspaceByAgentID indicates an expected call of GetWorkspaceByAgentID.

func (*MockStoreMockRecorder) GetWorkspaceByID

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

GetWorkspaceByID indicates an expected call of GetWorkspaceByID.

func (*MockStoreMockRecorder) GetWorkspaceByOwnerIDAndName

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

GetWorkspaceByOwnerIDAndName indicates an expected call of GetWorkspaceByOwnerIDAndName.

func (*MockStoreMockRecorder) GetWorkspaceByWorkspaceAppID

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

GetWorkspaceByWorkspaceAppID indicates an expected call of GetWorkspaceByWorkspaceAppID.

func (*MockStoreMockRecorder) GetWorkspaceModulesByJobID added in v2.18.0

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

GetWorkspaceModulesByJobID indicates an expected call of GetWorkspaceModulesByJobID.

func (*MockStoreMockRecorder) GetWorkspaceModulesCreatedAfter added in v2.18.0

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

GetWorkspaceModulesCreatedAfter indicates an expected call of GetWorkspaceModulesCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceProxies

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

GetWorkspaceProxies indicates an expected call of GetWorkspaceProxies.

func (*MockStoreMockRecorder) GetWorkspaceProxyByHostname

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

GetWorkspaceProxyByHostname indicates an expected call of GetWorkspaceProxyByHostname.

func (*MockStoreMockRecorder) GetWorkspaceProxyByID

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

GetWorkspaceProxyByID indicates an expected call of GetWorkspaceProxyByID.

func (*MockStoreMockRecorder) GetWorkspaceProxyByName

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

GetWorkspaceProxyByName indicates an expected call of GetWorkspaceProxyByName.

func (*MockStoreMockRecorder) GetWorkspaceResourceByID

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

GetWorkspaceResourceByID indicates an expected call of GetWorkspaceResourceByID.

func (*MockStoreMockRecorder) GetWorkspaceResourceMetadataByResourceIDs

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

GetWorkspaceResourceMetadataByResourceIDs indicates an expected call of GetWorkspaceResourceMetadataByResourceIDs.

func (*MockStoreMockRecorder) GetWorkspaceResourceMetadataCreatedAfter

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

GetWorkspaceResourceMetadataCreatedAfter indicates an expected call of GetWorkspaceResourceMetadataCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceResourcesByJobID

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

GetWorkspaceResourcesByJobID indicates an expected call of GetWorkspaceResourcesByJobID.

func (*MockStoreMockRecorder) GetWorkspaceResourcesByJobIDs

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

GetWorkspaceResourcesByJobIDs indicates an expected call of GetWorkspaceResourcesByJobIDs.

func (*MockStoreMockRecorder) GetWorkspaceResourcesCreatedAfter

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

GetWorkspaceResourcesCreatedAfter indicates an expected call of GetWorkspaceResourcesCreatedAfter.

func (*MockStoreMockRecorder) GetWorkspaceUniqueOwnerCountByTemplateIDs added in v2.5.0

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

GetWorkspaceUniqueOwnerCountByTemplateIDs indicates an expected call of GetWorkspaceUniqueOwnerCountByTemplateIDs.

func (*MockStoreMockRecorder) GetWorkspaces

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

GetWorkspaces indicates an expected call of GetWorkspaces.

func (*MockStoreMockRecorder) GetWorkspacesAndAgentsByOwnerID added in v2.18.0

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

GetWorkspacesAndAgentsByOwnerID indicates an expected call of GetWorkspacesAndAgentsByOwnerID.

func (*MockStoreMockRecorder) GetWorkspacesEligibleForTransition

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

GetWorkspacesEligibleForTransition indicates an expected call of GetWorkspacesEligibleForTransition.

func (*MockStoreMockRecorder) InTx

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

InTx indicates an expected call of InTx.

func (*MockStoreMockRecorder) InsertAPIKey

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

InsertAPIKey indicates an expected call of InsertAPIKey.

func (*MockStoreMockRecorder) InsertAllUsersGroup

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

InsertAllUsersGroup indicates an expected call of InsertAllUsersGroup.

func (*MockStoreMockRecorder) InsertAuditLog

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

InsertAuditLog indicates an expected call of InsertAuditLog.

func (*MockStoreMockRecorder) InsertCryptoKey added in v2.16.0

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

InsertCryptoKey indicates an expected call of InsertCryptoKey.

func (*MockStoreMockRecorder) InsertCustomRole added in v2.15.0

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

InsertCustomRole indicates an expected call of InsertCustomRole.

func (*MockStoreMockRecorder) InsertDBCryptKey added in v2.2.0

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

InsertDBCryptKey indicates an expected call of InsertDBCryptKey.

func (*MockStoreMockRecorder) InsertDERPMeshKey

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

InsertDERPMeshKey indicates an expected call of InsertDERPMeshKey.

func (*MockStoreMockRecorder) InsertDeploymentID

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

InsertDeploymentID indicates an expected call of InsertDeploymentID.

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

InsertExternalAuthLink indicates an expected call of InsertExternalAuthLink.

func (*MockStoreMockRecorder) InsertFile

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

InsertFile indicates an expected call of InsertFile.

func (*MockStoreMockRecorder) InsertGitSSHKey

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

InsertGitSSHKey indicates an expected call of InsertGitSSHKey.

func (*MockStoreMockRecorder) InsertGroup

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

InsertGroup indicates an expected call of InsertGroup.

func (*MockStoreMockRecorder) InsertGroupMember

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

InsertGroupMember indicates an expected call of InsertGroupMember.

func (*MockStoreMockRecorder) InsertLicense

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

InsertLicense indicates an expected call of InsertLicense.

func (*MockStoreMockRecorder) InsertMissingGroups

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

InsertMissingGroups indicates an expected call of InsertMissingGroups.

func (*MockStoreMockRecorder) InsertOAuth2ProviderApp added in v2.6.0

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

InsertOAuth2ProviderApp indicates an expected call of InsertOAuth2ProviderApp.

func (*MockStoreMockRecorder) InsertOAuth2ProviderAppCode added in v2.9.0

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

InsertOAuth2ProviderAppCode indicates an expected call of InsertOAuth2ProviderAppCode.

func (*MockStoreMockRecorder) InsertOAuth2ProviderAppSecret added in v2.6.0

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

InsertOAuth2ProviderAppSecret indicates an expected call of InsertOAuth2ProviderAppSecret.

func (*MockStoreMockRecorder) InsertOAuth2ProviderAppToken added in v2.9.0

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

InsertOAuth2ProviderAppToken indicates an expected call of InsertOAuth2ProviderAppToken.

func (*MockStoreMockRecorder) InsertOrganization

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

InsertOrganization indicates an expected call of InsertOrganization.

func (*MockStoreMockRecorder) InsertOrganizationMember

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

InsertOrganizationMember indicates an expected call of InsertOrganizationMember.

func (*MockStoreMockRecorder) InsertProvisionerJob

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

InsertProvisionerJob indicates an expected call of InsertProvisionerJob.

func (*MockStoreMockRecorder) InsertProvisionerJobLogs

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

InsertProvisionerJobLogs indicates an expected call of InsertProvisionerJobLogs.

func (*MockStoreMockRecorder) InsertProvisionerJobTimings added in v2.15.0

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

InsertProvisionerJobTimings indicates an expected call of InsertProvisionerJobTimings.

func (*MockStoreMockRecorder) InsertProvisionerKey added in v2.14.0

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

InsertProvisionerKey indicates an expected call of InsertProvisionerKey.

func (*MockStoreMockRecorder) InsertReplica

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

InsertReplica indicates an expected call of InsertReplica.

func (*MockStoreMockRecorder) InsertTemplate

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

InsertTemplate indicates an expected call of InsertTemplate.

func (*MockStoreMockRecorder) InsertTemplateVersion

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

InsertTemplateVersion indicates an expected call of InsertTemplateVersion.

func (*MockStoreMockRecorder) InsertTemplateVersionParameter

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

InsertTemplateVersionParameter indicates an expected call of InsertTemplateVersionParameter.

func (*MockStoreMockRecorder) InsertTemplateVersionVariable

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

InsertTemplateVersionVariable indicates an expected call of InsertTemplateVersionVariable.

func (*MockStoreMockRecorder) InsertTemplateVersionWorkspaceTag added in v2.12.0

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

InsertTemplateVersionWorkspaceTag indicates an expected call of InsertTemplateVersionWorkspaceTag.

func (*MockStoreMockRecorder) InsertUser

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

InsertUser indicates an expected call of InsertUser.

func (*MockStoreMockRecorder) InsertUserGroupsByID added in v2.16.0

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

InsertUserGroupsByID indicates an expected call of InsertUserGroupsByID.

func (*MockStoreMockRecorder) InsertUserGroupsByName

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

InsertUserGroupsByName indicates an expected call of InsertUserGroupsByName.

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

InsertUserLink indicates an expected call of InsertUserLink.

func (*MockStoreMockRecorder) InsertWorkspace

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

InsertWorkspace indicates an expected call of InsertWorkspace.

func (*MockStoreMockRecorder) InsertWorkspaceAgent

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

InsertWorkspaceAgent indicates an expected call of InsertWorkspaceAgent.

func (*MockStoreMockRecorder) InsertWorkspaceAgentLogSources added in v2.2.0

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

InsertWorkspaceAgentLogSources indicates an expected call of InsertWorkspaceAgentLogSources.

func (*MockStoreMockRecorder) InsertWorkspaceAgentLogs

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

InsertWorkspaceAgentLogs indicates an expected call of InsertWorkspaceAgentLogs.

func (*MockStoreMockRecorder) InsertWorkspaceAgentMetadata

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

InsertWorkspaceAgentMetadata indicates an expected call of InsertWorkspaceAgentMetadata.

func (*MockStoreMockRecorder) InsertWorkspaceAgentScriptTimings added in v2.16.0

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

InsertWorkspaceAgentScriptTimings indicates an expected call of InsertWorkspaceAgentScriptTimings.

func (*MockStoreMockRecorder) InsertWorkspaceAgentScripts added in v2.2.0

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

InsertWorkspaceAgentScripts indicates an expected call of InsertWorkspaceAgentScripts.

func (*MockStoreMockRecorder) InsertWorkspaceAgentStats

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

InsertWorkspaceAgentStats indicates an expected call of InsertWorkspaceAgentStats.

func (*MockStoreMockRecorder) InsertWorkspaceApp

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

InsertWorkspaceApp indicates an expected call of InsertWorkspaceApp.

func (*MockStoreMockRecorder) InsertWorkspaceAppStats

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

InsertWorkspaceAppStats indicates an expected call of InsertWorkspaceAppStats.

func (*MockStoreMockRecorder) InsertWorkspaceBuild

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

InsertWorkspaceBuild indicates an expected call of InsertWorkspaceBuild.

func (*MockStoreMockRecorder) InsertWorkspaceBuildParameters

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

InsertWorkspaceBuildParameters indicates an expected call of InsertWorkspaceBuildParameters.

func (*MockStoreMockRecorder) InsertWorkspaceModule added in v2.18.0

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

InsertWorkspaceModule indicates an expected call of InsertWorkspaceModule.

func (*MockStoreMockRecorder) InsertWorkspaceProxy

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

InsertWorkspaceProxy indicates an expected call of InsertWorkspaceProxy.

func (*MockStoreMockRecorder) InsertWorkspaceResource

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

InsertWorkspaceResource indicates an expected call of InsertWorkspaceResource.

func (*MockStoreMockRecorder) InsertWorkspaceResourceMetadata

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

InsertWorkspaceResourceMetadata indicates an expected call of InsertWorkspaceResourceMetadata.

func (*MockStoreMockRecorder) ListProvisionerKeysByOrganization added in v2.14.0

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

ListProvisionerKeysByOrganization indicates an expected call of ListProvisionerKeysByOrganization.

func (*MockStoreMockRecorder) ListProvisionerKeysByOrganizationExcludeReserved added in v2.16.0

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

ListProvisionerKeysByOrganizationExcludeReserved indicates an expected call of ListProvisionerKeysByOrganizationExcludeReserved.

func (*MockStoreMockRecorder) ListWorkspaceAgentPortShares added in v2.9.0

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

ListWorkspaceAgentPortShares indicates an expected call of ListWorkspaceAgentPortShares.

func (*MockStoreMockRecorder) OIDCClaimFieldValues added in v2.18.0

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

OIDCClaimFieldValues indicates an expected call of OIDCClaimFieldValues.

func (*MockStoreMockRecorder) OIDCClaimFields added in v2.18.0

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

OIDCClaimFields indicates an expected call of OIDCClaimFields.

func (*MockStoreMockRecorder) OrganizationMembers added in v2.13.0

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

OrganizationMembers indicates an expected call of OrganizationMembers.

func (*MockStoreMockRecorder) PGLocks added in v2.17.0

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

PGLocks indicates an expected call of PGLocks.

func (*MockStoreMockRecorder) Ping

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

Ping indicates an expected call of Ping.

func (*MockStoreMockRecorder) ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate added in v2.9.0

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

ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate indicates an expected call of ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate.

func (*MockStoreMockRecorder) RegisterWorkspaceProxy

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

RegisterWorkspaceProxy indicates an expected call of RegisterWorkspaceProxy.

func (*MockStoreMockRecorder) RemoveUserFromAllGroups added in v2.9.0

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

RemoveUserFromAllGroups indicates an expected call of RemoveUserFromAllGroups.

func (*MockStoreMockRecorder) RemoveUserFromGroups added in v2.16.0

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

RemoveUserFromGroups indicates an expected call of RemoveUserFromGroups.

func (*MockStoreMockRecorder) RevokeDBCryptKey added in v2.2.0

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

RevokeDBCryptKey indicates an expected call of RevokeDBCryptKey.

func (*MockStoreMockRecorder) TryAcquireLock

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

TryAcquireLock indicates an expected call of TryAcquireLock.

func (*MockStoreMockRecorder) UnarchiveTemplateVersion added in v2.3.0

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

UnarchiveTemplateVersion indicates an expected call of UnarchiveTemplateVersion.

func (*MockStoreMockRecorder) UnfavoriteWorkspace added in v2.8.0

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

UnfavoriteWorkspace indicates an expected call of UnfavoriteWorkspace.

func (*MockStoreMockRecorder) UpdateAPIKeyByID

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

UpdateAPIKeyByID indicates an expected call of UpdateAPIKeyByID.

func (*MockStoreMockRecorder) UpdateCryptoKeyDeletesAt added in v2.16.0

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

UpdateCryptoKeyDeletesAt indicates an expected call of UpdateCryptoKeyDeletesAt.

func (*MockStoreMockRecorder) UpdateCustomRole added in v2.15.0

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

UpdateCustomRole indicates an expected call of UpdateCustomRole.

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

UpdateExternalAuthLink indicates an expected call of UpdateExternalAuthLink.

func (*MockStoreMockRecorder) UpdateExternalAuthLinkRefreshToken added in v2.18.0

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

UpdateExternalAuthLinkRefreshToken indicates an expected call of UpdateExternalAuthLinkRefreshToken.

func (*MockStoreMockRecorder) UpdateGitSSHKey

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

UpdateGitSSHKey indicates an expected call of UpdateGitSSHKey.

func (*MockStoreMockRecorder) UpdateGroupByID

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

UpdateGroupByID indicates an expected call of UpdateGroupByID.

func (*MockStoreMockRecorder) UpdateInactiveUsersToDormant

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

UpdateInactiveUsersToDormant indicates an expected call of UpdateInactiveUsersToDormant.

func (*MockStoreMockRecorder) UpdateMemberRoles

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

UpdateMemberRoles indicates an expected call of UpdateMemberRoles.

func (*MockStoreMockRecorder) UpdateNotificationTemplateMethodByID added in v2.15.0

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

UpdateNotificationTemplateMethodByID indicates an expected call of UpdateNotificationTemplateMethodByID.

func (*MockStoreMockRecorder) UpdateOAuth2ProviderAppByID added in v2.6.0

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

UpdateOAuth2ProviderAppByID indicates an expected call of UpdateOAuth2ProviderAppByID.

func (*MockStoreMockRecorder) UpdateOAuth2ProviderAppSecretByID added in v2.6.0

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

UpdateOAuth2ProviderAppSecretByID indicates an expected call of UpdateOAuth2ProviderAppSecretByID.

func (*MockStoreMockRecorder) UpdateOrganization added in v2.12.0

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

UpdateOrganization indicates an expected call of UpdateOrganization.

func (*MockStoreMockRecorder) UpdateProvisionerDaemonLastSeenAt added in v2.6.0

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

UpdateProvisionerDaemonLastSeenAt indicates an expected call of UpdateProvisionerDaemonLastSeenAt.

func (*MockStoreMockRecorder) UpdateProvisionerJobByID

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

UpdateProvisionerJobByID indicates an expected call of UpdateProvisionerJobByID.

func (*MockStoreMockRecorder) UpdateProvisionerJobWithCancelByID

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

UpdateProvisionerJobWithCancelByID indicates an expected call of UpdateProvisionerJobWithCancelByID.

func (*MockStoreMockRecorder) UpdateProvisionerJobWithCompleteByID

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

UpdateProvisionerJobWithCompleteByID indicates an expected call of UpdateProvisionerJobWithCompleteByID.

func (*MockStoreMockRecorder) UpdateReplica

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

UpdateReplica indicates an expected call of UpdateReplica.

func (*MockStoreMockRecorder) UpdateTailnetPeerStatusByCoordinator added in v2.15.0

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

UpdateTailnetPeerStatusByCoordinator indicates an expected call of UpdateTailnetPeerStatusByCoordinator.

func (*MockStoreMockRecorder) UpdateTemplateACLByID

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

UpdateTemplateACLByID indicates an expected call of UpdateTemplateACLByID.

func (*MockStoreMockRecorder) UpdateTemplateAccessControlByID added in v2.3.2

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

UpdateTemplateAccessControlByID indicates an expected call of UpdateTemplateAccessControlByID.

func (*MockStoreMockRecorder) UpdateTemplateActiveVersionByID

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

UpdateTemplateActiveVersionByID indicates an expected call of UpdateTemplateActiveVersionByID.

func (*MockStoreMockRecorder) UpdateTemplateDeletedByID

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

UpdateTemplateDeletedByID indicates an expected call of UpdateTemplateDeletedByID.

func (*MockStoreMockRecorder) UpdateTemplateMetaByID

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

UpdateTemplateMetaByID indicates an expected call of UpdateTemplateMetaByID.

func (*MockStoreMockRecorder) UpdateTemplateScheduleByID

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

UpdateTemplateScheduleByID indicates an expected call of UpdateTemplateScheduleByID.

func (*MockStoreMockRecorder) UpdateTemplateVersionByID

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

UpdateTemplateVersionByID indicates an expected call of UpdateTemplateVersionByID.

func (*MockStoreMockRecorder) UpdateTemplateVersionDescriptionByJobID

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

UpdateTemplateVersionDescriptionByJobID indicates an expected call of UpdateTemplateVersionDescriptionByJobID.

func (*MockStoreMockRecorder) UpdateTemplateVersionExternalAuthProvidersByJobID added in v2.2.1

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

UpdateTemplateVersionExternalAuthProvidersByJobID indicates an expected call of UpdateTemplateVersionExternalAuthProvidersByJobID.

func (*MockStoreMockRecorder) UpdateTemplateWorkspacesLastUsedAt added in v2.1.2

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

UpdateTemplateWorkspacesLastUsedAt indicates an expected call of UpdateTemplateWorkspacesLastUsedAt.

func (*MockStoreMockRecorder) UpdateUserAppearanceSettings added in v2.5.1

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

UpdateUserAppearanceSettings indicates an expected call of UpdateUserAppearanceSettings.

func (*MockStoreMockRecorder) UpdateUserDeletedByID

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

UpdateUserDeletedByID indicates an expected call of UpdateUserDeletedByID.

func (*MockStoreMockRecorder) UpdateUserGithubComUserID added in v2.14.0

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

UpdateUserGithubComUserID indicates an expected call of UpdateUserGithubComUserID.

func (*MockStoreMockRecorder) UpdateUserHashedOneTimePasscode added in v2.17.0

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

UpdateUserHashedOneTimePasscode indicates an expected call of UpdateUserHashedOneTimePasscode.

func (*MockStoreMockRecorder) UpdateUserHashedPassword

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

UpdateUserHashedPassword indicates an expected call of UpdateUserHashedPassword.

func (*MockStoreMockRecorder) UpdateUserLastSeenAt

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

UpdateUserLastSeenAt indicates an expected call of UpdateUserLastSeenAt.

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

UpdateUserLink indicates an expected call of UpdateUserLink.

func (*MockStoreMockRecorder) UpdateUserLinkedID

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

UpdateUserLinkedID indicates an expected call of UpdateUserLinkedID.

func (*MockStoreMockRecorder) UpdateUserLoginType

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

UpdateUserLoginType indicates an expected call of UpdateUserLoginType.

func (*MockStoreMockRecorder) UpdateUserNotificationPreferences added in v2.15.0

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

UpdateUserNotificationPreferences indicates an expected call of UpdateUserNotificationPreferences.

func (*MockStoreMockRecorder) UpdateUserProfile

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

UpdateUserProfile indicates an expected call of UpdateUserProfile.

func (*MockStoreMockRecorder) UpdateUserQuietHoursSchedule

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

UpdateUserQuietHoursSchedule indicates an expected call of UpdateUserQuietHoursSchedule.

func (*MockStoreMockRecorder) UpdateUserRoles

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

UpdateUserRoles indicates an expected call of UpdateUserRoles.

func (*MockStoreMockRecorder) UpdateUserStatus

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

UpdateUserStatus indicates an expected call of UpdateUserStatus.

func (*MockStoreMockRecorder) UpdateWorkspace

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

UpdateWorkspace indicates an expected call of UpdateWorkspace.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentConnectionByID

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

UpdateWorkspaceAgentConnectionByID indicates an expected call of UpdateWorkspaceAgentConnectionByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentLifecycleStateByID

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

UpdateWorkspaceAgentLifecycleStateByID indicates an expected call of UpdateWorkspaceAgentLifecycleStateByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentLogOverflowByID

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

UpdateWorkspaceAgentLogOverflowByID indicates an expected call of UpdateWorkspaceAgentLogOverflowByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentMetadata

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

UpdateWorkspaceAgentMetadata indicates an expected call of UpdateWorkspaceAgentMetadata.

func (*MockStoreMockRecorder) UpdateWorkspaceAgentStartupByID

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

UpdateWorkspaceAgentStartupByID indicates an expected call of UpdateWorkspaceAgentStartupByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAppHealthByID

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

UpdateWorkspaceAppHealthByID indicates an expected call of UpdateWorkspaceAppHealthByID.

func (*MockStoreMockRecorder) UpdateWorkspaceAutomaticUpdates added in v2.3.0

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

UpdateWorkspaceAutomaticUpdates indicates an expected call of UpdateWorkspaceAutomaticUpdates.

func (*MockStoreMockRecorder) UpdateWorkspaceAutostart

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

UpdateWorkspaceAutostart indicates an expected call of UpdateWorkspaceAutostart.

func (*MockStoreMockRecorder) UpdateWorkspaceBuildCostByID

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

UpdateWorkspaceBuildCostByID indicates an expected call of UpdateWorkspaceBuildCostByID.

func (*MockStoreMockRecorder) UpdateWorkspaceBuildDeadlineByID added in v2.2.0

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

UpdateWorkspaceBuildDeadlineByID indicates an expected call of UpdateWorkspaceBuildDeadlineByID.

func (*MockStoreMockRecorder) UpdateWorkspaceBuildProvisionerStateByID added in v2.2.0

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

UpdateWorkspaceBuildProvisionerStateByID indicates an expected call of UpdateWorkspaceBuildProvisionerStateByID.

func (*MockStoreMockRecorder) UpdateWorkspaceDeletedByID

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

UpdateWorkspaceDeletedByID indicates an expected call of UpdateWorkspaceDeletedByID.

func (*MockStoreMockRecorder) UpdateWorkspaceDormantDeletingAt added in v2.1.4

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

UpdateWorkspaceDormantDeletingAt indicates an expected call of UpdateWorkspaceDormantDeletingAt.

func (*MockStoreMockRecorder) UpdateWorkspaceLastUsedAt

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

UpdateWorkspaceLastUsedAt indicates an expected call of UpdateWorkspaceLastUsedAt.

func (*MockStoreMockRecorder) UpdateWorkspaceProxy

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

UpdateWorkspaceProxy indicates an expected call of UpdateWorkspaceProxy.

func (*MockStoreMockRecorder) UpdateWorkspaceProxyDeleted

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

UpdateWorkspaceProxyDeleted indicates an expected call of UpdateWorkspaceProxyDeleted.

func (*MockStoreMockRecorder) UpdateWorkspaceTTL

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

UpdateWorkspaceTTL indicates an expected call of UpdateWorkspaceTTL.

func (*MockStoreMockRecorder) UpdateWorkspacesDormantDeletingAtByTemplateID added in v2.1.4

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

UpdateWorkspacesDormantDeletingAtByTemplateID indicates an expected call of UpdateWorkspacesDormantDeletingAtByTemplateID.

func (*MockStoreMockRecorder) UpsertAnnouncementBanners added in v2.12.0

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

UpsertAnnouncementBanners indicates an expected call of UpsertAnnouncementBanners.

func (*MockStoreMockRecorder) UpsertAppSecurityKey

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

UpsertAppSecurityKey indicates an expected call of UpsertAppSecurityKey.

func (*MockStoreMockRecorder) UpsertApplicationName added in v2.2.0

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

UpsertApplicationName indicates an expected call of UpsertApplicationName.

func (*MockStoreMockRecorder) UpsertCoordinatorResumeTokenSigningKey added in v2.15.0

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

UpsertCoordinatorResumeTokenSigningKey indicates an expected call of UpsertCoordinatorResumeTokenSigningKey.

func (*MockStoreMockRecorder) UpsertDefaultProxy

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

UpsertDefaultProxy indicates an expected call of UpsertDefaultProxy.

func (*MockStoreMockRecorder) UpsertHealthSettings added in v2.5.0

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

UpsertHealthSettings indicates an expected call of UpsertHealthSettings.

func (*MockStoreMockRecorder) UpsertJFrogXrayScanByWorkspaceAndAgentID added in v2.8.0

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

UpsertJFrogXrayScanByWorkspaceAndAgentID indicates an expected call of UpsertJFrogXrayScanByWorkspaceAndAgentID.

func (*MockStoreMockRecorder) UpsertLastUpdateCheck

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

UpsertLastUpdateCheck indicates an expected call of UpsertLastUpdateCheck.

func (*MockStoreMockRecorder) UpsertLogoURL

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

UpsertLogoURL indicates an expected call of UpsertLogoURL.

func (*MockStoreMockRecorder) UpsertNotificationReportGeneratorLog added in v2.16.0

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

UpsertNotificationReportGeneratorLog indicates an expected call of UpsertNotificationReportGeneratorLog.

func (*MockStoreMockRecorder) UpsertNotificationsSettings added in v2.14.0

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

UpsertNotificationsSettings indicates an expected call of UpsertNotificationsSettings.

func (*MockStoreMockRecorder) UpsertOAuthSigningKey

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

UpsertOAuthSigningKey indicates an expected call of UpsertOAuthSigningKey.

func (*MockStoreMockRecorder) UpsertProvisionerDaemon added in v2.5.1

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

UpsertProvisionerDaemon indicates an expected call of UpsertProvisionerDaemon.

func (*MockStoreMockRecorder) UpsertRuntimeConfig added in v2.16.0

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

UpsertRuntimeConfig indicates an expected call of UpsertRuntimeConfig.

func (*MockStoreMockRecorder) UpsertTailnetAgent

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

UpsertTailnetAgent indicates an expected call of UpsertTailnetAgent.

func (*MockStoreMockRecorder) UpsertTailnetClient

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

UpsertTailnetClient indicates an expected call of UpsertTailnetClient.

func (*MockStoreMockRecorder) UpsertTailnetClientSubscription added in v2.2.0

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

UpsertTailnetClientSubscription indicates an expected call of UpsertTailnetClientSubscription.

func (*MockStoreMockRecorder) UpsertTailnetCoordinator

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

UpsertTailnetCoordinator indicates an expected call of UpsertTailnetCoordinator.

func (*MockStoreMockRecorder) UpsertTailnetPeer added in v2.4.0

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

UpsertTailnetPeer indicates an expected call of UpsertTailnetPeer.

func (*MockStoreMockRecorder) UpsertTailnetTunnel added in v2.4.0

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

UpsertTailnetTunnel indicates an expected call of UpsertTailnetTunnel.

func (*MockStoreMockRecorder) UpsertTemplateUsageStats added in v2.10.0

func (mr *MockStoreMockRecorder) UpsertTemplateUsageStats(arg0 any) *gomock.Call

UpsertTemplateUsageStats indicates an expected call of UpsertTemplateUsageStats.

func (*MockStoreMockRecorder) UpsertWorkspaceAgentPortShare added in v2.9.0

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

UpsertWorkspaceAgentPortShare indicates an expected call of UpsertWorkspaceAgentPortShare.

func (*MockStoreMockRecorder) Wrappers

func (mr *MockStoreMockRecorder) Wrappers() *gomock.Call

Wrappers indicates an expected call of Wrappers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL