mirror of
https://github.com/kevin-DL/football_info_api.git
synced 2026-01-11 18:14:28 +00:00
Initial commit
This commit is contained in:
10
ent/predicate/predicate.go
Normal file
10
ent/predicate/predicate.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// Profile is the predicate function for profile builders.
|
||||
type Profile func(*sql.Selector)
|
||||
Reference in New Issue
Block a user