(ctx context.Context, postIds []uint)
| 19 | CancelCollect(ctx context.Context, postId uint, uid int64) error |
| 20 | Get(ctx context.Context, postId uint) (domain.Interactive, error) |
| 21 | GetByIds(ctx context.Context, postIds []uint) (map[uint]domain.Interactive, error) |
| 22 | } |
| 23 | |
| 24 | type interactiveService struct { |
nothing calls this directly
no outgoing calls
no test coverage detected