This commit is contained in:
2025-09-18 11:12:41 -07:00
parent c00ea67f31
commit 026d8873bb
56 changed files with 2321 additions and 2891 deletions

View File

@@ -5,8 +5,8 @@ import (
"sync"
"time"
"garmin-connect/garth/client"
"garmin-connect/garth/utils"
"github.com/sstent/go-garth/garth/client"
"github.com/sstent/go-garth/garth/utils"
)
// Data defines the interface for Garmin Connect data types.

View File

@@ -5,7 +5,7 @@ import (
"testing"
"time"
"garmin-connect/garth/client"
"github.com/sstent/go-garth/garth/client"
"github.com/stretchr/testify/assert"
)

View File

@@ -6,7 +6,7 @@ import (
"sort"
"time"
"garmin-connect/garth/client"
"github.com/sstent/go-garth/garth/client"
)
// DailyBodyBatteryStress represents complete daily Body Battery and stress data

View File

@@ -7,8 +7,8 @@ import (
"sort"
"time"
"garmin-connect/garth/client"
"garmin-connect/garth/utils"
"github.com/sstent/go-garth/garth/client"
"github.com/sstent/go-garth/garth/utils"
)
// HRVSummary represents Heart Rate Variability summary data

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"garmin-connect/garth/client"
"github.com/sstent/go-garth/garth/client"
)
// SleepScores represents sleep scoring data

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"garmin-connect/garth/client"
"github.com/sstent/go-garth/garth/client"
)
// WeightData represents weight measurement data