postgres: decouple sqleng (#86055)

This commit is contained in:
Gábor Farkas
2024-04-15 14:28:03 +02:00
committed by GitHub
parent b02317d583
commit 7ce7584151
9 changed files with 1089 additions and 6 deletions

View File

@ -19,7 +19,7 @@ import (
"github.com/grafana/grafana-plugin-sdk-go/backend/log"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/tsdb/sqleng"
"github.com/grafana/grafana/pkg/tsdb/grafana-postgresql-datasource/sqleng"
)
func ProvideService(cfg *setting.Cfg) *Service {