mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-27 01:21:47 +00:00
synd
This commit is contained in:
6
internal/auth/oauth/oauth1.go
Normal file
6
internal/auth/oauth/oauth1.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package oauth
|
||||
|
||||
type OAuth1Token struct {
|
||||
Token string
|
||||
TokenSecret string
|
||||
}
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user