2024-08-11 03:51:22 +02:00
|
|
|
// 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)
|
|
|
|
|
|
2024-08-20 22:43:26 +02:00
|
|
|
// InstanceMetadata is the predicate function for instancemetadata builders.
|
|
|
|
|
type InstanceMetadata func(*sql.Selector)
|
|
|
|
|
|
2024-08-11 03:51:22 +02:00
|
|
|
// Note is the predicate function for note builders.
|
|
|
|
|
type Note func(*sql.Selector)
|
|
|
|
|
|
|
|
|
|
// User is the predicate function for user builders.
|
|
|
|
|
type User func(*sql.Selector)
|