add metadata to in command output

[#76848252]

Signed-off-by: Chris Brown <cbrown@pivotal.io>
This commit is contained in:
Alex Suraci
2015-02-18 09:55:42 -08:00
committed by Chris Brown
parent 2878392b08
commit 3dc650adc8
3 changed files with 24 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ type Version struct {
}
type MetadataPair struct {
Name string `json:"name"`
Value string `json:"value"`
Name string `json:"name"`
Value string `json:"value"`
URL string `json:"url"`
Markdown bool `json:"markdown"`
}