feat: community RPC 从内存存储迁移到 ent 数据库
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// CommentLikes is the predicate function for commentlikes builders.
|
||||
type CommentLikes func(*sql.Selector)
|
||||
|
||||
// Comments is the predicate function for comments builders.
|
||||
type Comments func(*sql.Selector)
|
||||
|
||||
// PostLikes is the predicate function for postlikes builders.
|
||||
type PostLikes func(*sql.Selector)
|
||||
|
||||
// Posts is the predicate function for posts builders.
|
||||
type Posts func(*sql.Selector)
|
||||
Reference in New Issue
Block a user