feat(update checks): started work on update checks

This commit is contained in:
Torkel Ödegaard
2016-04-11 12:21:48 -04:00
parent 8047f902a5
commit b4a8c227cc
8 changed files with 142 additions and 7 deletions
+3
View File
@@ -44,6 +44,9 @@ type PluginBase struct {
PluginDir string `json:"-"`
DefaultNavUrl string `json:"-"`
GrafanaNetVersion string `json:"-"`
GrafanaNetHasUpdate bool `json:"-"`
// cache for readme file contents
Readme []byte `json:"-"`
}