Documentation
¶
Index ¶
- type DBTX
- type GetMapStatsByMatchAndMapParams
- type MapStat
- type Queries
- func (q *Queries) GetMapStat(ctx context.Context, id string) (MapStat, error)
- func (q *Queries) GetMapStatsByMatch(ctx context.Context, matchID string) ([]MapStat, error)
- func (q *Queries) GetMapStatsByMatchAndMap(ctx context.Context, arg GetMapStatsByMatchAndMapParams) (MapStat, error)
- func (q *Queries) GetMapStatsByMatches(ctx context.Context, matchIds []string) ([]MapStat, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) GetMapStat ¶
func (*Queries) GetMapStatsByMatch ¶
func (*Queries) GetMapStatsByMatchAndMap ¶
func (*Queries) GetMapStatsByMatches ¶
Click to show internal directories.
Click to hide internal directories.