Skip to content

Commit

Permalink
feat: MarketCurrency add Title field
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent b29cbc3 commit 020aa95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions object/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ const (

// MarketCurrency struct.
type MarketCurrency struct {
ID int `json:"id"` // Currency ID
Name string `json:"name"` // Currency sign
ID int `json:"id"` // Currency ID
Name string `json:"name"` // Currency sign
Title string `json:"title"` // Currency Title
}

// MarketMarketAlbum struct.
Expand Down

0 comments on commit 020aa95

Please sign in to comment.