(ctx context.Context, data *entity.Question)
| 636 | } |
| 637 | |
| 638 | func (qs *QuestionCommon) ShowListFormat(ctx context.Context, data *entity.Question) *schema.QuestionInfoResp { |
| 639 | return qs.ShowFormat(ctx, data) |
| 640 | } |
| 641 | |
| 642 | func (qs *QuestionCommon) ShowFormat(ctx context.Context, data *entity.Question) *schema.QuestionInfoResp { |
| 643 | info := schema.QuestionInfoResp{} |
nothing calls this directly
no test coverage detected