re-init because of weird subtree shit

This commit is contained in:
41666 2020-09-15 22:25:26 -04:00
commit 68254ddd13
85 changed files with 13501 additions and 0 deletions

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