搜索文章
(ctx context.Context, keywords []string)
| 16 | SearchComments(ctx context.Context, keywords []string) ([]domain.CommentSearch, error) |
| 17 | SearchPosts(ctx context.Context, keywords []string) ([]domain.PostSearch, error) // 搜索文章 |
| 18 | SearchUsers(ctx context.Context, keywords []string) ([]domain.UserSearch, error) // 搜索用户 |
| 19 | IsExistPost(ctx context.Context, postId uint) (bool, error) |
| 20 | IsExistComment(ctx context.Context, commentId uint) (bool, error) |
| 21 | IsExistUser(ctx context.Context, userId int64) (bool, error) |
no outgoing calls
no test coverage detected