Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
|
||||
package models
|
||||
|
||||
type PlayerStorage struct {
|
||||
Data string `json:"data,omitempty"`
|
||||
ExpiresAt string `json:"expiresAt,omitempty"`
|
||||
ID string `json:"id,omitempty"`
|
||||
PlayerID string `json:"playerId,omitempty"`
|
||||
Type string `json:"type,omitempty"`
|
||||
UpdatedAt string `json:"updatedAt,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user