feat: community RPC 从内存存储迁移到 ent 数据库

This commit is contained in:
zetaloop
2026-04-24 08:16:31 +08:00
parent 5ad579f03c
commit 6cc14479c5
69 changed files with 14396 additions and 501 deletions
@@ -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)