mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Review feedback - adding plugin status field
This commit is contained in:
@@ -25,6 +25,8 @@ type PluginSpec struct {
|
||||
|
||||
// Interfaces is a list of things this plugin can be used for (e.g. "reporter")
|
||||
Interfaces []string `json:"interfaces"`
|
||||
|
||||
Status string `json:"status,omitempty"`
|
||||
}
|
||||
|
||||
// PluginSpecs is a set of plugin specs keyed on ID. Clients must use
|
||||
|
||||
Reference in New Issue
Block a user