(ctx context.Context, postId uint)
| 14 | |
| 15 | type InteractiveRepository interface { |
| 16 | IncrReadCnt(ctx context.Context, postId uint) error |
| 17 | IncrLike(ctx context.Context, postId uint, uid int64) error |
| 18 | DecrLike(ctx context.Context, postId uint, uid int64) error |
| 19 | IncrCollectionItem(ctx context.Context, postId uint, uid int64) error |
no outgoing calls
no test coverage detected