定义ICodes接口

This commit is contained in:
injoyai
2025-11-17 09:48:06 +08:00
parent f4b2497e92
commit e6411858e9

View File

@@ -20,7 +20,6 @@ type ICodes interface {
GetName(code string) string
GetStocks(limit ...int) []string
GetETFs(limit ...int) []string
Update() error
}
// DefaultCodes 增加单例,部分数据需要通过Codes里面的信息计算