Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtfd/pulls/1 Co-authored-by: Giovanni Harting <539@idlegandalf.com> Co-committed-by: Giovanni Harting <539@idlegandalf.com>
20 lines
468 B
Go
20 lines
468 B
Go
// Code generated by entc, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Match is the predicate function for match builders.
|
|
type Match func(*sql.Selector)
|
|
|
|
// Player is the predicate function for player builders.
|
|
type Player func(*sql.Selector)
|
|
|
|
// Stats is the predicate function for stats builders.
|
|
type Stats func(*sql.Selector)
|
|
|
|
// WeaponStats is the predicate function for weaponstats builders.
|
|
type WeaponStats func(*sql.Selector)
|