(ctx context.Context, postId uint, uid int64)
| 14 | // InteractiveService 定义互动相关的业务接口 |
| 15 | type InteractiveService interface { |
| 16 | Like(ctx context.Context, postId uint, uid int64) error |
| 17 | CancelLike(ctx context.Context, postId uint, uid int64) error |
| 18 | Collect(ctx context.Context, postId uint, uid int64) error |
| 19 | CancelCollect(ctx context.Context, postId uint, uid int64) error |
no outgoing calls
no test coverage detected