Delete 软删除(更新状态为取消)
()
| 79 | |
| 80 | // Delete 软删除(更新状态为取消) |
| 81 | func (l *Like) Delete() error { |
| 82 | return l.UpdateStatus(LikeStatusCancel) |
| 83 | } |
| 84 | |
| 85 | // HardDelete 硬删除记录 |
| 86 | func (l *Like) HardDelete() error { |
nothing calls this directly
no test coverage detected