Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Engine ¶
func ProvideHandler ¶
func ProvideHandler( logger *zap.Logger, config *Configuration, userRepo db_user.Repository, analyticsClient analytics.Client, waitingListRepo waitinglist.WaitingListRepo, aclInterestRepo acl.ACLInterestRepo, instantIntegrationInterestRepo instantintegration.InstantIntegrationInterestRepo, codebaseRepo db_codebase.CodebaseRepository, codebaseUserRepo db_codebase.CodebaseUserRepository, viewRepo db_view.Repository, workspaceReader db_workspace.WorkspaceReader, userPublicKeyRepo db_pki.Repo, snapshotterQueue worker_snapshots.Queue, snapshotRepo db_snapshots.Repository, changeRepo db_change.Repository, codebaseViewEvents events.EventReadWriter, gcQueue *worker_gc.Queue, gitSnapshotter snapshotter.Snapshotter, workspaceWriter db_workspace.WorkspaceWriter, viewUpdatedFunc meta_view.ViewUpdatedFunc, executorProvider executor.Provider, viewStatusRepo db_mutagen.ViewStatusRepository, notificationSettingsRepo db_newsletter.NotificationSettingsRepository, eventSender events.EventSender, presenceService service_presence.Service, suggestionService *service_suggestion.Service, workspaceService service_workspace.Service, userService service_user.Service, syncService *service_sync.Service, jwtService *service_jwt.Service, codebaseService *service_codebase.Service, authService *service_auth.Service, grapqhlResolver *sturdygrapql.RootResolver, ) *Engine
Click to show internal directories.
Click to hide internal directories.