Files
warmbly/internal/models/auth.go
T

12 lines
181 B
Go

package models
import (
"github.com/meszmate/apple-go"
"github.com/meszmate/google-go"
)
type ExternalAuth struct {
AppleAuth apple.AppleAuth
GoogleAuth *google.GoogleAuth
}