取消收藏
(ctx context.Context, postId uint)
| 29 | PostCollectCountRecord(ctx context.Context, postId uint) error // 收藏计数 |
| 30 | DecrCollectCountRecord(ctx context.Context, postId uint) error // 取消收藏 |
| 31 | Get(ctx context.Context, postId uint) (domain.Interactive, error) // 获取互动信息 |
| 32 | Set(ctx context.Context, postId uint, res domain.Interactive) error // 存储互动信息 |
| 33 | } |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected