Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Battle ¶
type Battle struct {
ID int
AuthenticatedPlayerID int
Title string
Player1ID int
Player1ScreenName string
Player1BoardID int
Player1Accepted bool
Player2ID int
Player2ScreenName string
Player2BoardID int
Player2Accepted bool
ChallengerBoardName sql.NullString
ChallengeDate time.Time
Turn sql.NullInt64
}
type Player ¶
type Player struct {
ID int
EmailAddress string
HashedPassword string
ScreenName string
LoggedIn sql.NullString
InBattle sql.NullString
Created sql.NullString
LastLogin sql.NullString
}
Click to show internal directories.
Click to hide internal directories.