package
module
Version:
v0.0.0-...-3a6738b
Opens a new window with list of versions in this module.
Published: Dec 17, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type CompanyInfo struct {
SRD bool
Loan bool
}
type RawData struct {
Rows []struct {
Tprice string `json:"price"`
Ttime string `json:"time"`
Ttrade_id string `json:"tradeId"`
Ttype_ string `json:"type"`
Tvolume string `json:"volume"`
} `json:"rows"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.