mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 04:29:15 +01:00
chore: init
This commit is contained in:
commit
320715f3e7
174 changed files with 42083 additions and 0 deletions
25
ent/predicate/predicate.go
Normal file
25
ent/predicate/predicate.go
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// Attachment is the predicate function for attachment builders.
|
||||
type Attachment func(*sql.Selector)
|
||||
|
||||
// Follow is the predicate function for follow builders.
|
||||
type Follow func(*sql.Selector)
|
||||
|
||||
// Image is the predicate function for image builders.
|
||||
type Image func(*sql.Selector)
|
||||
|
||||
// Note is the predicate function for note builders.
|
||||
type Note func(*sql.Selector)
|
||||
|
||||
// ServerMetadata is the predicate function for servermetadata builders.
|
||||
type ServerMetadata func(*sql.Selector)
|
||||
|
||||
// User is the predicate function for user builders.
|
||||
type User func(*sql.Selector)
|
||||
Loading…
Add table
Add a link
Reference in a new issue