This commit is contained in:
2025-09-18 11:38:52 -07:00
parent 026d8873bb
commit 3d4cffddbf
4 changed files with 15 additions and 80 deletions

View File

@@ -0,0 +1,6 @@
package oauth
type OAuth1Token struct {
Token string
TokenSecret string
}

View File

@@ -9,8 +9,8 @@ import (
"strings"
"time"
"github.com/sstent/go-garth/garth/oauth"
"github.com/sstent/go-garth/garth/types"
"github.com/sstent/go-garth/internal/auth/oauth"
"github.com/sstent/go-garth/pkg/garmin/types"
)
var (