Skip to content

Commit

Permalink
Add color field
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Jan 10, 2020
1 parent 1f640a7 commit 6376e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/marketplace_plugin.go
Expand Up @@ -30,6 +30,7 @@ type MarketplaceLabel struct {
Name string `json:"name"`
Description string `json:"description"`
URL string `json:"url"`
Color string `json:"color"`
}

// MarketplacePlugin is a state aware Marketplace plugin.
Expand Down

0 comments on commit 6376e83

Please sign in to comment.