Merge branch 'updatecheck' into pluginlist

This commit is contained in:
Torkel Ödegaard
2016-04-11 13:43:29 -04:00
23 changed files with 230 additions and 62 deletions

View File

@ -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:"-"`
}