grafana/pkg/tsdb/stackdriver
Mario Trangoni ec4139d56b pkg/tsdb/stackdriver/stackdriver_test.go: return simplified
See,
pkg/tsdb/stackdriver/stackdriver_test.go:356:2⚠️ 'if err != nil { return data, err }; return data, nil' can be simplified to 'return data, err'
2018-10-01 18:24:00 +02:00
..
test-data stackdriver: tests for parsing api response 2018-09-14 09:38:16 +02:00
annotation_query_test.go stackdriver: change pattern for annotation to metric.value 2018-09-28 16:16:27 +02:00
annotation_query.go stackdriver: change pattern for annotation to metric.value 2018-09-28 16:16:27 +02:00
stackdriver_test.go pkg/tsdb/stackdriver/stackdriver_test.go: return simplified 2018-10-01 18:24:00 +02:00
stackdriver.go stackdriver: set default view parameter to FULL 2018-09-29 23:45:28 +02:00
types.go stackdriver: add support for int64 values 2018-09-28 15:27:28 +02:00