mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
To prevent cross-cmd imports in the future, moving the backend package into internal. Test plan: Just moved a package around, Go compiler doesn't complain and CI still passes.
193 lines
6.2 KiB
YAML
193 lines
6.2 KiB
YAML
- filename: dev/team/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/dev/team
|
|
interfaces:
|
|
- TeammateResolver
|
|
- filename: internal/insights/discovery/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/insights/discovery
|
|
interfaces:
|
|
- RepoStore
|
|
- filename: internal/insights/store/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/insights/store
|
|
interfaces:
|
|
- DataSeriesStore
|
|
- InsightMetadataStore
|
|
- Interface
|
|
- filename: internal/authz/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/authz
|
|
interfaces:
|
|
- SubRepoPermissionChecker
|
|
- filename: internal/authz/subrepoperms/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/authz/subrepoperms
|
|
interfaces:
|
|
- SubRepoPermissionsGetter
|
|
- filename: internal/database/dbmocks/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/database
|
|
interfaces:
|
|
- AccessRequestStore
|
|
- AccessTokenStore
|
|
- AssignedOwnersStore
|
|
- AssignedTeamsStore
|
|
- AuthzStore
|
|
- BitbucketProjectPermissionsStore
|
|
- CodeHostStore
|
|
- CodeMonitorStore
|
|
- CodeownersStore
|
|
- ConfStore
|
|
- DB
|
|
- EventLogStore
|
|
- ExecutorSecretAccessLogStore
|
|
- ExecutorSecretStore
|
|
- ExecutorStore
|
|
- ExternalServiceStore
|
|
- FeatureFlagStore
|
|
- GitserverRepoStore
|
|
- GlobalStateStore
|
|
- NamespaceStore
|
|
- OrgInvitationStore
|
|
- OrgMemberStore
|
|
- OrgStore
|
|
- OutboundWebhookJobStore
|
|
- OutboundWebhookLogStore
|
|
- OutboundWebhookStore
|
|
- OwnershipStatsStore
|
|
- PermissionStore
|
|
- PermissionSyncJobStore
|
|
- PermsStore
|
|
- PhabricatorStore
|
|
- RecentContributionSignalStore
|
|
- RecentViewSignalStore
|
|
- RepoCommitsChangelistsStore
|
|
- RepoPathStore
|
|
- RepoStatisticsStore
|
|
- RepoStore
|
|
- RolePermissionStore
|
|
- RoleStore
|
|
- SavedSearchStore
|
|
- SearchContextsStore
|
|
- SecurityEventLogsStore
|
|
- SettingsStore
|
|
- SignalConfigurationStore
|
|
- SubRepoPermsStore
|
|
- TeamStore
|
|
- TemporarySettingsStore
|
|
- UserCredentialsStore
|
|
- UserEmailsStore
|
|
- UserExternalAccountsStore
|
|
- UserRoleStore
|
|
- UserStore
|
|
- WebhookLogStore
|
|
- WebhookStore
|
|
- ZoektReposStore
|
|
- TelemetryEventsExportQueueStore
|
|
- PromptStore
|
|
- filename: internal/gitserver/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/gitserver
|
|
interfaces:
|
|
- Client
|
|
- filename: internal/repos/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/repos
|
|
interfaces:
|
|
- Store
|
|
- filename: internal/search/client/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/search/client
|
|
interfaces:
|
|
- SearchClient
|
|
- filename: internal/search/job/mockjob/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/search/job
|
|
interfaces:
|
|
- Job
|
|
- filename: internal/object/mocks/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/object
|
|
interfaces:
|
|
- Storage
|
|
- filename: internal/workerutil/dbworker/store/mocks/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/workerutil/dbworker/store
|
|
interfaces:
|
|
- Store
|
|
- filename: internal/metrics/store/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/metrics/store
|
|
interfaces:
|
|
- Store
|
|
- DistributedStore
|
|
- filename: cmd/frontend/internal/backend/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/cmd/frontend/internal/backend
|
|
interfaces:
|
|
- UserEmailsService
|
|
- ReposService
|
|
- ExternalServicesService
|
|
- filename: internal/executor/store/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/executor/store
|
|
interfaces:
|
|
- JobTokenStore
|
|
- filename: internal/github_apps/store/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/github_apps/store
|
|
interfaces:
|
|
- GitHubAppsStore
|
|
- filename: internal/embeddings/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/embeddings
|
|
interfaces:
|
|
- Client
|
|
- filename: internal/embeddings/background/repo/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/embeddings/background/repo
|
|
interfaces:
|
|
- RepoEmbeddingJobsStore
|
|
- filename: internal/gitserver/mock.go
|
|
path: github.com/sourcegraph/sourcegraph/internal/gitserver/v1
|
|
interfaces:
|
|
- GitserverServiceClient
|
|
- GitserverService_ArchiveServer
|
|
- GitserverService_ArchiveClient
|
|
- GitserverService_BlameServer
|
|
- GitserverService_BlameClient
|
|
- GitserverService_ReadFileServer
|
|
- GitserverService_ReadFileClient
|
|
- GitserverService_ListRefsServer
|
|
- GitserverService_ListRefsClient
|
|
- GitserverService_RawDiffServer
|
|
- GitserverService_RawDiffClient
|
|
- GitserverService_ChangedFilesServer
|
|
- GitserverService_ChangedFilesClient
|
|
- GitserverService_ReadDirServer
|
|
- GitserverService_ReadDirClient
|
|
- GitserverService_CommitLogServer
|
|
- GitserverService_CommitLogClient
|
|
- filename: cmd/gitserver/internal/git/mock.go
|
|
path: github.com/sourcegraph/sourcegraph/cmd/gitserver/internal/git
|
|
interfaces:
|
|
- GitBackend
|
|
- GitConfigBackend
|
|
- BlameHunkReader
|
|
- RefIterator
|
|
- ReadDirIterator
|
|
- CommitLogIterator
|
|
- filename: cmd/gitserver/internal/gitserverfs/mock.go
|
|
path: github.com/sourcegraph/sourcegraph/cmd/gitserver/internal/gitserverfs
|
|
interfaces:
|
|
- FS
|
|
- filename: cmd/repo-updater/internal/gitserver/mocks_temp.go
|
|
path: github.com/sourcegraph/sourcegraph/cmd/repo-updater/internal/gitserver
|
|
interfaces:
|
|
- RepositoryServiceClient
|
|
- filename: internal/codeintel/codenav/mocks_temp.go
|
|
sources:
|
|
- path: github.com/sourcegraph/sourcegraph/internal/codeintel/codenav
|
|
interfaces:
|
|
- UploadService
|
|
- GitTreeTranslator
|
|
- filename: internal/codeintel/codenav/internal/lsifstore/mocks/mocks_temp.go
|
|
sources:
|
|
- path: github.com/sourcegraph/sourcegraph/internal/codeintel/codenav/internal/lsifstore
|
|
interfaces:
|
|
- LsifStore
|
|
- filename: internal/codeintel/codegraph/codegraphmocks/mocks_temp.go
|
|
sources:
|
|
- path: github.com/sourcegraph/sourcegraph/internal/codeintel/codegraph
|
|
interfaces:
|
|
- DataStore
|
|
- SCIPWriter
|
|
- filename: internal/codeintel/uploads/internal/storemocks/mocks_temp.go
|
|
sources:
|
|
- path: github.com/sourcegraph/sourcegraph/internal/codeintel/uploads/internal/store
|
|
interfaces:
|
|
- Store
|