Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExchangeSpecial ¶
type ExchangeSpecial struct { S string `json:"s"` // 状态 T []string `json:"t"` // 当前时间(暂时不用) C []string `json:"c"` // 最新价 O []string `json:"o"` // 开盘价(暂时不用) H []string `json:"h"` // 最高 L []string `json:"l"` // 最低 P []string `json:"p"` // 昨收 }
func (ExchangeSpecial) DataValid ¶
func (es ExchangeSpecial) DataValid() bool
func (ExchangeSpecial) Handler ¶
func (es ExchangeSpecial) Handler() (data string, err error)
func (ExchangeSpecial) StatusValid ¶
func (es ExchangeSpecial) StatusValid() bool
Click to show internal directories.
Click to hide internal directories.