refactor: standardize market file naming by data dimension #27

Merged
thuanle merged 2 commits from worktree-issue-26-go-filename-consistency into main 2026-04-27 09:53:34 +07:00
2 changed files with 0 additions and 9 deletions
Showing only changes of commit 617b067203 - Show all commits
-9
View File
@@ -46,15 +46,6 @@ func NewMarketData() *MarketData {
return ms return ms
} }
func (ms *MarketData) alphaCacheRefreshLoop() {
ms.refreshAlphaTokenCache()
ticker := time.NewTicker(time.Hour)
defer ticker.Stop()
for range ticker.C {
ms.refreshAlphaTokenCache()
}
}
func (ms *MarketData) refreshTradingPairCache() error { func (ms *MarketData) refreshTradingPairCache() error {
if err := ms.refreshSpotPairCache(); err != nil { if err := ms.refreshSpotPairCache(); err != nil {
return err return err