package models type Ticker struct { Symbol string `json:"symbol"` Last float64 `json:"last"` Bid float64 `json:"bid"` Ask float64 `json:"ask"` }