mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 06:42:21 +08:00
TSDB: add deprecation comments to many tsdb structs (#33281)
This commit is contained in:
@ -37,6 +37,7 @@ func (s *PostgresService) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
//nolint: staticcheck // plugins.DataPlugin deprecated
|
||||
func (s *PostgresService) NewExecutor(datasource *models.DataSource) (plugins.DataPlugin, error) {
|
||||
s.logger.Debug("Creating Postgres query endpoint")
|
||||
|
||||
|
Reference in New Issue
Block a user