remove wiring for search (merge conflict)

pull/93568/head
Matheus Macabu 8 months ago
parent 6c5a6c1a62
commit 4f4f01abb8
  1. 2
      pkg/registry/apis/apis.go
  2. 2
      pkg/registry/apis/wireset.go

@ -14,7 +14,6 @@ import (
"github.com/grafana/grafana/pkg/registry/apis/peakq"
"github.com/grafana/grafana/pkg/registry/apis/query"
"github.com/grafana/grafana/pkg/registry/apis/scope"
"github.com/grafana/grafana/pkg/registry/apis/search"
"github.com/grafana/grafana/pkg/registry/apis/secret"
"github.com/grafana/grafana/pkg/registry/apis/userstorage"
)
@ -38,7 +37,6 @@ func ProvideRegistryServiceSink(
_ *query.QueryAPIBuilder,
_ *secret.SecretAPIBuilder,
_ *notifications.NotificationsAPIBuilder,
_ *search.SearchAPIBuilder,
_ *userstorage.UserStorageAPIBuilder,
) *Service {
return &Service{}

@ -16,7 +16,6 @@ import (
"github.com/grafana/grafana/pkg/registry/apis/peakq"
"github.com/grafana/grafana/pkg/registry/apis/query"
"github.com/grafana/grafana/pkg/registry/apis/scope"
"github.com/grafana/grafana/pkg/registry/apis/search"
"github.com/grafana/grafana/pkg/registry/apis/secret"
"github.com/grafana/grafana/pkg/registry/apis/service"
"github.com/grafana/grafana/pkg/registry/apis/userstorage"
@ -48,6 +47,5 @@ var WireSet = wire.NewSet(
notifications.RegisterAPIService,
//sso.RegisterAPIService,
secret.RegisterAPIService,
search.RegisterAPIService,
userstorage.RegisterAPIService,
)

Loading…
Cancel
Save