grafana/public/app/plugins/datasource/stackdriver/module.ts

15 lines
429 B
TypeScript
Raw Normal View History

2018-09-04 19:21:02 +08:00
// import { StackdriverDatasource } from './datasource';
// import { StackdriverQueryCtrl } from './query_ctrl';
import { StackdriverConfigCtrl } from './config_ctrl';
// class AnnotationsQueryCtrl {
// static templateUrl = 'partials/annotations.editor.html';
// }
export {
// StackdriverDatasource as Datasource,
// StackdriverQueryCtrl as QueryCtrl,
StackdriverConfigCtrl as ConfigCtrl,
// AnnotationsQueryCtrl,
};