import from unified repo

This commit is contained in:
2021-10-03 16:24:20 +02:00
commit 79d1df4cf3
50 changed files with 21269 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
// 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)