(ctx context.Context, input domain.LotteryDraw)
| 17 | // 抽奖活动相关方法 |
| 18 | ListLotteryDraws(ctx context.Context, status string, pagination domain.Pagination) ([]domain.LotteryDraw, error) |
| 19 | CreateLotteryDraw(ctx context.Context, input domain.LotteryDraw) error |
| 20 | GetLotteryDrawByID(ctx context.Context, id int) (domain.LotteryDraw, error) |
| 21 | ParticipateLotteryDraw(ctx context.Context, id int, userID int64) error |
| 22 |
no outgoing calls
no test coverage detected