mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:32:22 +08:00
Merge branch 'updatecheck' into pluginlist
This commit is contained in:
@ -45,6 +45,9 @@ type PluginBase struct {
|
||||
DefaultNavUrl string `json:"-"`
|
||||
IsCorePlugin bool `json:"-"`
|
||||
|
||||
GrafanaNetVersion string `json:"-"`
|
||||
GrafanaNetHasUpdate bool `json:"-"`
|
||||
|
||||
// cache for readme file contents
|
||||
Readme []byte `json:"-"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user