Review feedback - adding plugin status field

This commit is contained in:
Paul Bellamy
2016-04-08 15:59:24 +01:00
parent f79a49beac
commit fcfd42e5d5
4 changed files with 32 additions and 27 deletions

View File

@@ -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