获取互动信息
(ctx context.Context, postId uint, res domain.Interactive)
| 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 | |
| 35 | type interactiveCache struct { |
nothing calls this directly
no outgoing calls
no test coverage detected