mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:12:36 +08:00
TSDB: add deprecation comments to many tsdb structs (#33281)
This commit is contained in:
@ -24,6 +24,7 @@ func characterEscape(s string, escapeChar string) string {
|
||||
return strings.ReplaceAll(s, escapeChar, url.QueryEscape(escapeChar))
|
||||
}
|
||||
|
||||
//nolint: staticcheck // plugins.DataPlugin deprecated
|
||||
func NewExecutor(datasource *models.DataSource) (plugins.DataPlugin, error) {
|
||||
logger := log.New("tsdb.mysql")
|
||||
|
||||
|
Reference in New Issue
Block a user