Files
csgowtfd/ent/predicate/predicate.go

29 lines
755 B
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// 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)
// Messages is the predicate function for messages builders.
type Messages 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)
// Spray is the predicate function for spray builders.
type Spray func(*sql.Selector)
// Weapon is the predicate function for weapon builders.
type Weapon func(*sql.Selector)