package
Version:
v0.0.0-...-99c6b1f
Opens a new window with list of versions in this module.
Published: Sep 7, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Transaction Transaction `json:"message"`
Type string `json:"type"`
}
type Transaction struct {
BuyPrice float64 `json:"buyPrice"`
Category string `json:"categoryName"`
Demand int `json:"demand"`
Supply int `json:"stationStock"`
Item string `json:"itemName"`
SellPrice float64 `json:"sellPrice"`
Station string `json:"stationName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.