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.
 
 
 
 
kratos/examples/blog/internal/data/ent/predicate/predicate.go

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)