mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
16 lines
389 B
Go
16 lines
389 B
Go
// 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)
|