Documentation ¶
Index ¶
- Variables
- func Debug(message string)
- func Error(message interface{})
- func Fatal(message interface{})
- func FetchItem(itemID int) structures.ApiItem
- func FetchMarketItem(server string, itemID int, limit int, hq string) structures.ApiMarketItem
- func FetchSearch(query string, indexes ...string) structures.ApiSearchResult
- func FetchTaxRates(server string) structures.ApiTaxRegions
- func Update(version string)
- func Warning(message interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Information about the build itself, used for debugging. Version = "v0.0.0" Commit = "unknown" Date = "unknown" )
Functions ¶
func FetchItem ¶
func FetchItem(itemID int) structures.ApiItem
Fetches information about the given item from the API.
func FetchMarketItem ¶
func FetchMarketItem(server string, itemID int, limit int, hq string) structures.ApiMarketItem
Fetches information about the given item from the market of the given server.
func FetchSearch ¶
func FetchSearch(query string, indexes ...string) structures.ApiSearchResult
Searches for the given item from the API.
func FetchTaxRates ¶
func FetchTaxRates(server string) structures.ApiTaxRegions
Fetches the current tax rates for the specified server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.