(ctx context.Context, checkID int64)
| 19 | RejectCheck(ctx context.Context, checkID int64, remark string, uid int64) error |
| 20 | ListChecks(ctx context.Context, pagination domain.Pagination) ([]domain.Check, error) |
| 21 | CheckDetail(ctx context.Context, checkID int64) (domain.Check, error) |
| 22 | } |
| 23 | |
| 24 | type checkService struct { |