(ctx context.Context, data *entity.Answer)
| 740 | } |
| 741 | |
| 742 | func (as *AnswerService) ShowFormat(ctx context.Context, data *entity.Answer) *schema.AnswerInfo { |
| 743 | return as.AnswerCommon.ShowFormat(ctx, data) |
| 744 | } |
| 745 | |
| 746 | func (as *AnswerService) notificationUpdateAnswer(ctx context.Context, questionUserID, answerID, answerUserID string) { |
| 747 | // If the answer is updated by me, there is no notification for myself. |
no outgoing calls
no test coverage detected