add metadata to in command output
[#76848252] Signed-off-by: Chris Brown <cbrown@pivotal.io>
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user