新增options来配置

This commit is contained in:
bense
2024-10-03 02:11:09 +08:00
parent bfff0f62be
commit 432b27f52b
11 changed files with 119 additions and 99 deletions

View File

@@ -23,10 +23,6 @@ const (
KLINE_TYPE_YEARLY = 11 // 年K 线
)
const (
DefaultRetryTimes = 3 // 重试次数
)
var (
ErrBadData = errors.New("more than 8M data")
)