Exemplo n.º 1
0
func init() {
	datasources.RegisterDataSourceImpl("datasources", NewDataSourcesDataSource)
}
Exemplo n.º 2
0
func init() {
	datasources.RegisterDataSourceImpl("csv", NewCSVDataSource)
}
Exemplo n.º 3
0
func init() {
	datasources.RegisterDataSourceImpl("jsondir", NewJsonDirDataSource)
}
Exemplo n.º 4
0
func init() {
	datasources.RegisterDataSourceImpl("couchbase", NewCouchbaseDataSource)
}
Exemplo n.º 5
0
func init() {
	datasources.RegisterDataSourceImpl("elasticsearch", NewElasticSearchDataSource)
}
Exemplo n.º 6
0
func init() {
	datasources.RegisterDataSourceImpl("mongodb", NewMongoDBDataSource)
}