11 lines
268 B
Go
11 lines
268 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type PlayerIdentity struct {
|
|
CreatedAt string `json:"createdAt,omitempty"`
|
|
ID string `json:"id,omitempty"`
|
|
Provider string `json:"provider,omitempty"`
|
|
Subject string `json:"subject,omitempty"`
|
|
}
|