Files
ersteller/starter/ent/schema/credentials.go
T
2025-09-17 16:30:18 +02:00

8 lines
109 B
Go

package schema
import "golang.org/x/oauth2"
type Credentials struct {
Token oauth2.Token `json:"token"`
}