(ctx context.Context, userID string)
| 42 | GetByIDs(ctx context.Context, answerIDs ...string) ([]*entity.Answer, error) |
| 43 | GetCountByQuestionID(ctx context.Context, questionID string) (int64, error) |
| 44 | GetCountByUserID(ctx context.Context, userID string) (int64, error) |
| 45 | GetIDsByUserIDAndQuestionID(ctx context.Context, userID string, questionID string) ([]string, error) |
| 46 | SearchList(ctx context.Context, search *entity.AnswerSearch) ([]*entity.Answer, int64, error) |
| 47 | GetPersonalAnswerPage(ctx context.Context, cond *entity.PersonalAnswerPageQueryCond) ( |
no outgoing calls
no test coverage detected