Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data_Sina_fenzhong ¶
type Data_Sina_fenzhong struct {
Day string
Open string
High string
Low string
Close string
Volume string
}
func EncodingJson_Sina_fenzhong ¶
func EncodingJson_Sina_fenzhong(str string) ([]Data_Sina_fenzhong, error)
type Datas_Sina_fenzhong ¶
type Datas_Sina_fenzhong struct {
Data []Data_Sina_fenzhong
Code string
Name string
}
func (*Datas_Sina_fenzhong) ToData ¶
func (d *Datas_Sina_fenzhong) ToData() *model.Data
Source Files
¶
- sina_fenzhong.go
Click to show internal directories.
Click to hide internal directories.