(ctx context.Context, postIds []uint)
| 22 | Liked(ctx context.Context, postId uint, uid int64) (bool, error) |
| 23 | Collected(ctx context.Context, postId uint, uid int64) (bool, error) |
| 24 | GetById(ctx context.Context, postIds []uint) ([]domain.Interactive, error) |
| 25 | } |
| 26 | |
| 27 | type InteractiveRepositoryImpl struct { |
nothing calls this directly
no outgoing calls
no test coverage detected