mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
45adfe7732
* Server: Make it possible to avoid getting SQL store via bus Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
10 lines
116 B
Go
10 lines
116 B
Go
package datasources
|
|
|
|
import (
|
|
"github.com/grafana/grafana/pkg/infra/log"
|
|
)
|
|
|
|
var (
|
|
plog = log.New("datasources")
|
|
)
|