(ctx context.Context, postId uint)
| 27 | |
| 28 | type InteractiveDAO interface { |
| 29 | IncrReadCnt(ctx context.Context, postId uint) error |
| 30 | InsertLikeInfo(ctx context.Context, lb UserLikeBiz) error |
| 31 | DeleteLikeInfo(ctx context.Context, lb UserLikeBiz) error |
| 32 | InsertCollectionBiz(ctx context.Context, cb UserCollectionBiz) error |
no outgoing calls
no test coverage detected