Skip to content

Commit 01da285

Browse files
authored
Merge pull request #6616 from devtron-labs/wire-fix
misc: wire in EA
2 parents a4309c4 + b70891f commit 01da285

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

cmd/external-app/wire.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ import (
7474
repository4 "github.com/devtron-labs/devtron/pkg/appStore/chartGroup/repository"
7575
deployment2 "github.com/devtron-labs/devtron/pkg/appStore/installedApp/service/EAMode/deployment"
7676
"github.com/devtron-labs/devtron/pkg/appStore/installedApp/service/FullMode/deployment"
77+
"github.com/devtron-labs/devtron/pkg/asyncProvider"
7778
"github.com/devtron-labs/devtron/pkg/attributes"
7879
"github.com/devtron-labs/devtron/pkg/build/git/gitMaterial"
7980
"github.com/devtron-labs/devtron/pkg/commonService"
@@ -152,6 +153,7 @@ func InitializeApp() (*App, error) {
152153
grafana.GetGrafanaClientConfig,
153154
grafana.NewGrafanaClientImpl,
154155
wire.Bind(new(grafana.GrafanaClient), new(*grafana.GrafanaClientImpl)),
156+
asyncProvider.WireSet,
155157

156158
commonEnforcementFunctionsUtil.NewCommonEnforcementUtilImpl,
157159
wire.Bind(new(commonEnforcementFunctionsUtil.CommonEnforcementUtil), new(*commonEnforcementFunctionsUtil.CommonEnforcementUtilImpl)),

cmd/external-app/wire_gen.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)