16 lines
366 B
16 lines
366 B
// Code generated by entc, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Article is the predicate function for article builders.
|
|
type Article func(*sql.Selector)
|
|
|
|
// Comment is the predicate function for comment builders.
|
|
type Comment func(*sql.Selector)
|
|
|
|
// Tag is the predicate function for tag builders.
|
|
type Tag func(*sql.Selector)
|
|
|