Discover Packages
github.com/wanghl0927/grafana
pkg
cmd
grafana-cli
models
package
Version:
v5.2.4+incompatible
Opens a new window with list of versions in this module.
Published: Sep 7, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Dependencies struct {
GrafanaVersion string `json:"grafanaVersion"`
Plugins []Plugin `json:"plugins"`
}
type Plugin struct {
Id string `json:"id"`
Category string `json:"category"`
Versions []Version `json:"versions"`
}
type PluginInfo struct {
Version string `json:"version"`
Updated string `json:"updated"`
}
type PluginRepo struct {
Plugins []Plugin `json:"plugins"`
Version string `json:"version"`
}
type Version struct {
Commit string `json:"commit"`
Url string `json:"url"`
Version string `json:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.