Merge branch 'master' of github.com:grafana/grafana into externalPlugin

Conflicts:
	pkg/api/api.go
	pkg/api/api_plugin.go
	pkg/api/datasources.go
	pkg/api/frontendsettings.go
	pkg/api/index.go
	pkg/plugins/models.go
	pkg/plugins/plugins.go
This commit is contained in:
woodsaj
2015-12-22 00:23:24 +08:00
388 changed files with 249833 additions and 9735 deletions

View File

@ -1,6 +1,8 @@
package plugins
import "github.com/grafana/grafana/pkg/models"
import (
"github.com/grafana/grafana/pkg/models"
)
type DataSourcePlugin struct {
Type string `json:"type"`