mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 00:52:40 +00:00
5 lines
242 B
Go
5 lines
242 B
Go
// 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
|