Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateGuessParams ¶
type CreateGuessParams struct { GameID sql.NullInt64 Guess sql.NullString }
type Game ¶
type Game struct { ID int64 Answer sql.NullString }
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) CreateGame ¶
func (*Queries) CreateGuess ¶
func (*Queries) GetTotalScore ¶
Click to show internal directories.
Click to hide internal directories.