Documentation
¶
Overview ¶
Package data holds the Store object that is used by our boutique instances.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stock ¶
type Stock struct { // Symbol is the stock symbol: googl or msft. Symbol string // Current is the current price. Current float64 // Buy is a point in which we want to buy this stock. Buy float64 // Sell is a point when we want to sell this stock. Sell float64 }
Stock represents a stock we are tracking.
Click to show internal directories.
Click to hide internal directories.