Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevelopmentAllowExtraCorsOrigin ¶
type DevelopmentAllowExtraCorsOrigin string
type Engine ¶
func ProvideHandler ¶
func ProvideHandler( logger *zap.Logger, userRepo db_user.Repository, analyticsClient analytics.Client, codebaseRepo db_codebase.CodebaseRepository, codebaseUserRepo db_codebase.CodebaseUserRepository, workspaceReader db_workspace.WorkspaceReader, changeRepo db_change.Repository, changeCommitRepo db_change.CommitRepository, gitHubInstallationsRepo db_github.GitHubInstallationRepo, gitHubRepositoryRepo db_github.GitHubRepositoryRepo, gitHubUserRepo db_github.GitHubUserRepo, gitHubPRRepo db_github.GitHubPRRepo, gitHubAppConfig *config.GitHubAppConfig, gitHubClientProvider ghappclient.InstallationClientProvider, gitHubClonerPublisher *workers_github.ClonerQueue, workspaceWriter db_workspace.WorkspaceWriter, executorProvider executor.Provider, reviewRepo db_review.ReviewRepository, activitySender activity_sender.ActivitySender, eventSender events.EventSender, workspaceService service_workspace.Service, statusesService *service_statuses.Service, syncService *service_sync.Service, jwtService *service_jwt.Service, commentsService *service_comments.Service, gitHubService *service_github.Service, ciBuildQueue *workers_ci.BuildQueue, ciService *service_ci.Service, serviceTokensService *service_servicetokens.Service, buildkiteService *service_buildkite.Service, ossEngine *http.Engine, ) *Engine
Click to show internal directories.
Click to hide internal directories.