mirror of
https://github.com/grafana/grafana.git
synced 2026-08-12 06:05:02 -05:00
add pluginBundle backend api methods and SQL storage
This commit is contained in:
@@ -37,8 +37,7 @@ type ExternalPluginRoute struct {
|
||||
}
|
||||
|
||||
type ExternalPluginJs struct {
|
||||
Module string `json:"module"`
|
||||
Directive string `json:"Directive"`
|
||||
Module string `json:"module"`
|
||||
}
|
||||
|
||||
type ExternalPluginNavLink struct {
|
||||
@@ -68,6 +67,7 @@ type PluginBundle struct {
|
||||
PanelPlugins []string `json:"panelPlugins"`
|
||||
DatasourcePlugins []string `json:"datasourcePlugins"`
|
||||
ExternalPlugins []string `json:"externalPlugins"`
|
||||
Module string `json:"module"`
|
||||
}
|
||||
|
||||
type EnabledPlugins struct {
|
||||
|
||||
Reference in New Issue
Block a user