mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 21:58:40 +00:00
14 lines
285 B
Go
14 lines
285 B
Go
|
// Code generated by entc, DO NOT EDIT.
|
||
|
|
||
|
package predicate
|
||
|
|
||
|
import (
|
||
|
"entgo.io/ent/dialect/sql"
|
||
|
)
|
||
|
|
||
|
// AuthTokens is the predicate function for authtokens builders.
|
||
|
type AuthTokens func(*sql.Selector)
|
||
|
|
||
|
// User is the predicate function for user builders.
|
||
|
type User func(*sql.Selector)
|