mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-28 10:02:11 +00:00
fixed timecode issue
This commit is contained in:
4
shared/interfaces/doc.go
Normal file
4
shared/interfaces/doc.go
Normal 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
|
||||
4
shared/models/doc.go
Normal file
4
shared/models/doc.go
Normal file
@@ -0,0 +1,4 @@
|
||||
// Package models defines shared data models that are safe to expose to public
|
||||
// packages, including user settings and related sub-structures consumed by
|
||||
// both internal client code and public wrappers.
|
||||
package models
|
||||
Reference in New Issue
Block a user