You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
366 B
17 lines
366 B
4 years ago
|
// 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)
|