import from unified repo
This commit is contained in:
16
ent/predicate/predicate.go
Normal file
16
ent/predicate/predicate.go
Normal 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)
|
Reference in New Issue
Block a user