Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
Data parsed from the source
func (*Data) CalculateVerbose ¶
CalculateVerbose calculates total price and provides details about each found item
type Item ¶
type Item struct {
ID string
VID int64
InventoryID string
Name string
Description string
Help string
Value string
Price int
SectionID string
SectionVID int64
SectionName string
SectionDescription string
SectionHelp string
SectionPrice int
Regions []string
Archived bool
}
Item is specific item parsed from the source
Click to show internal directories.
Click to hide internal directories.