fix: api descript
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// PlayerServices is the predicate function for playerservices builders.
|
||||
type PlayerServices func(*sql.Selector)
|
||||
|
||||
// Players is the predicate function for players builders.
|
||||
type Players func(*sql.Selector)
|
||||
Reference in New Issue
Block a user