Commit a3264419 by bergquist

gofmt my dear friend

parent 7dc046d9
...@@ -28,12 +28,12 @@ func (tw *DatasourcePluginWrapper) Query(ctx context.Context, ds *models.DataSou ...@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment