mirror of
https://github.com/sstent/go-garth-cli.git
synced 2026-02-05 22:12:27 +00:00
sync - build workin
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
internalClient "go-garth/internal/api/client"
|
||||
"go-garth/internal/models/types"
|
||||
internalClient "github.com/sstent/go-garth/api/client"
|
||||
"github.com/sstent/go-garth/models/types"
|
||||
)
|
||||
|
||||
func (c *Client) GetDailyHRVData(date time.Time) (*types.DailyHRVData, error) {
|
||||
|
||||
Reference in New Issue
Block a user