Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inventories ¶
type Retainer ¶
type Retainer struct {
ID int `json:"id"`
Name string `json:"name"`
MarketItemStorage bool `json:"marketitemstorage,omitempty"` // true if retainer is used to store items ready for listing on market
RetainerBags []Item `json:"RetainerBags,omitempty"`
RetainerMarket []Item `json:"RetainerMarket,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.