mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
re-init because of weird subtree shit
This commit is contained in:
commit
68254ddd13
85 changed files with 13501 additions and 0 deletions
16
src/db/ent/predicate/predicate.go
Normal file
16
src/db/ent/predicate/predicate.go
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Code generated by entc, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"github.com/facebook/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// Challenge is the predicate function for challenge builders.
|
||||
type Challenge func(*sql.Selector)
|
||||
|
||||
// Guild is the predicate function for guild builders.
|
||||
type Guild func(*sql.Selector)
|
||||
|
||||
// Session is the predicate function for session builders.
|
||||
type Session func(*sql.Selector)
|
Loading…
Add table
Add a link
Reference in a new issue