fixed timecode issue

This commit is contained in:
2025-09-22 10:53:41 -07:00
parent 4aa72fcd11
commit f2256a9cfe
20 changed files with 173 additions and 12 deletions

4
shared/interfaces/doc.go Normal file
View File

@@ -0,0 +1,4 @@
// Package interfaces defines narrow contracts shared across packages.
// Notably, APIClient abstracts HTTP access required by data and stats layers,
// and BaseData/Data define the concurrent day-by-day retrieval pattern.
package interfaces