added spray patterns
This commit is contained in:
@@ -9,14 +9,17 @@ import (
|
||||
// Match is the predicate function for match builders.
|
||||
type Match func(*sql.Selector)
|
||||
|
||||
// MatchPlayer is the predicate function for matchplayer builders.
|
||||
type MatchPlayer func(*sql.Selector)
|
||||
|
||||
// Player is the predicate function for player builders.
|
||||
type Player func(*sql.Selector)
|
||||
|
||||
// RoundStats is the predicate function for roundstats builders.
|
||||
type RoundStats func(*sql.Selector)
|
||||
|
||||
// Stats is the predicate function for stats builders.
|
||||
type Stats func(*sql.Selector)
|
||||
// Spray is the predicate function for spray builders.
|
||||
type Spray func(*sql.Selector)
|
||||
|
||||
// WeaponStats is the predicate function for weaponstats builders.
|
||||
type WeaponStats func(*sql.Selector)
|
||||
// Weapon is the predicate function for weapon builders.
|
||||
type Weapon func(*sql.Selector)
|
||||
|
Reference in New Issue
Block a user