(ctx context.Context, commentId uint)
| 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) |
| 22 | InputUser(ctx context.Context, user domain.UserSearch) error // 处理输入用户 |
| 23 | InputPost(ctx context.Context, post domain.PostSearch) error |
no outgoing calls
no test coverage detected