mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
gofmt my dear friend
This commit is contained in:
parent
7dc046d9f5
commit
a32644198c
@ -28,12 +28,12 @@ func (tw *DatasourcePluginWrapper) Query(ctx context.Context, ds *models.DataSou
|
|||||||
|
|
||||||
pbQuery := &datasource.DatasourceRequest{
|
pbQuery := &datasource.DatasourceRequest{
|
||||||
Datasource: &datasource.DatasourceInfo{
|
Datasource: &datasource.DatasourceInfo{
|
||||||
Name: ds.Name,
|
Name: ds.Name,
|
||||||
Type: ds.Type,
|
Type: ds.Type,
|
||||||
Url: ds.Url,
|
Url: ds.Url,
|
||||||
Id: ds.Id,
|
Id: ds.Id,
|
||||||
OrgId: ds.OrgId,
|
OrgId: ds.OrgId,
|
||||||
JsonData: string(jsonData),
|
JsonData: string(jsonData),
|
||||||
DecryptedSecureJsonData: ds.SecureJsonData.Decrypt(),
|
DecryptedSecureJsonData: ds.SecureJsonData.Decrypt(),
|
||||||
},
|
},
|
||||||
TimeRange: &datasource.TimeRange{
|
TimeRange: &datasource.TimeRange{
|
||||||
|
Loading…
Reference in New Issue
Block a user