Files
football_info_api/ent/predicate/predicate.go
2023-07-02 15:26:53 +01:00

11 lines
191 B
Go

// 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)