Versions in this module Expand all Collapse all v0 v0.19.5 Dec 1, 2024 v0.19.4 Nov 30, 2024 v0.19.3 Nov 30, 2024 v0.19.2 Nov 30, 2024 v0.19.1 Nov 30, 2024 v0.18.9 Nov 19, 2024 v0.18.8 Nov 13, 2024 v0.18.7 Nov 13, 2024 v0.18.6 Nov 13, 2024 v0.18.5 Nov 13, 2024 v0.18.4 Nov 13, 2024 v0.18.3 Nov 12, 2024 v0.18.2 Nov 12, 2024 v0.18.1 Nov 12, 2024 v0.13.1 Nov 1, 2024 v0.12.2 Oct 24, 2024 v0.12.1 Oct 24, 2024 Changes in this version + const ID + const Token + type Doctorxiong struct + func NewDoctorxiong(token string) *Doctorxiong + func (v *Doctorxiong) GetFundDetail(ctx context.Context, code, startDate, endDate string) (*FundDetailResponse, error) + func (v *Doctorxiong) GetStockDetail(ctx context.Context, code string) (*StockDetailResponse, error) + type FundDetailResponse struct + Code int + Data struct{ ... } + Message string + Meta string + type FundReply struct + BuyMin string + BuyRate string + BuySourceRate string + Code string + DayGrowth string + ExpectGrowth string + ExpectWorth float64 + ExpectWorthDate string + FundScale string + LastMonthGrowth string + LastSixMonthsGrowth string + LastThreeMonthsGrowth string + LastWeekGrowth string + LastYearGrowth string + Manager string + MillionCopiesIncomeDataDate []string + MillionCopiesIncomeDataIncome []float64 + MillionCopiesIncomeDate string + Name string + NetWorth float64 + NetWorthDataDate []string + NetWorthDataIncrease []float64 + NetWorthDataUnit []float64 + NetWorthDate string + SevenDaysYearIncome float64 + TotalWorth float64 + Type string + func GetFund(ctx context.Context, code string) (*FundReply, error) + type StockDetailResponse struct + Code int + Data []struct{ ... } + Message string + Meta interface{} + type StockReply struct + Buy []string + ChangePercent string + CirculationWorth string + Close string + Code string + Date string + High string + Low string + Name string + Open string + Pb string + Pe string + Price string + PriceChange string + Sell []string + Spe string + TotalWorth string + Turnover string + TurnoverRate string + Type string + Volume string + func GetStock(ctx context.Context, code string) (*StockReply, error)